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