
    ~i*#                     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
    ecs

    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Z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d! Zd" Zd# Zd$ Zd% ZdS )'DescribeHpcClustersRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strz	list[str]intz*list[TagFilterForDescribeHpcClustersInput])client_tokenhpc_cluster_idsmax_resultsname
next_tokenproject_nametag_filterszone_idClientTokenHpcClusterIds
MaxResultsName	NextTokenProjectName
TagFiltersZoneIdNc
                 F   |	t                      }	|	| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        |	|| _        dS dS )z7DescribeHpcClustersRequest - a model defined in SwaggerN)r   _configuration_client_token_hpc_cluster_ids_max_results_name_next_token_project_name_tag_filters_zone_iddiscriminatorr   r	   r
   r   r   r   r   r   )
selfr   r	   r
   r   r   r   r   r   r   s
             ~/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkecs/models/describe_hpc_clusters_request.py__init__z#DescribeHpcClustersRequest.__init__9   s    !*__N,! $ 
! !# ,D&#2D "*DDI!(DO# ,D"*D"DLLL     c                     | j         S )zGets the client_token of this DescribeHpcClustersRequest.  # noqa: E501


        :return: The client_token of this DescribeHpcClustersRequest.  # noqa: E501
        :rtype: str
        r   r#   s    r$   r   z'DescribeHpcClustersRequest.client_tokenZ        !!r&   c                     || _         dS )zSets the client_token of this DescribeHpcClustersRequest.


        :param client_token: The client_token of this DescribeHpcClustersRequest.  # noqa: E501
        :type: str
        Nr(   )r#   r   s     r$   r   z'DescribeHpcClustersRequest.client_tokend        *r&   c                     | j         S )zGets the hpc_cluster_ids of this DescribeHpcClustersRequest.  # noqa: E501


        :return: The hpc_cluster_ids of this DescribeHpcClustersRequest.  # noqa: E501
        :rtype: list[str]
        r   r)   s    r$   r	   z*DescribeHpcClustersRequest.hpc_cluster_idso   s     $$r&   c                     || _         dS )zSets the hpc_cluster_ids of this DescribeHpcClustersRequest.


        :param hpc_cluster_ids: The hpc_cluster_ids of this DescribeHpcClustersRequest.  # noqa: E501
        :type: list[str]
        Nr.   )r#   r	   s     r$   r	   z*DescribeHpcClustersRequest.hpc_cluster_idsy   s     !0r&   c                     | j         S )zGets the max_results of this DescribeHpcClustersRequest.  # noqa: E501


        :return: The max_results of this DescribeHpcClustersRequest.  # noqa: E501
        :rtype: int
        r   r)   s    r$   r
   z&DescribeHpcClustersRequest.max_results          r&   c                     || _         dS )zSets the max_results of this DescribeHpcClustersRequest.


        :param max_results: The max_results of this DescribeHpcClustersRequest.  # noqa: E501
        :type: int
        Nr1   )r#   r
   s     r$   r
   z&DescribeHpcClustersRequest.max_results        (r&   c                     | j         S )zGets the name of this DescribeHpcClustersRequest.  # noqa: E501


        :return: The name of this DescribeHpcClustersRequest.  # noqa: E501
        :rtype: str
        r   r)   s    r$   r   zDescribeHpcClustersRequest.name   s     zr&   c                     || _         dS )zSets the name of this DescribeHpcClustersRequest.


        :param name: The name of this DescribeHpcClustersRequest.  # noqa: E501
        :type: str
        Nr6   )r#   r   s     r$   r   zDescribeHpcClustersRequest.name   s     


r&   c                     | j         S )zGets the next_token of this DescribeHpcClustersRequest.  # noqa: E501


        :return: The next_token of this DescribeHpcClustersRequest.  # noqa: E501
        :rtype: str
        r   r)   s    r$   r   z%DescribeHpcClustersRequest.next_token   s     r&   c                     || _         dS )zSets the next_token of this DescribeHpcClustersRequest.


        :param next_token: The next_token of this DescribeHpcClustersRequest.  # noqa: E501
        :type: str
        Nr9   )r#   r   s     r$   r   z%DescribeHpcClustersRequest.next_token   s     &r&   c                     | j         S )zGets the project_name of this DescribeHpcClustersRequest.  # noqa: E501


        :return: The project_name of this DescribeHpcClustersRequest.  # noqa: E501
        :rtype: str
        r   r)   s    r$   r   z'DescribeHpcClustersRequest.project_name   r*   r&   c                     || _         dS )zSets the project_name of this DescribeHpcClustersRequest.


        :param project_name: The project_name of this DescribeHpcClustersRequest.  # noqa: E501
        :type: str
        Nr<   )r#   r   s     r$   r   z'DescribeHpcClustersRequest.project_name   r,   r&   c                     | j         S )zGets the tag_filters of this DescribeHpcClustersRequest.  # noqa: E501


        :return: The tag_filters of this DescribeHpcClustersRequest.  # noqa: E501
        :rtype: list[TagFilterForDescribeHpcClustersInput]
        r    r)   s    r$   r   z&DescribeHpcClustersRequest.tag_filters   r2   r&   c                     || _         dS )zSets the tag_filters of this DescribeHpcClustersRequest.


        :param tag_filters: The tag_filters of this DescribeHpcClustersRequest.  # noqa: E501
        :type: list[TagFilterForDescribeHpcClustersInput]
        Nr?   )r#   r   s     r$   r   z&DescribeHpcClustersRequest.tag_filters   r4   r&   c                     | j         S )zGets the zone_id of this DescribeHpcClustersRequest.  # noqa: E501


        :return: The zone_id of this DescribeHpcClustersRequest.  # noqa: E501
        :rtype: str
        r!   r)   s    r$   r   z"DescribeHpcClustersRequest.zone_id   s     }r&   c                     || _         dS )zSets the zone_id of this DescribeHpcClustersRequest.


        :param zone_id: The zone_id of this DescribeHpcClustersRequest.  # noqa: E501
        :type: str
        NrB   )r#   r   s     r$   r   z"DescribeHpcClustersRequest.zone_id   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hasattrrF   )xs    r$   <lambda>z4DescribeHpcClustersRequest.to_dict.<locals>.<lambda>
  s!    WQ	-B-BIaiikkk r&   rF   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rF   r   rG   )items    r$   rJ   z4DescribeHpcClustersRequest.to_dict.<locals>.<lambda>  s<    tAw	22"=$q'47??+<+<!=!=8< r&   )six	iteritemsswagger_typesgetattr
isinstancelistmaprH   rF   dictitems
issubclassr   )r#   resultattr_valuekeys         r$   rF   z"DescribeHpcClustersRequest.to_dict  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pformatrF   r)   s    r$   to_strz!DescribeHpcClustersRequest.to_str  s    ~dllnn---r&   c                 *    |                                  S )zFor `print` and `pprint`)r`   r)   s    r$   __repr__z#DescribeHpcClustersRequest.__repr__!  s    {{}}r&   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrR   r   rF   r#   others     r$   __eq__z!DescribeHpcClustersRequest.__eq__%  s5    %!;<< 	5||~~00r&   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrd   re   s     r$   __ne__z!DescribeHpcClustersRequest.__ne__,  s5    %!;<< 	4||~~00r&   )	NNNNNNNNN)__name__
__module____qualname____doc__rP   attribute_mapr%   propertyr   setterr	   r
   r   r   r   r   r   rF   r`   rb   rg   ri    r&   r$   r   r      s        
 &C	 	M &*#!%#	 	M# # # #B " " X" * * * % % X% 0 0 0 ! ! X! ( ( (   X 
[  [     X  & & & " " X" * * * ! ! X! ( ( (   X ^    ^   6. . .  1 1 11 1 1 1 1r&   r   )rm   r^   rerN   volcenginesdkcore.configurationr   objectr   rq   r&   r$   <module>ru      s|      				 



 9 9 9 9 9 9[1 [1 [1 [1 [1 [1 [1 [1 [1 [1r&   