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