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