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