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