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