Class DeleteUserPoolReplicaRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cognitoidentityprovider.transform.DeleteUserPoolReplicaRequestMarshaller
- All Implemented Interfaces:
Marshaller<DeleteUserPoolReplicaRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DeleteUserPoolReplicaRequestMarshaller
extends Object
implements Marshaller<DeleteUserPoolReplicaRequest>
DeleteUserPoolReplicaRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionDeleteUserPoolReplicaRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(DeleteUserPoolReplicaRequest deleteUserPoolReplicaRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
DeleteUserPoolReplicaRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<DeleteUserPoolReplicaRequest>- Parameters:
deleteUserPoolReplicaRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-