Class DescribeSubscriptionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.shield.transform.DescribeSubscriptionRequestMarshaller
- All Implemented Interfaces:
Marshaller<DescribeSubscriptionRequest>
@Generated("software.amazon.awssdk:codegen")
public class DescribeSubscriptionRequestMarshaller
extends Object
implements Marshaller<DescribeSubscriptionRequest>
DescribeSubscriptionRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionDescribeSubscriptionRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(DescribeSubscriptionRequest describeSubscriptionRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
DescribeSubscriptionRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<DescribeSubscriptionRequest>
- Parameters:
describeSubscriptionRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-