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