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