Class UpdateUserPoolReplicaRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateUserPoolReplicaRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateUserPoolReplicaRequest.Builder,UpdateUserPoolReplicaRequest>
@Generated("software.amazon.awssdk:codegen")
public final class UpdateUserPoolReplicaRequest
extends CognitoIdentityProviderRequest
implements ToCopyableBuilder<UpdateUserPoolReplicaRequest.Builder,UpdateUserPoolReplicaRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe Amazon Web Services Region of the replica to update.static Class<? extends UpdateUserPoolReplicaRequest.Builder>final UpdateReplicaStatusTypestatus()The status to set for the replica.final StringThe status to set for the replica.final StringtoString()Returns a string representation of this object.final StringThe ID of the user pool that contains the replica to update.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods 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
-
userPoolId
The ID of the user pool that contains the replica to update.
- Returns:
- The ID of the user pool that contains the replica to update.
-
regionName
The Amazon Web Services Region of the replica to update.
- Returns:
- The Amazon Web Services Region of the replica to update.
-
status
The status to set for the replica. Valid values are ACTIVE and INACTIVE.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnUpdateReplicaStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status to set for the replica. Valid values are ACTIVE and INACTIVE.
- See Also:
-
statusAsString
The status to set for the replica. Valid values are ACTIVE and INACTIVE.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnUpdateReplicaStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status to set for the replica. Valid values are ACTIVE and INACTIVE.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateUserPoolReplicaRequest.Builder,UpdateUserPoolReplicaRequest> - Specified by:
toBuilderin classCognitoIdentityProviderRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
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
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-