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