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