Class InstanceTypeListResponse
-
- All Implemented Interfaces:
public final class InstanceTypeListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInstanceTypeListResponse.BuilderA builder for InstanceTypeListResponse.
public final classInstanceTypeListResponse.InstanceType
-
Method Summary
Modifier and Type Method Description final Longcount()Total number of instance types final List<InstanceTypeListResponse.InstanceType>instanceTypes()final JsonField<Long>_count()Returns the raw JSON value of count. final JsonField<List<InstanceTypeListResponse.InstanceType>>_instanceTypes()Returns the raw JSON value of instanceTypes. final Map<String, JsonValue>_additionalProperties()final InstanceTypeListResponse.BuildertoBuilder()final InstanceTypeListResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InstanceTypeListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of InstanceTypeListResponse. -
-
Method Detail
-
instanceTypes
final List<InstanceTypeListResponse.InstanceType> instanceTypes()
-
_count
final JsonField<Long> _count()
Returns the raw JSON value of count.
Unlike count, this method doesn't throw if the JSON field has an unexpected type.
-
_instanceTypes
final JsonField<List<InstanceTypeListResponse.InstanceType>> _instanceTypes()
Returns the raw JSON value of instanceTypes.
Unlike instanceTypes, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InstanceTypeListResponse.Builder toBuilder()
-
validate
final InstanceTypeListResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static InstanceTypeListResponse.Builder builder()
Returns a mutable builder for constructing an instance of InstanceTypeListResponse.
The following fields are required:
.count() .instanceTypes()
-
-
-
-