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