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