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