@Generated(value="software.amazon.awssdk:codegen") public final class Limits extends Object implements StructuredPojo, ToCopyableBuilder<Limits.Builder,Limits>
Limits for given InstanceType and for each of it's role.
Limits contains following StorageTypes,
InstanceLimits
and
AdditionalLimits
Modifier and Type | Class and Description |
---|---|
static interface |
Limits.Builder |
Modifier and Type | Method and Description |
---|---|
List<AdditionalLimit> |
additionalLimits()
List of additional limits that are specific to a given InstanceType and for each of it's
InstanceRole . |
static Limits.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InstanceLimits |
instanceLimits()
Returns the value of the InstanceLimits property for this object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends Limits.Builder> |
serializableBuilderClass() |
List<StorageType> |
storageTypes()
StorageType represents the list of storage related types and attributes that are available for given
InstanceType.
|
Limits.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<StorageType> storageTypes()
StorageType represents the list of storage related types and attributes that are available for given InstanceType.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public InstanceLimits instanceLimits()
public List<AdditionalLimit> additionalLimits()
List of additional limits that are specific to a given InstanceType and for each of it's
InstanceRole
.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
InstanceRole
.public Limits.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Limits.Builder,Limits>
public static Limits.Builder builder()
public static Class<? extends Limits.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.