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