Class AuthorizeSecurityGroupIngressRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ec2.transform.AuthorizeSecurityGroupIngressRequestMarshaller
- All Implemented Interfaces:
Marshaller<AuthorizeSecurityGroupIngressRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<AuthorizeSecurityGroupIngressRequest>
- Parameters:
authorizeSecurityGroupIngressRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-