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