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