Class SetSubscriptionAttributesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.sns.transform.SetSubscriptionAttributesRequestMarshaller
- All Implemented Interfaces:
 Marshaller<SetSubscriptionAttributesRequest>
@Generated("software.amazon.awssdk:codegen")
public class SetSubscriptionAttributesRequestMarshaller
extends Object
implements Marshaller<SetSubscriptionAttributesRequest>
SetSubscriptionAttributesRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescriptionSetSubscriptionAttributesRequestMarshaller(AwsQueryProtocolFactory protocolFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
SetSubscriptionAttributesRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
public SdkHttpFullRequest marshall(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<SetSubscriptionAttributesRequest>- Parameters:
 setSubscriptionAttributesRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -