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 Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionmarshall(StartAccountAssociationRefreshRequest startAccountAssociationRefreshRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
StartAccountAssociationRefreshRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(StartAccountAssociationRefreshRequest startAccountAssociationRefreshRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartAccountAssociationRefreshRequest>- Parameters:
startAccountAssociationRefreshRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-