# coding: utf-8

"""
    natgateway

    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 DescribeNatIpAttributesResponse(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 = {
        'is_default': 'bool',
        'nat_gateway_id': 'str',
        'nat_ip': 'str',
        'nat_ip_description': 'str',
        'nat_ip_id': 'str',
        'nat_ip_name': 'str',
        'request_id': 'str',
        'status': 'str',
        'using_status': 'str'
    }

    attribute_map = {
        'is_default': 'IsDefault',
        'nat_gateway_id': 'NatGatewayId',
        'nat_ip': 'NatIp',
        'nat_ip_description': 'NatIpDescription',
        'nat_ip_id': 'NatIpId',
        'nat_ip_name': 'NatIpName',
        'request_id': 'RequestId',
        'status': 'Status',
        'using_status': 'UsingStatus'
    }

    def __init__(self, is_default=None, nat_gateway_id=None, nat_ip=None, nat_ip_description=None, nat_ip_id=None, nat_ip_name=None, request_id=None, status=None, using_status=None, _configuration=None):  # noqa: E501
        """DescribeNatIpAttributesResponse - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._is_default = None
        self._nat_gateway_id = None
        self._nat_ip = None
        self._nat_ip_description = None
        self._nat_ip_id = None
        self._nat_ip_name = None
        self._request_id = None
        self._status = None
        self._using_status = None
        self.discriminator = None

        if is_default is not None:
            self.is_default = is_default
        if nat_gateway_id is not None:
            self.nat_gateway_id = nat_gateway_id
        if nat_ip is not None:
            self.nat_ip = nat_ip
        if nat_ip_description is not None:
            self.nat_ip_description = nat_ip_description
        if nat_ip_id is not None:
            self.nat_ip_id = nat_ip_id
        if nat_ip_name is not None:
            self.nat_ip_name = nat_ip_name
        if request_id is not None:
            self.request_id = request_id
        if status is not None:
            self.status = status
        if using_status is not None:
            self.using_status = using_status

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


        :return: The is_default of this DescribeNatIpAttributesResponse.  # noqa: E501
        :rtype: bool
        """
        return self._is_default

    @is_default.setter
    def is_default(self, is_default):
        """Sets the is_default of this DescribeNatIpAttributesResponse.


        :param is_default: The is_default of this DescribeNatIpAttributesResponse.  # noqa: E501
        :type: bool
        """

        self._is_default = is_default

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


        :return: The nat_gateway_id of this DescribeNatIpAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._nat_gateway_id

    @nat_gateway_id.setter
    def nat_gateway_id(self, nat_gateway_id):
        """Sets the nat_gateway_id of this DescribeNatIpAttributesResponse.


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

        self._nat_gateway_id = nat_gateway_id

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


        :return: The nat_ip of this DescribeNatIpAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._nat_ip

    @nat_ip.setter
    def nat_ip(self, nat_ip):
        """Sets the nat_ip of this DescribeNatIpAttributesResponse.


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

        self._nat_ip = nat_ip

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


        :return: The nat_ip_description of this DescribeNatIpAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._nat_ip_description

    @nat_ip_description.setter
    def nat_ip_description(self, nat_ip_description):
        """Sets the nat_ip_description of this DescribeNatIpAttributesResponse.


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

        self._nat_ip_description = nat_ip_description

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


        :return: The nat_ip_id of this DescribeNatIpAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._nat_ip_id

    @nat_ip_id.setter
    def nat_ip_id(self, nat_ip_id):
        """Sets the nat_ip_id of this DescribeNatIpAttributesResponse.


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

        self._nat_ip_id = nat_ip_id

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


        :return: The nat_ip_name of this DescribeNatIpAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._nat_ip_name

    @nat_ip_name.setter
    def nat_ip_name(self, nat_ip_name):
        """Sets the nat_ip_name of this DescribeNatIpAttributesResponse.


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

        self._nat_ip_name = nat_ip_name

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


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

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


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

        self._request_id = request_id

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


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

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


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

        self._status = status

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


        :return: The using_status of this DescribeNatIpAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._using_status

    @using_status.setter
    def using_status(self, using_status):
        """Sets the using_status of this DescribeNatIpAttributesResponse.


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

        self._using_status = using_status

    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(DescribeNatIpAttributesResponse, 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, DescribeNatIpAttributesResponse):
            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, DescribeNatIpAttributesResponse):
            return True

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