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