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