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