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