
    ~iO-                     J    d Z ddlZddlZddlZddlmZ  G d de          ZdS )z
    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
    N)Configurationc                      e Zd ZdZ	 ddddddddddddZddd	d
ddddddddZd/dZed             Zej	        d             Zed             Z
e
j	        d             Z
ed             Zej	        d             Zed             Zej	        d             Zed             Zej	        d             Zed             Zej	        d             Zed              Zej	        d!             Zed"             Zej	        d#             Zed$             Zej	        d%             Zed&             Zej	        d'             Zed(             Zej	        d)             Zd* Zd+ Zd, Zd- Zd. ZdS )0DescribeNatGatewaysRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strz	list[str]intz*list[TagFilterForDescribeNatGatewaysInput])descriptionnat_gateway_idsnat_gateway_namenetwork_typepage_number	page_sizeproject_namespec	subnet_idtag_filtersvpc_idDescriptionNatGatewayIdsNatGatewayNameNetworkType
PageNumberPageSizeProjectNameSpecSubnetId
TagFiltersVpcIdNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        |	|	| _        |
|
| _        |	|| _        dS dS )z7DescribeNatGatewaysRequest - a model defined in SwaggerN)r   _configuration_description_nat_gateway_ids_nat_gateway_name_network_type_page_number
_page_size_project_name_spec
_subnet_id_tag_filters_vpc_iddiscriminatorr   r	   r
   r   r   r   r   r   r   r   r   )selfr   r	   r
   r   r   r   r   r   r   r   r   r   s                /root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdknatgateway/models/describe_nat_gateways_request.py__init__z#DescribeNatGatewaysRequest.__init__?   s   !*__N,  $!%! !
 !"*D&#2D '$4D!# ,D"*D &DN# ,DDI &DN"*D DKKK     c                     | j         S )zGets the description of this DescribeNatGatewaysRequest.  # noqa: E501


        :return: The description of this DescribeNatGatewaysRequest.  # noqa: E501
        :rtype: str
        r    r,   s    r-   r   z&DescribeNatGatewaysRequest.descriptioni          r/   c                     || _         dS )zSets the description of this DescribeNatGatewaysRequest.


        :param description: The description of this DescribeNatGatewaysRequest.  # noqa: E501
        :type: str
        Nr1   )r,   r   s     r-   r   z&DescribeNatGatewaysRequest.descriptions        (r/   c                     | j         S )zGets the nat_gateway_ids of this DescribeNatGatewaysRequest.  # noqa: E501


        :return: The nat_gateway_ids of this DescribeNatGatewaysRequest.  # noqa: E501
        :rtype: list[str]
        r!   r2   s    r-   r	   z*DescribeNatGatewaysRequest.nat_gateway_ids~   s     $$r/   c                     || _         dS )zSets the nat_gateway_ids of this DescribeNatGatewaysRequest.


        :param nat_gateway_ids: The nat_gateway_ids of this DescribeNatGatewaysRequest.  # noqa: E501
        :type: list[str]
        Nr7   )r,   r	   s     r-   r	   z*DescribeNatGatewaysRequest.nat_gateway_ids   s     !0r/   c                     | j         S )zGets the nat_gateway_name of this DescribeNatGatewaysRequest.  # noqa: E501


        :return: The nat_gateway_name of this DescribeNatGatewaysRequest.  # noqa: E501
        :rtype: str
        r"   r2   s    r-   r
   z+DescribeNatGatewaysRequest.nat_gateway_name   s     %%r/   c                     || _         dS )zSets the nat_gateway_name of this DescribeNatGatewaysRequest.


        :param nat_gateway_name: The nat_gateway_name of this DescribeNatGatewaysRequest.  # noqa: E501
        :type: str
        Nr:   )r,   r
   s     r-   r
   z+DescribeNatGatewaysRequest.nat_gateway_name   s     "2r/   c                     | j         S )zGets the network_type of this DescribeNatGatewaysRequest.  # noqa: E501


        :return: The network_type of this DescribeNatGatewaysRequest.  # noqa: E501
        :rtype: str
        r#   r2   s    r-   r   z'DescribeNatGatewaysRequest.network_type        !!r/   c                     || _         dS )zSets the network_type of this DescribeNatGatewaysRequest.


        :param network_type: The network_type of this DescribeNatGatewaysRequest.  # noqa: E501
        :type: str
        Nr=   )r,   r   s     r-   r   z'DescribeNatGatewaysRequest.network_type        *r/   c                     | j         S )zGets the page_number of this DescribeNatGatewaysRequest.  # noqa: E501


        :return: The page_number of this DescribeNatGatewaysRequest.  # noqa: E501
        :rtype: int
        r$   r2   s    r-   r   z&DescribeNatGatewaysRequest.page_number   r3   r/   c                     || _         dS )zSets the page_number of this DescribeNatGatewaysRequest.


        :param page_number: The page_number of this DescribeNatGatewaysRequest.  # noqa: E501
        :type: int
        NrB   )r,   r   s     r-   r   z&DescribeNatGatewaysRequest.page_number   r5   r/   c                     | j         S )zGets the page_size of this DescribeNatGatewaysRequest.  # noqa: E501


        :return: The page_size of this DescribeNatGatewaysRequest.  # noqa: E501
        :rtype: int
        )r%   r2   s    r-   r   z$DescribeNatGatewaysRequest.page_size        r/   c                 Z    | j         j        r||dk    rt          d          || _        dS )zSets the page_size of this DescribeNatGatewaysRequest.


        :param page_size: The page_size of this DescribeNatGatewaysRequest.  # noqa: E501
        :type: int
        Nd   zJInvalid value for `page_size`, must be a value less than or equal to `100`)r   client_side_validation
ValueErrorr%   )r,   r   s     r-   r   z$DescribeNatGatewaysRequest.page_size   s;     6 	k%)c//ijjj#r/   c                     | j         S )zGets the project_name of this DescribeNatGatewaysRequest.  # noqa: E501


        :return: The project_name of this DescribeNatGatewaysRequest.  # noqa: E501
        :rtype: str
        r&   r2   s    r-   r   z'DescribeNatGatewaysRequest.project_name   r>   r/   c                     || _         dS )zSets the project_name of this DescribeNatGatewaysRequest.


        :param project_name: The project_name of this DescribeNatGatewaysRequest.  # noqa: E501
        :type: str
        NrK   )r,   r   s     r-   r   z'DescribeNatGatewaysRequest.project_name   r@   r/   c                     | j         S )zGets the spec of this DescribeNatGatewaysRequest.  # noqa: E501


        :return: The spec of this DescribeNatGatewaysRequest.  # noqa: E501
        :rtype: str
        r'   r2   s    r-   r   zDescribeNatGatewaysRequest.spec   s     zr/   c                     || _         dS )zSets the spec of this DescribeNatGatewaysRequest.


        :param spec: The spec of this DescribeNatGatewaysRequest.  # noqa: E501
        :type: str
        NrN   )r,   r   s     r-   r   zDescribeNatGatewaysRequest.spec	  s     


r/   c                     | j         S )zGets the subnet_id of this DescribeNatGatewaysRequest.  # noqa: E501


        :return: The subnet_id of this DescribeNatGatewaysRequest.  # noqa: E501
        :rtype: str
        r(   r2   s    r-   r   z$DescribeNatGatewaysRequest.subnet_id  rE   r/   c                     || _         dS )zSets the subnet_id of this DescribeNatGatewaysRequest.


        :param subnet_id: The subnet_id of this DescribeNatGatewaysRequest.  # noqa: E501
        :type: str
        NrQ   )r,   r   s     r-   r   z$DescribeNatGatewaysRequest.subnet_id  s     $r/   c                     | j         S )zGets the tag_filters of this DescribeNatGatewaysRequest.  # noqa: E501


        :return: The tag_filters of this DescribeNatGatewaysRequest.  # noqa: E501
        :rtype: list[TagFilterForDescribeNatGatewaysInput]
        r)   r2   s    r-   r   z&DescribeNatGatewaysRequest.tag_filters)  r3   r/   c                     || _         dS )zSets the tag_filters of this DescribeNatGatewaysRequest.


        :param tag_filters: The tag_filters of this DescribeNatGatewaysRequest.  # noqa: E501
        :type: list[TagFilterForDescribeNatGatewaysInput]
        NrT   )r,   r   s     r-   r   z&DescribeNatGatewaysRequest.tag_filters3  r5   r/   c                     | j         S )zGets the vpc_id of this DescribeNatGatewaysRequest.  # noqa: E501


        :return: The vpc_id of this DescribeNatGatewaysRequest.  # noqa: E501
        :rtype: str
        r*   r2   s    r-   r   z!DescribeNatGatewaysRequest.vpc_id>  s     |r/   c                     || _         dS )zSets the vpc_id of this DescribeNatGatewaysRequest.


        :param vpc_id: The vpc_id of this DescribeNatGatewaysRequest.  # noqa: E501
        :type: str
        NrW   )r,   r   s     r-   r   z!DescribeNatGatewaysRequest.vpc_idH  s     r/   c                 4   i }t          j        | j                  D ]\  }}t          | |          }t	          |t
                    r"t          t          d |                    ||<   Lt          |d          r|                                ||<   tt	          |t                    r4t          t          d |
                                                    ||<   |||<   t          t          t                    r| 
                                D ]
\  }}|||<   |S )z&Returns the model properties as a dictc                 N    t          | d          r|                                 n| S )Nto_dicthasattrr[   )xs    r-   <lambda>z4DescribeNatGatewaysRequest.to_dict.<locals>.<lambda>[  s!    WQ	-B-BIaiikkk r/   r[   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r[   r   r\   )items    r-   r_   z4DescribeNatGatewaysRequest.to_dict.<locals>.<lambda>b  s<    tAw	22"=$q'47??+<+<!=!=8< r/   )six	iteritemsswagger_typesgetattr
isinstancelistmapr]   r[   dictitems
issubclassr   )r,   resultattr_valuekeys         r-   r[   z"DescribeNatGatewaysRequest.to_dictS  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t0$77 	$"jjll $ $
U#sr/   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr[   r2   s    r-   to_strz!DescribeNatGatewaysRequest.to_strn  s    ~dllnn---r/   c                 *    |                                  S )zFor `print` and `pprint`)ru   r2   s    r-   __repr__z#DescribeNatGatewaysRequest.__repr__r  s    {{}}r/   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrg   r   r[   r,   others     r-   __eq__z!DescribeNatGatewaysRequest.__eq__v  s5    %!;<< 	5||~~00r/   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTry   rz   s     r-   __ne__z!DescribeNatGatewaysRequest.__ne__}  s5    %!;<< 	4||~~00r/   )NNNNNNNNNNNN)__name__
__module____qualname____doc__re   attribute_mapr.   propertyr   setterr	   r
   r   r   r   r   r   r   r   r   r[   ru   rw   r|   r~    r/   r-   r   r      s[        
 &!C M %*,%#%# M(! (! (! (!T ! ! X! ( ( ( % % X% 0 0 0 & & X& 2 2 2 " " X" * * * ! ! X! ( ( (   X $ $ $ " " X" * * *   X 
[  [   X $ $ $ ! ! X! ( ( (   X ]  ]  6. . .  1 1 11 1 1 1 1r/   r   )r   rs   rerc   volcenginesdkcore.configurationr   objectr   r   r/   r-   <module>r      s|      				 



 9 9 9 9 9 9l1 l1 l1 l1 l1 l1 l1 l1 l1 l1r/   