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