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