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