# coding: utf-8

"""
    alb

    No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)  # noqa: E501

    OpenAPI spec version: common-version
    
    Generated by: https://github.com/swagger-api/swagger-codegen.git
"""


import pprint
import re  # noqa: F401

import six

from volcenginesdkcore.configuration import Configuration


class DescribeLoadBalancerAttributesResponse(object):
    """NOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    """

    """
    Attributes:
      swagger_types (dict): The key is attribute name
                            and the value is attribute type.
      attribute_map (dict): The key is attribute name
                            and the value is json key in definition.
    """
    swagger_types = {
        'access_log': 'AccessLogForDescribeLoadBalancerAttributesOutput',
        'address_ip_version': 'str',
        'business_status': 'str',
        'create_time': 'str',
        'dns_name': 'str',
        'delete_protection': 'str',
        'deleted_time': 'str',
        'description': 'str',
        'eip': 'EipForDescribeLoadBalancerAttributesOutput',
        'eip_address': 'str',
        'eip_id': 'str',
        'enabled': 'bool',
        'eni_address': 'str',
        'eni_id': 'str',
        'global_accelerators': 'list[GlobalAcceleratorForDescribeLoadBalancerAttributesOutput]',
        'health_log': 'HealthLogForDescribeLoadBalancerAttributesOutput',
        'listeners': 'list[ListenerForDescribeLoadBalancerAttributesOutput]',
        'load_balancer_billing_type': 'int',
        'load_balancer_edition': 'str',
        'load_balancer_id': 'str',
        'load_balancer_name': 'str',
        'local_addresses': 'list[str]',
        'lock_reason': 'str',
        'modification_protection_reason': 'str',
        'modification_protection_status': 'str',
        'overdue_time': 'str',
        'project_name': 'str',
        'request_id': 'str',
        'sni_auto_match': 'str',
        'status': 'str',
        'subnet_id': 'str',
        'tls_access_log': 'TLSAccessLogForDescribeLoadBalancerAttributesOutput',
        'tags': 'list[TagForDescribeLoadBalancerAttributesOutput]',
        'type': 'str',
        'update_time': 'str',
        'vpc_id': 'str',
        'waf_instance_id': 'str',
        'waf_protection_enabled': 'str',
        'zone_mappings': 'list[ZoneMappingForDescribeLoadBalancerAttributesOutput]'
    }

    attribute_map = {
        'access_log': 'AccessLog',
        'address_ip_version': 'AddressIpVersion',
        'business_status': 'BusinessStatus',
        'create_time': 'CreateTime',
        'dns_name': 'DNSName',
        'delete_protection': 'DeleteProtection',
        'deleted_time': 'DeletedTime',
        'description': 'Description',
        'eip': 'Eip',
        'eip_address': 'EipAddress',
        'eip_id': 'EipId',
        'enabled': 'Enabled',
        'eni_address': 'EniAddress',
        'eni_id': 'EniId',
        'global_accelerators': 'GlobalAccelerators',
        'health_log': 'HealthLog',
        'listeners': 'Listeners',
        'load_balancer_billing_type': 'LoadBalancerBillingType',
        'load_balancer_edition': 'LoadBalancerEdition',
        'load_balancer_id': 'LoadBalancerId',
        'load_balancer_name': 'LoadBalancerName',
        'local_addresses': 'LocalAddresses',
        'lock_reason': 'LockReason',
        'modification_protection_reason': 'ModificationProtectionReason',
        'modification_protection_status': 'ModificationProtectionStatus',
        'overdue_time': 'OverdueTime',
        'project_name': 'ProjectName',
        'request_id': 'RequestId',
        'sni_auto_match': 'SniAutoMatch',
        'status': 'Status',
        'subnet_id': 'SubnetId',
        'tls_access_log': 'TLSAccessLog',
        'tags': 'Tags',
        'type': 'Type',
        'update_time': 'UpdateTime',
        'vpc_id': 'VpcId',
        'waf_instance_id': 'WafInstanceId',
        'waf_protection_enabled': 'WafProtectionEnabled',
        'zone_mappings': 'ZoneMappings'
    }

    def __init__(self, access_log=None, address_ip_version=None, business_status=None, create_time=None, dns_name=None, delete_protection=None, deleted_time=None, description=None, eip=None, eip_address=None, eip_id=None, enabled=None, eni_address=None, eni_id=None, global_accelerators=None, health_log=None, listeners=None, load_balancer_billing_type=None, load_balancer_edition=None, load_balancer_id=None, load_balancer_name=None, local_addresses=None, lock_reason=None, modification_protection_reason=None, modification_protection_status=None, overdue_time=None, project_name=None, request_id=None, sni_auto_match=None, status=None, subnet_id=None, tls_access_log=None, tags=None, type=None, update_time=None, vpc_id=None, waf_instance_id=None, waf_protection_enabled=None, zone_mappings=None, _configuration=None):  # noqa: E501
        """DescribeLoadBalancerAttributesResponse - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._access_log = None
        self._address_ip_version = None
        self._business_status = None
        self._create_time = None
        self._dns_name = None
        self._delete_protection = None
        self._deleted_time = None
        self._description = None
        self._eip = None
        self._eip_address = None
        self._eip_id = None
        self._enabled = None
        self._eni_address = None
        self._eni_id = None
        self._global_accelerators = None
        self._health_log = None
        self._listeners = None
        self._load_balancer_billing_type = None
        self._load_balancer_edition = None
        self._load_balancer_id = None
        self._load_balancer_name = None
        self._local_addresses = None
        self._lock_reason = None
        self._modification_protection_reason = None
        self._modification_protection_status = None
        self._overdue_time = None
        self._project_name = None
        self._request_id = None
        self._sni_auto_match = None
        self._status = None
        self._subnet_id = None
        self._tls_access_log = None
        self._tags = None
        self._type = None
        self._update_time = None
        self._vpc_id = None
        self._waf_instance_id = None
        self._waf_protection_enabled = None
        self._zone_mappings = None
        self.discriminator = None

        if access_log is not None:
            self.access_log = access_log
        if address_ip_version is not None:
            self.address_ip_version = address_ip_version
        if business_status is not None:
            self.business_status = business_status
        if create_time is not None:
            self.create_time = create_time
        if dns_name is not None:
            self.dns_name = dns_name
        if delete_protection is not None:
            self.delete_protection = delete_protection
        if deleted_time is not None:
            self.deleted_time = deleted_time
        if description is not None:
            self.description = description
        if eip is not None:
            self.eip = eip
        if eip_address is not None:
            self.eip_address = eip_address
        if eip_id is not None:
            self.eip_id = eip_id
        if enabled is not None:
            self.enabled = enabled
        if eni_address is not None:
            self.eni_address = eni_address
        if eni_id is not None:
            self.eni_id = eni_id
        if global_accelerators is not None:
            self.global_accelerators = global_accelerators
        if health_log is not None:
            self.health_log = health_log
        if listeners is not None:
            self.listeners = listeners
        if load_balancer_billing_type is not None:
            self.load_balancer_billing_type = load_balancer_billing_type
        if load_balancer_edition is not None:
            self.load_balancer_edition = load_balancer_edition
        if load_balancer_id is not None:
            self.load_balancer_id = load_balancer_id
        if load_balancer_name is not None:
            self.load_balancer_name = load_balancer_name
        if local_addresses is not None:
            self.local_addresses = local_addresses
        if lock_reason is not None:
            self.lock_reason = lock_reason
        if modification_protection_reason is not None:
            self.modification_protection_reason = modification_protection_reason
        if modification_protection_status is not None:
            self.modification_protection_status = modification_protection_status
        if overdue_time is not None:
            self.overdue_time = overdue_time
        if project_name is not None:
            self.project_name = project_name
        if request_id is not None:
            self.request_id = request_id
        if sni_auto_match is not None:
            self.sni_auto_match = sni_auto_match
        if status is not None:
            self.status = status
        if subnet_id is not None:
            self.subnet_id = subnet_id
        if tls_access_log is not None:
            self.tls_access_log = tls_access_log
        if tags is not None:
            self.tags = tags
        if type is not None:
            self.type = type
        if update_time is not None:
            self.update_time = update_time
        if vpc_id is not None:
            self.vpc_id = vpc_id
        if waf_instance_id is not None:
            self.waf_instance_id = waf_instance_id
        if waf_protection_enabled is not None:
            self.waf_protection_enabled = waf_protection_enabled
        if zone_mappings is not None:
            self.zone_mappings = zone_mappings

    @property
    def access_log(self):
        """Gets the access_log of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The access_log of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: AccessLogForDescribeLoadBalancerAttributesOutput
        """
        return self._access_log

    @access_log.setter
    def access_log(self, access_log):
        """Sets the access_log of this DescribeLoadBalancerAttributesResponse.


        :param access_log: The access_log of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: AccessLogForDescribeLoadBalancerAttributesOutput
        """

        self._access_log = access_log

    @property
    def address_ip_version(self):
        """Gets the address_ip_version of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The address_ip_version of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._address_ip_version

    @address_ip_version.setter
    def address_ip_version(self, address_ip_version):
        """Sets the address_ip_version of this DescribeLoadBalancerAttributesResponse.


        :param address_ip_version: The address_ip_version of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._address_ip_version = address_ip_version

    @property
    def business_status(self):
        """Gets the business_status of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The business_status of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._business_status

    @business_status.setter
    def business_status(self, business_status):
        """Sets the business_status of this DescribeLoadBalancerAttributesResponse.


        :param business_status: The business_status of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._business_status = business_status

    @property
    def create_time(self):
        """Gets the create_time of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The create_time of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._create_time

    @create_time.setter
    def create_time(self, create_time):
        """Sets the create_time of this DescribeLoadBalancerAttributesResponse.


        :param create_time: The create_time of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._create_time = create_time

    @property
    def dns_name(self):
        """Gets the dns_name of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The dns_name of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._dns_name

    @dns_name.setter
    def dns_name(self, dns_name):
        """Sets the dns_name of this DescribeLoadBalancerAttributesResponse.


        :param dns_name: The dns_name of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._dns_name = dns_name

    @property
    def delete_protection(self):
        """Gets the delete_protection of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The delete_protection of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._delete_protection

    @delete_protection.setter
    def delete_protection(self, delete_protection):
        """Sets the delete_protection of this DescribeLoadBalancerAttributesResponse.


        :param delete_protection: The delete_protection of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._delete_protection = delete_protection

    @property
    def deleted_time(self):
        """Gets the deleted_time of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The deleted_time of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._deleted_time

    @deleted_time.setter
    def deleted_time(self, deleted_time):
        """Sets the deleted_time of this DescribeLoadBalancerAttributesResponse.


        :param deleted_time: The deleted_time of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._deleted_time = deleted_time

    @property
    def description(self):
        """Gets the description of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The description of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._description

    @description.setter
    def description(self, description):
        """Sets the description of this DescribeLoadBalancerAttributesResponse.


        :param description: The description of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._description = description

    @property
    def eip(self):
        """Gets the eip of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The eip of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: EipForDescribeLoadBalancerAttributesOutput
        """
        return self._eip

    @eip.setter
    def eip(self, eip):
        """Sets the eip of this DescribeLoadBalancerAttributesResponse.


        :param eip: The eip of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: EipForDescribeLoadBalancerAttributesOutput
        """

        self._eip = eip

    @property
    def eip_address(self):
        """Gets the eip_address of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The eip_address of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._eip_address

    @eip_address.setter
    def eip_address(self, eip_address):
        """Sets the eip_address of this DescribeLoadBalancerAttributesResponse.


        :param eip_address: The eip_address of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._eip_address = eip_address

    @property
    def eip_id(self):
        """Gets the eip_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The eip_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._eip_id

    @eip_id.setter
    def eip_id(self, eip_id):
        """Sets the eip_id of this DescribeLoadBalancerAttributesResponse.


        :param eip_id: The eip_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._eip_id = eip_id

    @property
    def enabled(self):
        """Gets the enabled of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The enabled of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: bool
        """
        return self._enabled

    @enabled.setter
    def enabled(self, enabled):
        """Sets the enabled of this DescribeLoadBalancerAttributesResponse.


        :param enabled: The enabled of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: bool
        """

        self._enabled = enabled

    @property
    def eni_address(self):
        """Gets the eni_address of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The eni_address of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._eni_address

    @eni_address.setter
    def eni_address(self, eni_address):
        """Sets the eni_address of this DescribeLoadBalancerAttributesResponse.


        :param eni_address: The eni_address of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._eni_address = eni_address

    @property
    def eni_id(self):
        """Gets the eni_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The eni_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._eni_id

    @eni_id.setter
    def eni_id(self, eni_id):
        """Sets the eni_id of this DescribeLoadBalancerAttributesResponse.


        :param eni_id: The eni_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._eni_id = eni_id

    @property
    def global_accelerators(self):
        """Gets the global_accelerators of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The global_accelerators of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: list[GlobalAcceleratorForDescribeLoadBalancerAttributesOutput]
        """
        return self._global_accelerators

    @global_accelerators.setter
    def global_accelerators(self, global_accelerators):
        """Sets the global_accelerators of this DescribeLoadBalancerAttributesResponse.


        :param global_accelerators: The global_accelerators of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: list[GlobalAcceleratorForDescribeLoadBalancerAttributesOutput]
        """

        self._global_accelerators = global_accelerators

    @property
    def health_log(self):
        """Gets the health_log of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The health_log of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: HealthLogForDescribeLoadBalancerAttributesOutput
        """
        return self._health_log

    @health_log.setter
    def health_log(self, health_log):
        """Sets the health_log of this DescribeLoadBalancerAttributesResponse.


        :param health_log: The health_log of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: HealthLogForDescribeLoadBalancerAttributesOutput
        """

        self._health_log = health_log

    @property
    def listeners(self):
        """Gets the listeners of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The listeners of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: list[ListenerForDescribeLoadBalancerAttributesOutput]
        """
        return self._listeners

    @listeners.setter
    def listeners(self, listeners):
        """Sets the listeners of this DescribeLoadBalancerAttributesResponse.


        :param listeners: The listeners of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: list[ListenerForDescribeLoadBalancerAttributesOutput]
        """

        self._listeners = listeners

    @property
    def load_balancer_billing_type(self):
        """Gets the load_balancer_billing_type of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The load_balancer_billing_type of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: int
        """
        return self._load_balancer_billing_type

    @load_balancer_billing_type.setter
    def load_balancer_billing_type(self, load_balancer_billing_type):
        """Sets the load_balancer_billing_type of this DescribeLoadBalancerAttributesResponse.


        :param load_balancer_billing_type: The load_balancer_billing_type of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: int
        """

        self._load_balancer_billing_type = load_balancer_billing_type

    @property
    def load_balancer_edition(self):
        """Gets the load_balancer_edition of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The load_balancer_edition of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._load_balancer_edition

    @load_balancer_edition.setter
    def load_balancer_edition(self, load_balancer_edition):
        """Sets the load_balancer_edition of this DescribeLoadBalancerAttributesResponse.


        :param load_balancer_edition: The load_balancer_edition of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._load_balancer_edition = load_balancer_edition

    @property
    def load_balancer_id(self):
        """Gets the load_balancer_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The load_balancer_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._load_balancer_id

    @load_balancer_id.setter
    def load_balancer_id(self, load_balancer_id):
        """Sets the load_balancer_id of this DescribeLoadBalancerAttributesResponse.


        :param load_balancer_id: The load_balancer_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._load_balancer_id = load_balancer_id

    @property
    def load_balancer_name(self):
        """Gets the load_balancer_name of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The load_balancer_name of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._load_balancer_name

    @load_balancer_name.setter
    def load_balancer_name(self, load_balancer_name):
        """Sets the load_balancer_name of this DescribeLoadBalancerAttributesResponse.


        :param load_balancer_name: The load_balancer_name of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._load_balancer_name = load_balancer_name

    @property
    def local_addresses(self):
        """Gets the local_addresses of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The local_addresses of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: list[str]
        """
        return self._local_addresses

    @local_addresses.setter
    def local_addresses(self, local_addresses):
        """Sets the local_addresses of this DescribeLoadBalancerAttributesResponse.


        :param local_addresses: The local_addresses of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: list[str]
        """

        self._local_addresses = local_addresses

    @property
    def lock_reason(self):
        """Gets the lock_reason of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The lock_reason of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._lock_reason

    @lock_reason.setter
    def lock_reason(self, lock_reason):
        """Sets the lock_reason of this DescribeLoadBalancerAttributesResponse.


        :param lock_reason: The lock_reason of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._lock_reason = lock_reason

    @property
    def modification_protection_reason(self):
        """Gets the modification_protection_reason of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The modification_protection_reason of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._modification_protection_reason

    @modification_protection_reason.setter
    def modification_protection_reason(self, modification_protection_reason):
        """Sets the modification_protection_reason of this DescribeLoadBalancerAttributesResponse.


        :param modification_protection_reason: The modification_protection_reason of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._modification_protection_reason = modification_protection_reason

    @property
    def modification_protection_status(self):
        """Gets the modification_protection_status of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The modification_protection_status of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._modification_protection_status

    @modification_protection_status.setter
    def modification_protection_status(self, modification_protection_status):
        """Sets the modification_protection_status of this DescribeLoadBalancerAttributesResponse.


        :param modification_protection_status: The modification_protection_status of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._modification_protection_status = modification_protection_status

    @property
    def overdue_time(self):
        """Gets the overdue_time of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The overdue_time of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._overdue_time

    @overdue_time.setter
    def overdue_time(self, overdue_time):
        """Sets the overdue_time of this DescribeLoadBalancerAttributesResponse.


        :param overdue_time: The overdue_time of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._overdue_time = overdue_time

    @property
    def project_name(self):
        """Gets the project_name of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The project_name of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._project_name

    @project_name.setter
    def project_name(self, project_name):
        """Sets the project_name of this DescribeLoadBalancerAttributesResponse.


        :param project_name: The project_name of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._project_name = project_name

    @property
    def request_id(self):
        """Gets the request_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The request_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._request_id

    @request_id.setter
    def request_id(self, request_id):
        """Sets the request_id of this DescribeLoadBalancerAttributesResponse.


        :param request_id: The request_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._request_id = request_id

    @property
    def sni_auto_match(self):
        """Gets the sni_auto_match of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The sni_auto_match of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._sni_auto_match

    @sni_auto_match.setter
    def sni_auto_match(self, sni_auto_match):
        """Sets the sni_auto_match of this DescribeLoadBalancerAttributesResponse.


        :param sni_auto_match: The sni_auto_match of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._sni_auto_match = sni_auto_match

    @property
    def status(self):
        """Gets the status of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The status of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._status

    @status.setter
    def status(self, status):
        """Sets the status of this DescribeLoadBalancerAttributesResponse.


        :param status: The status of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._status = status

    @property
    def subnet_id(self):
        """Gets the subnet_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The subnet_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._subnet_id

    @subnet_id.setter
    def subnet_id(self, subnet_id):
        """Sets the subnet_id of this DescribeLoadBalancerAttributesResponse.


        :param subnet_id: The subnet_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._subnet_id = subnet_id

    @property
    def tls_access_log(self):
        """Gets the tls_access_log of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The tls_access_log of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: TLSAccessLogForDescribeLoadBalancerAttributesOutput
        """
        return self._tls_access_log

    @tls_access_log.setter
    def tls_access_log(self, tls_access_log):
        """Sets the tls_access_log of this DescribeLoadBalancerAttributesResponse.


        :param tls_access_log: The tls_access_log of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: TLSAccessLogForDescribeLoadBalancerAttributesOutput
        """

        self._tls_access_log = tls_access_log

    @property
    def tags(self):
        """Gets the tags of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The tags of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: list[TagForDescribeLoadBalancerAttributesOutput]
        """
        return self._tags

    @tags.setter
    def tags(self, tags):
        """Sets the tags of this DescribeLoadBalancerAttributesResponse.


        :param tags: The tags of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: list[TagForDescribeLoadBalancerAttributesOutput]
        """

        self._tags = tags

    @property
    def type(self):
        """Gets the type of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The type of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._type

    @type.setter
    def type(self, type):
        """Sets the type of this DescribeLoadBalancerAttributesResponse.


        :param type: The type of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._type = type

    @property
    def update_time(self):
        """Gets the update_time of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The update_time of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._update_time

    @update_time.setter
    def update_time(self, update_time):
        """Sets the update_time of this DescribeLoadBalancerAttributesResponse.


        :param update_time: The update_time of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._update_time = update_time

    @property
    def vpc_id(self):
        """Gets the vpc_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The vpc_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._vpc_id

    @vpc_id.setter
    def vpc_id(self, vpc_id):
        """Sets the vpc_id of this DescribeLoadBalancerAttributesResponse.


        :param vpc_id: The vpc_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._vpc_id = vpc_id

    @property
    def waf_instance_id(self):
        """Gets the waf_instance_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The waf_instance_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._waf_instance_id

    @waf_instance_id.setter
    def waf_instance_id(self, waf_instance_id):
        """Sets the waf_instance_id of this DescribeLoadBalancerAttributesResponse.


        :param waf_instance_id: The waf_instance_id of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._waf_instance_id = waf_instance_id

    @property
    def waf_protection_enabled(self):
        """Gets the waf_protection_enabled of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The waf_protection_enabled of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._waf_protection_enabled

    @waf_protection_enabled.setter
    def waf_protection_enabled(self, waf_protection_enabled):
        """Sets the waf_protection_enabled of this DescribeLoadBalancerAttributesResponse.


        :param waf_protection_enabled: The waf_protection_enabled of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: str
        """

        self._waf_protection_enabled = waf_protection_enabled

    @property
    def zone_mappings(self):
        """Gets the zone_mappings of this DescribeLoadBalancerAttributesResponse.  # noqa: E501


        :return: The zone_mappings of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :rtype: list[ZoneMappingForDescribeLoadBalancerAttributesOutput]
        """
        return self._zone_mappings

    @zone_mappings.setter
    def zone_mappings(self, zone_mappings):
        """Sets the zone_mappings of this DescribeLoadBalancerAttributesResponse.


        :param zone_mappings: The zone_mappings of this DescribeLoadBalancerAttributesResponse.  # noqa: E501
        :type: list[ZoneMappingForDescribeLoadBalancerAttributesOutput]
        """

        self._zone_mappings = zone_mappings

    def to_dict(self):
        """Returns the model properties as a dict"""
        result = {}

        for attr, _ in six.iteritems(self.swagger_types):
            value = getattr(self, attr)
            if isinstance(value, list):
                result[attr] = list(map(
                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
                    value
                ))
            elif hasattr(value, "to_dict"):
                result[attr] = value.to_dict()
            elif isinstance(value, dict):
                result[attr] = dict(map(
                    lambda item: (item[0], item[1].to_dict())
                    if hasattr(item[1], "to_dict") else item,
                    value.items()
                ))
            else:
                result[attr] = value
        if issubclass(DescribeLoadBalancerAttributesResponse, dict):
            for key, value in self.items():
                result[key] = value

        return result

    def to_str(self):
        """Returns the string representation of the model"""
        return pprint.pformat(self.to_dict())

    def __repr__(self):
        """For `print` and `pprint`"""
        return self.to_str()

    def __eq__(self, other):
        """Returns true if both objects are equal"""
        if not isinstance(other, DescribeLoadBalancerAttributesResponse):
            return False

        return self.to_dict() == other.to_dict()

    def __ne__(self, other):
        """Returns true if both objects are not equal"""
        if not isinstance(other, DescribeLoadBalancerAttributesResponse):
            return True

        return self.to_dict() != other.to_dict()
