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