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