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