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