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