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