Class AssociateSecurityGroupVpcRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ec2.transform.AssociateSecurityGroupVpcRequestMarshaller
- All Implemented Interfaces:
Marshaller<AssociateSecurityGroupVpcRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<AssociateSecurityGroupVpcRequest>- Parameters:
associateSecurityGroupVpcRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-