Class StartAccountAssociationRefreshRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotmanagedintegrations.transform.StartAccountAssociationRefreshRequestMarshaller
- All Implemented Interfaces:
- Marshaller<StartAccountAssociationRefreshRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class StartAccountAssociationRefreshRequestMarshaller
extends Object
implements Marshaller<StartAccountAssociationRefreshRequest>
StartAccountAssociationRefreshRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(StartAccountAssociationRefreshRequest startAccountAssociationRefreshRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
StartAccountAssociationRefreshRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(StartAccountAssociationRefreshRequest startAccountAssociationRefreshRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<StartAccountAssociationRefreshRequest>
- Parameters:
- startAccountAssociationRefreshRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-