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