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