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