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