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