Class StartAccountAssociationRefreshRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotmanagedintegrations.transform.StartAccountAssociationRefreshRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartAccountAssociationRefreshRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<StartAccountAssociationRefreshRequest>
- Parameters:
startAccountAssociationRefreshRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-