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