Class ListDistributionTenantsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cloudfront.transform.ListDistributionTenantsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListDistributionTenantsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListDistributionTenantsRequest>- Parameters:
listDistributionTenantsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-