Class GetReportMetadataRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.artifact.transform.GetReportMetadataRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetReportMetadataRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetReportMetadataRequestMarshaller
extends Object
implements Marshaller<GetReportMetadataRequest>
GetReportMetadataRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionGetReportMetadataRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetReportMetadataRequest getReportMetadataRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetReportMetadataRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetReportMetadataRequest>
- Parameters:
- getReportMetadataRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-