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