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