
    ~in,                     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
    rabbitmq

    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 )/DescribeInstancesRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strintz(list[TagFilterForDescribeInstancesInput])charge_typeinstance_idinstance_nameinstance_statuspage_number	page_sizeproject_namespectag_filtersvpc_idzone_id
ChargeType
InstanceIdInstanceNameInstanceStatus
PageNumberPageSizeProjectNameSpec
TagFiltersVpcIdZoneIdNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        ||| _        ||| _        ||| _        ||| _        || _        || _        ||| _        ||| _        |	|	| _        |
|
| _        |	|| _        dS dS )z5DescribeInstancesRequest - a model defined in SwaggerN)r   _configuration_charge_type_instance_id_instance_name_instance_status_page_number
_page_size_project_name_spec_tag_filters_vpc_id_zone_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/volcenginesdkrabbitmq/models/describe_instances_request.py__init__z!DescribeInstancesRequest.__init__?   s   !*__N,  " $ !
 !"*D"*D$!.D&#2D &"# ,DDI"*D DK"DLLL     c                     | j         S )zGets the charge_type of this DescribeInstancesRequest.  # noqa: E501


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


        :param charge_type: The charge_type of this DescribeInstancesRequest.  # noqa: E501
        :type: str
        Nr1   )r,   r   s     r-   r   z$DescribeInstancesRequest.charge_typeq        (r/   c                     | j         S )zGets the instance_id of this DescribeInstancesRequest.  # noqa: E501


        :return: The instance_id of this DescribeInstancesRequest.  # noqa: E501
        :rtype: str
        r!   r2   s    r-   r	   z$DescribeInstancesRequest.instance_id|   r3   r/   c                     || _         dS )zSets the instance_id of this DescribeInstancesRequest.


        :param instance_id: The instance_id of this DescribeInstancesRequest.  # noqa: E501
        :type: str
        Nr7   )r,   r	   s     r-   r	   z$DescribeInstancesRequest.instance_id   r5   r/   c                     | j         S )zGets the instance_name of this DescribeInstancesRequest.  # noqa: E501


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


        :param instance_name: The instance_name of this DescribeInstancesRequest.  # noqa: E501
        :type: str
        Nr:   )r,   r
   s     r-   r
   z&DescribeInstancesRequest.instance_name   s     ,r/   c                     | j         S )zGets the instance_status of this DescribeInstancesRequest.  # noqa: E501


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


        :param instance_status: The instance_status of this DescribeInstancesRequest.  # noqa: E501
        :type: str
        Nr=   )r,   r   s     r-   r   z(DescribeInstancesRequest.instance_status   s     !0r/   c                     | j         S )zGets the page_number of this DescribeInstancesRequest.  # noqa: E501


        :return: The page_number of this DescribeInstancesRequest.  # noqa: E501
        :rtype: int
        )r$   r2   s    r-   r   z$DescribeInstancesRequest.page_number   r3   r/   c                 N    | j         j        r|t          d          || _        dS )zSets the page_number of this DescribeInstancesRequest.


        :param page_number: The page_number of this DescribeInstancesRequest.  # noqa: E501
        :type: int
        Nz3Invalid value for `page_number`, must not be `None`)r   client_side_validation
ValueErrorr$   )r,   r   s     r-   r   z$DescribeInstancesRequest.page_number   s5     5 	T+:MRSSS'r/   c                     | j         S )zGets the page_size of this DescribeInstancesRequest.  # noqa: E501


        :return: The page_size of this DescribeInstancesRequest.  # noqa: E501
        :rtype: int
        )r%   r2   s    r-   r   z"DescribeInstancesRequest.page_size   s     r/   c                 N    | j         j        r|t          d          || _        dS )zSets the page_size of this DescribeInstancesRequest.


        :param page_size: The page_size of this DescribeInstancesRequest.  # noqa: E501
        :type: int
        Nz1Invalid value for `page_size`, must not be `None`)r   rA   rB   r%   )r,   r   s     r-   r   z"DescribeInstancesRequest.page_size   s2     5 	R):KPQQQ#r/   c                     | j         S )zGets the project_name of this DescribeInstancesRequest.  # noqa: E501


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


        :param project_name: The project_name of this DescribeInstancesRequest.  # noqa: E501
        :type: str
        NrF   )r,   r   s     r-   r   z%DescribeInstancesRequest.project_name   s     *r/   c                     | j         S )zGets the spec of this DescribeInstancesRequest.  # noqa: E501


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


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


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


        :return: The tag_filters of this DescribeInstancesRequest.  # noqa: E501
        :rtype: list[TagFilterForDescribeInstancesInput]
        r(   r2   s    r-   r   z$DescribeInstancesRequest.tag_filters  r3   r/   c                     || _         dS )zSets the tag_filters of this DescribeInstancesRequest.


        :param tag_filters: The tag_filters of this DescribeInstancesRequest.  # noqa: E501
        :type: list[TagFilterForDescribeInstancesInput]
        NrL   )r,   r   s     r-   r   z$DescribeInstancesRequest.tag_filters  r5   r/   c                     | j         S )zGets the vpc_id of this DescribeInstancesRequest.  # noqa: E501


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


        :param vpc_id: The vpc_id of this DescribeInstancesRequest.  # noqa: E501
        :type: str
        NrO   )r,   r   s     r-   r   zDescribeInstancesRequest.vpc_id2  s     r/   c                     | j         S )zGets the zone_id of this DescribeInstancesRequest.  # noqa: E501


        :return: The zone_id of this DescribeInstancesRequest.  # noqa: E501
        :rtype: str
        r*   r2   s    r-   r   z DescribeInstancesRequest.zone_id=  s     }r/   c                     || _         dS )zSets the zone_id of this DescribeInstancesRequest.


        :param zone_id: The zone_id of this DescribeInstancesRequest.  # noqa: E501
        :type: str
        NrR   )r,   r   s     r-   r   z DescribeInstancesRequest.zone_idG  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hasattrrV   )xs    r-   <lambda>z2DescribeInstancesRequest.to_dict.<locals>.<lambda>Z  s!    WQ	-B-BIaiikkk r/   rV   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rV   r   rW   )items    r-   rZ   z2DescribeInstancesRequest.to_dict.<locals>.<lambda>a  s<    tAw	22"=$q'47??+<+<!=!=8< r/   )six	iteritemsswagger_typesgetattr
isinstancelistmaprX   rV   dictitems
issubclassr   )r,   resultattr_valuekeys         r-   rV   z DescribeInstancesRequest.to_dictR  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t.55 	$"jjll $ $
U#sr/   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrV   r2   s    r-   to_strzDescribeInstancesRequest.to_strm  s    ~dllnn---r/   c                 *    |                                  S )zFor `print` and `pprint`)rp   r2   s    r-   __repr__z!DescribeInstancesRequest.__repr__q  s    {{}}r/   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrb   r   rV   r,   others     r-   __eq__zDescribeInstancesRequest.__eq__u  s5    %!9:: 	5||~~00r/   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrt   ru   s     r-   __ne__zDescribeInstancesRequest.__ne__|  s5    %!9:: 	4||~~00r/   )NNNNNNNNNNNN)__name__
__module____qualname____doc__r`   attribute_mapr.   propertyr   setterr	   r
   r   r   r   r   r   r   r   r   rV   rp   rr   rw   ry    r/   r-   r   r      sY        
  A M $#'+#%# M&# &# &# &#P ! ! X! ( ( ( ! ! X! ( ( ( # # X# , , , % % X% 0 0 0 ! ! X! 
( 
( 
(   X 
$ 
$ 
$ " " X" * * *   X 
[  [ ! ! X! ( ( (   X ]  ]   X ^    ^   6. . .  1 1 11 1 1 1 1r/   r   )r}   rn   rer^   volcenginesdkcore.configurationr   objectr   r   r/   r-   <module>r      s|      				 



 9 9 9 9 9 9k1 k1 k1 k1 k1v k1 k1 k1 k1 k1r/   