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