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