
    ~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 )&DescribeDedicatedHostsRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strz	list[str]int)dedicated_host_cluster_iddedicated_host_idsdedicated_host_namededicated_host_type_idmax_results
next_tokenstatuszone_idDedicatedHostClusterIdDedicatedHostIdsDedicatedHostNameDedicatedHostTypeId
MaxResults	NextTokenStatusZoneIdNc
                 F   |	t                      }	|	| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        |	|| _        dS dS )z:DescribeDedicatedHostsRequest - a model defined in SwaggerN)r   _configuration_dedicated_host_cluster_id_dedicated_host_ids_dedicated_host_name_dedicated_host_type_id_max_results_next_token_status_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_dedicated_hosts_request.py__init__z&DescribeDedicatedHostsRequest.__init__9   s    !*__N,*.'#' $(!'+$ !$0-FD*)&8D#*':D$!-*@D'"*D!(DO DK"DLLL     c                     | j         S )zGets the dedicated_host_cluster_id of this DescribeDedicatedHostsRequest.  # noqa: E501


        :return: The dedicated_host_cluster_id of this DescribeDedicatedHostsRequest.  # noqa: E501
        :rtype: str
        r   r#   s    r$   r   z7DescribeDedicatedHostsRequest.dedicated_host_cluster_idZ   s     ..r&   c                     || _         dS )zSets the dedicated_host_cluster_id of this DescribeDedicatedHostsRequest.


        :param dedicated_host_cluster_id: The dedicated_host_cluster_id of this DescribeDedicatedHostsRequest.  # noqa: E501
        :type: str
        Nr(   )r#   r   s     r$   r   z7DescribeDedicatedHostsRequest.dedicated_host_cluster_idd   s     +D'''r&   c                     | j         S )zGets the dedicated_host_ids of this DescribeDedicatedHostsRequest.  # noqa: E501


        :return: The dedicated_host_ids of this DescribeDedicatedHostsRequest.  # noqa: E501
        :rtype: list[str]
        r   r)   s    r$   r	   z0DescribeDedicatedHostsRequest.dedicated_host_idso   s     ''r&   c                     || _         dS )zSets the dedicated_host_ids of this DescribeDedicatedHostsRequest.


        :param dedicated_host_ids: The dedicated_host_ids of this DescribeDedicatedHostsRequest.  # noqa: E501
        :type: list[str]
        Nr,   )r#   r	   s     r$   r	   z0DescribeDedicatedHostsRequest.dedicated_host_idsy   s     $6   r&   c                     | j         S )zGets the dedicated_host_name of this DescribeDedicatedHostsRequest.  # noqa: E501


        :return: The dedicated_host_name of this DescribeDedicatedHostsRequest.  # noqa: E501
        :rtype: str
        r   r)   s    r$   r
   z1DescribeDedicatedHostsRequest.dedicated_host_name   s     ((r&   c                     || _         dS )zSets the dedicated_host_name of this DescribeDedicatedHostsRequest.


        :param dedicated_host_name: The dedicated_host_name of this DescribeDedicatedHostsRequest.  # noqa: E501
        :type: str
        Nr/   )r#   r
   s     r$   r
   z1DescribeDedicatedHostsRequest.dedicated_host_name   s     %8!!!r&   c                     | j         S )zGets the dedicated_host_type_id of this DescribeDedicatedHostsRequest.  # noqa: E501


        :return: The dedicated_host_type_id of this DescribeDedicatedHostsRequest.  # noqa: E501
        :rtype: str
        r   r)   s    r$   r   z4DescribeDedicatedHostsRequest.dedicated_host_type_id   s     ++r&   c                     || _         dS )zSets the dedicated_host_type_id of this DescribeDedicatedHostsRequest.


        :param dedicated_host_type_id: The dedicated_host_type_id of this DescribeDedicatedHostsRequest.  # noqa: E501
        :type: str
        Nr2   )r#   r   s     r$   r   z4DescribeDedicatedHostsRequest.dedicated_host_type_id   s     (>$$$r&   c                     | j         S )zGets the max_results of this DescribeDedicatedHostsRequest.  # noqa: E501


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


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


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


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


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


        :param status: The status of this DescribeDedicatedHostsRequest.  # noqa: E501
        :type: str
        Nr;   )r#   r   s     r$   r   z$DescribeDedicatedHostsRequest.status   s     r&   c                     | j         S )zGets the zone_id of this DescribeDedicatedHostsRequest.  # noqa: E501


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


        :param zone_id: The zone_id of this DescribeDedicatedHostsRequest.  # noqa: E501
        :type: str
        Nr>   )r#   r   s     r$   r   z%DescribeDedicatedHostsRequest.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hasattrrB   )xs    r$   <lambda>z7DescribeDedicatedHostsRequest.to_dict.<locals>.<lambda>
  s!    WQ	-B-BIaiikkk r&   rB   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rB   r   rC   )items    r$   rF   z7DescribeDedicatedHostsRequest.to_dict.<locals>.<lambda>  s<    tAw	22"=$q'47??+<+<!=!=8< r&   )six	iteritemsswagger_typesgetattr
isinstancelistmaprD   rB   dictitems
issubclassr   )r#   resultattr_valuekeys         r$   rB   z%DescribeDedicatedHostsRequest.to_dict  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t3T:: 	$"jjll $ $
U#sr&   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrB   r)   s    r$   to_strz$DescribeDedicatedHostsRequest.to_str  s    ~dllnn---r&   c                 *    |                                  S )zFor `print` and `pprint`)r\   r)   s    r$   __repr__z&DescribeDedicatedHostsRequest.__repr__!  s    {{}}r&   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrN   r   rB   r#   others     r$   __eq__z$DescribeDedicatedHostsRequest.__eq__%  s5    %!>?? 	5||~~00r&   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTr`   ra   s     r$   __ne__z$DescribeDedicatedHostsRequest.__ne__,  s5    %!>?? 	4||~~00r&   )	NNNNNNNNN)__name__
__module____qualname____doc__rL   attribute_mapr%   propertyr   setterr	   r
   r   r   r   r   r   rB   r\   r^   rc   re    r&   r$   r   r      s        
 &+)$"'	 	M &>02"7#!	 	M# # # #B / / X/ %D D &%D ( ( X( 6 6 6 ) ) X) 8 8  8 , , X, "> > #"> ! ! X! ( ( (     X  & & &   X ]  ]   X ^    ^   6. . .  1 1 11 1 1 1 1r&   r   )ri   rZ   rerJ   volcenginesdkcore.configurationr   objectr   rm   r&   r$   <module>rq      s|      				 



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