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