Class LimitType
java.lang.Object
software.amazon.awssdk.services.cognitoidentityprovider.model.LimitType
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LimitType.Builder,LimitType>
@Generated("software.amazon.awssdk:codegen")
public final class LimitType
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<LimitType.Builder,LimitType>
The limit definition and current limit values for a provisioned limit.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic LimitType.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final IntegerThe default (free) limit value, in requests per second (RPS).final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final LimitDefinitionTypeThe definition that identifies this limit, including the class and attributes.final IntegerThe provisioned limit value, in requests per second (RPS).static Class<? extends LimitType.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
-
limitDefinition
The definition that identifies this limit, including the class and attributes.
- Returns:
- The definition that identifies this limit, including the class and attributes.
-
provisionedLimitValue
The provisioned limit value, in requests per second (RPS). This is the rate that Amazon Cognito currently enforces for your account.
- Returns:
- The provisioned limit value, in requests per second (RPS). This is the rate that Amazon Cognito currently enforces for your account.
-
freeLimitValue
The default (free) limit value, in requests per second (RPS). This is the rate included at no additional cost.
- Returns:
- The default (free) limit value, in requests per second (RPS). This is the rate included at no additional cost.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<LimitType.Builder,LimitType>
-
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
-