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