Class RegisterAccountAssociationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotmanagedintegrations.transform.RegisterAccountAssociationRequestMarshaller
- All Implemented Interfaces:
Marshaller<RegisterAccountAssociationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class RegisterAccountAssociationRequestMarshaller
extends Object
implements Marshaller<RegisterAccountAssociationRequest>
RegisterAccountAssociationRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionRegisterAccountAssociationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(RegisterAccountAssociationRequest registerAccountAssociationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
RegisterAccountAssociationRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(RegisterAccountAssociationRequest registerAccountAssociationRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<RegisterAccountAssociationRequest>- Parameters:
registerAccountAssociationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-