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