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