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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<DisassociateTrunkInterfaceRequest>
- Parameters:
disassociateTrunkInterfaceRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-