Class Limit
java.lang.Object
software.amazon.awssdk.services.elasticloadbalancing.model.Limit
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Limit.Builder,Limit>
@Generated("software.amazon.awssdk:codegen")
public final class Limit
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<Limit.Builder,Limit>
Information about an Elastic Load Balancing resource limit for your AWS account.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Limit.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringmax()The maximum value of the limit.final Stringname()The name of the limit.static Class<? extends Limit.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
name
The name of the limit. The possible values are:
-
classic-listeners
-
classic-load-balancers
-
classic-registered-instances
- Returns:
- The name of the limit. The possible values are:
-
classic-listeners
-
classic-load-balancers
-
classic-registered-instances
-
-
-
max
The maximum value of the limit.
- Returns:
- The maximum value of the limit.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Limit.Builder,Limit>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-