Class CreateSecretRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.secretsmanager.transform.CreateSecretRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CreateSecretRequest>
@Generated("software.amazon.awssdk:codegen") @SdkInternalApi public class CreateSecretRequestMarshaller extends Object implements Marshaller<CreateSecretRequest>
CreateSecretRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description CreateSecretRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(CreateSecretRequest createSecretRequest)
-
-
-
Constructor Detail
-
CreateSecretRequestMarshaller
public CreateSecretRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateSecretRequest createSecretRequest)
- Specified by:
marshallin interfaceMarshaller<CreateSecretRequest>
-
-