Class GetLinkAttributesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.clouddirectory.transform.GetLinkAttributesRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetLinkAttributesRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetLinkAttributesRequestMarshaller
extends Object
implements Marshaller<GetLinkAttributesRequest>
GetLinkAttributesRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionGetLinkAttributesRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetLinkAttributesRequest getLinkAttributesRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetLinkAttributesRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetLinkAttributesRequest>
- Parameters:
- getLinkAttributesRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-