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