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