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