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