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