
    ~i3                     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
    storage_ebs

    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                   8   e Zd ZdZ	 dd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ddZd6d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ed-             Zej	        d.             Zed/             Zej	        d0             Zd1 Zd2 Zd3 Zd4 Zd5 ZdS )7DescribeSnapshotsRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    z%list[FilterForDescribeSnapshotsInput]intstrz	list[str]z(list[TagFilterForDescribeSnapshotsInput])filtermax_results
next_tokenpage_number	page_sizeproject_namesnapshot_idssnapshot_namesnapshot_statussnapshot_typestag_filters	volume_idzone_idFilter
MaxResults	NextToken
PageNumberPageSizeProjectNameSnapshotIdsSnapshotNameSnapshotStatusSnapshotTypes
TagFiltersVolumeIdZoneIdNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        d| _        d| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        |	|	| _        |
|
| _        ||| _        ||| _        |	|| _        dS dS )z5DescribeSnapshotsRequest - a model defined in SwaggerN)r   _configuration_filter_max_results_next_token_page_number
_page_size_project_name_snapshot_ids_snapshot_name_snapshot_status_snapshot_types_tag_filters
_volume_id_zone_iddiscriminatorr   r	   r
   r   r   r   r   r   r   r   r   r   r   )selfr   r	   r
   r   r   r   r   r   r   r   r   r   r   r#   s                  /root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkstorageebs/models/describe_snapshots_request.py__init__z!DescribeSnapshotsRequest.__init__C   sB   !*__N,  !!" $# ! DK"*D!(DO"*D &DN# ,D# ,D$!.D&#2D %"0D"*D &DN"DLLL     c                     | j         S )zGets the filter of this DescribeSnapshotsRequest.  # noqa: E501


        :return: The filter of this DescribeSnapshotsRequest.  # noqa: E501
        :rtype: list[FilterForDescribeSnapshotsInput]
        r$   r2   s    r3   r   zDescribeSnapshotsRequest.filters   s     |r5   c                     || _         dS )zSets the filter of this DescribeSnapshotsRequest.


        :param filter: The filter of this DescribeSnapshotsRequest.  # noqa: E501
        :type: list[FilterForDescribeSnapshotsInput]
        Nr7   )r2   r   s     r3   r   zDescribeSnapshotsRequest.filter}   s     r5   c                     | j         S )zGets the max_results of this DescribeSnapshotsRequest.  # noqa: E501


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


        :param max_results: The max_results of this DescribeSnapshotsRequest.  # noqa: E501
        :type: int
        Nr;   )r2   r	   s     r3   r	   z$DescribeSnapshotsRequest.max_results        (r5   c                     | j         S )zGets the next_token of this DescribeSnapshotsRequest.  # noqa: E501


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


        :param next_token: The next_token of this DescribeSnapshotsRequest.  # noqa: E501
        :type: str
        Nr@   )r2   r
   s     r3   r
   z#DescribeSnapshotsRequest.next_token   s     &r5   c                     | j         S )zGets the page_number of this DescribeSnapshotsRequest.  # noqa: E501


        :return: The page_number of this DescribeSnapshotsRequest.  # noqa: E501
        :rtype: int
        r'   r8   s    r3   r   z$DescribeSnapshotsRequest.page_number   r<   r5   c                     || _         dS )zSets the page_number of this DescribeSnapshotsRequest.


        :param page_number: The page_number of this DescribeSnapshotsRequest.  # noqa: E501
        :type: int
        NrC   )r2   r   s     r3   r   z$DescribeSnapshotsRequest.page_number   r>   r5   c                     | j         S )zGets the page_size of this DescribeSnapshotsRequest.  # noqa: E501


        :return: The page_size of this DescribeSnapshotsRequest.  # noqa: E501
        :rtype: int
        )r(   r8   s    r3   r   z"DescribeSnapshotsRequest.page_size        r5   c                 Z    | j         j        r||dk    rt          d          || _        dS )zSets the page_size of this DescribeSnapshotsRequest.


        :param page_size: The page_size of this DescribeSnapshotsRequest.  # 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(   )r2   r   s     r3   r   z"DescribeSnapshotsRequest.page_size   s;     6 	k%)c//ijjj#r5   c                     | j         S )zGets the project_name of this DescribeSnapshotsRequest.  # noqa: E501


        :return: The project_name of this DescribeSnapshotsRequest.  # noqa: E501
        :rtype: str
        r)   r8   s    r3   r   z%DescribeSnapshotsRequest.project_name        !!r5   c                     || _         dS )zSets the project_name of this DescribeSnapshotsRequest.


        :param project_name: The project_name of this DescribeSnapshotsRequest.  # noqa: E501
        :type: str
        NrL   )r2   r   s     r3   r   z%DescribeSnapshotsRequest.project_name        *r5   c                     | j         S )zGets the snapshot_ids of this DescribeSnapshotsRequest.  # noqa: E501


        :return: The snapshot_ids of this DescribeSnapshotsRequest.  # noqa: E501
        :rtype: list[str]
        r*   r8   s    r3   r   z%DescribeSnapshotsRequest.snapshot_ids   rM   r5   c                     || _         dS )zSets the snapshot_ids of this DescribeSnapshotsRequest.


        :param snapshot_ids: The snapshot_ids of this DescribeSnapshotsRequest.  # noqa: E501
        :type: list[str]
        NrQ   )r2   r   s     r3   r   z%DescribeSnapshotsRequest.snapshot_ids   rO   r5   c                     | j         S )zGets the snapshot_name of this DescribeSnapshotsRequest.  # noqa: E501


        :return: The snapshot_name of this DescribeSnapshotsRequest.  # noqa: E501
        :rtype: str
        r+   r8   s    r3   r   z&DescribeSnapshotsRequest.snapshot_name	  s     ""r5   c                     || _         dS )zSets the snapshot_name of this DescribeSnapshotsRequest.


        :param snapshot_name: The snapshot_name of this DescribeSnapshotsRequest.  # noqa: E501
        :type: str
        NrT   )r2   r   s     r3   r   z&DescribeSnapshotsRequest.snapshot_name  s     ,r5   c                     | j         S )zGets the snapshot_status of this DescribeSnapshotsRequest.  # noqa: E501


        :return: The snapshot_status of this DescribeSnapshotsRequest.  # noqa: E501
        :rtype: list[str]
        r,   r8   s    r3   r   z(DescribeSnapshotsRequest.snapshot_status  s     $$r5   c                     || _         dS )zSets the snapshot_status of this DescribeSnapshotsRequest.


        :param snapshot_status: The snapshot_status of this DescribeSnapshotsRequest.  # noqa: E501
        :type: list[str]
        NrW   )r2   r   s     r3   r   z(DescribeSnapshotsRequest.snapshot_status(  s     !0r5   c                     | j         S )zGets the snapshot_types of this DescribeSnapshotsRequest.  # noqa: E501


        :return: The snapshot_types of this DescribeSnapshotsRequest.  # noqa: E501
        :rtype: list[str]
        r-   r8   s    r3   r   z'DescribeSnapshotsRequest.snapshot_types3  s     ##r5   c                     || _         dS )zSets the snapshot_types of this DescribeSnapshotsRequest.


        :param snapshot_types: The snapshot_types of this DescribeSnapshotsRequest.  # noqa: E501
        :type: list[str]
        NrZ   )r2   r   s     r3   r   z'DescribeSnapshotsRequest.snapshot_types=  s      .r5   c                     | j         S )zGets the tag_filters of this DescribeSnapshotsRequest.  # noqa: E501


        :return: The tag_filters of this DescribeSnapshotsRequest.  # noqa: E501
        :rtype: list[TagFilterForDescribeSnapshotsInput]
        r.   r8   s    r3   r   z$DescribeSnapshotsRequest.tag_filtersH  r<   r5   c                     || _         dS )zSets the tag_filters of this DescribeSnapshotsRequest.


        :param tag_filters: The tag_filters of this DescribeSnapshotsRequest.  # noqa: E501
        :type: list[TagFilterForDescribeSnapshotsInput]
        Nr]   )r2   r   s     r3   r   z$DescribeSnapshotsRequest.tag_filtersR  r>   r5   c                     | j         S )zGets the volume_id of this DescribeSnapshotsRequest.  # noqa: E501


        :return: The volume_id of this DescribeSnapshotsRequest.  # noqa: E501
        :rtype: str
        r/   r8   s    r3   r   z"DescribeSnapshotsRequest.volume_id]  rF   r5   c                     || _         dS )zSets the volume_id of this DescribeSnapshotsRequest.


        :param volume_id: The volume_id of this DescribeSnapshotsRequest.  # noqa: E501
        :type: str
        Nr`   )r2   r   s     r3   r   z"DescribeSnapshotsRequest.volume_idg  s     $r5   c                     | j         S )zGets the zone_id of this DescribeSnapshotsRequest.  # noqa: E501


        :return: The zone_id of this DescribeSnapshotsRequest.  # noqa: E501
        :rtype: str
        r0   r8   s    r3   r   z DescribeSnapshotsRequest.zone_idr  s     }r5   c                     || _         dS )zSets the zone_id of this DescribeSnapshotsRequest.


        :param zone_id: The zone_id of this DescribeSnapshotsRequest.  # noqa: E501
        :type: str
        Nrc   )r2   r   s     r3   r   z DescribeSnapshotsRequest.zone_id|  s      r5   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hasattrrg   )xs    r3   <lambda>z2DescribeSnapshotsRequest.to_dict.<locals>.<lambda>  s!    WQ	-B-BIaiikkk r5   rg   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rg   r   rh   )items    r3   rk   z2DescribeSnapshotsRequest.to_dict.<locals>.<lambda>  s<    tAw	22"=$q'47??+<+<!=!=8< r5   )six	iteritemsswagger_typesgetattr
isinstancelistmapri   rg   dictitems
issubclassr   )r2   resultattr_valuekeys         r3   rg   z DescribeSnapshotsRequest.to_dict  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t.55 	$"jjll $ $
U#sr5   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrg   r8   s    r3   to_strzDescribeSnapshotsRequest.to_str  s    ~dllnn---r5   c                 *    |                                  S )zFor `print` and `pprint`)r   r8   s    r3   __repr__z!DescribeSnapshotsRequest.__repr__  s    {{}}r5   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrs   r   rg   r2   others     r3   __eq__zDescribeSnapshotsRequest.__eq__  s5    %!9:: 	5||~~00r5   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTr   r   s     r3   __ne__zDescribeSnapshotsRequest.__ne__  s5    %!9:: 	4||~~00r5   )NNNNNNNNNNNNNN)__name__
__module____qualname____doc__rq   attribute_mapr4   propertyr   setterr	   r
   r   r   r   r   r   r   r   r   r   r   rg   r   r   r   r    r5   r3   r   r      s        
 :#&%A M" #!#%%'+)# M .# .# .# .#`   X ]  ] ! ! X! ( ( (     X  & & & ! ! X! ( ( (   X $ $ $ " " X" * * * " " X" * * * # # X# , , , % % X% 0 0 0 $ $ X$ . . . ! ! X! ( ( (   X $ $ $   X ^    ^   6. . .  1 1 11 1 1 1 1r5   r   )r   r   rero   volcenginesdkcore.configurationr   objectr   r   r5   r3   <module>r      s|      				 



 9 9 9 9 9 9`1 `1 `1 `1 `1v `1 `1 `1 `1 `1r5   