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