
    ~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
    acep

    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
Z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d& Zd' Zd( Zd) Zd* ZdS ),PushFileRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    intstrz	list[str])

auto_unzipdownload_urlendpoint	file_namepod_id_list
product_idregiontarget_directory
tos_buckettos_file_path	AutoUnzipDownloadUrlEndpointFileName	PodIdList	ProductIdRegionTargetDirectory	TosBucketTosFilePathNc                 ~   |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        ||| _        ||| _        ||| _        ||| _        ||| _        || _        ||| _        || _        |	|	| _        |
	|
| _        dS dS )z,PushFileRequest - a model defined in SwaggerN)r   _configuration_auto_unzip_download_url	_endpoint
_file_name_pod_id_list_product_id_region_target_directory_tos_bucket_tos_file_pathdiscriminatorr   r	   r
   r   r   r   r   r   r   r   )selfr   r	   r
   r   r   r   r   r   r   r   r   s               s/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkacep/models/push_file_request.py__init__zPushFileRequest.__init__=   s    !*__N,! !%"!!(DO# ,D$DM &DN"*D$ DK 0!(DO$!.D %$    c                     | j         S )zGets the auto_unzip of this PushFileRequest.  # noqa: E501


        :return: The auto_unzip of this PushFileRequest.  # noqa: E501
        :rtype: int
        r   r)   s    r*   r   zPushFileRequest.auto_unzipb        r,   c                     || _         dS )zSets the auto_unzip of this PushFileRequest.


        :param auto_unzip: The auto_unzip of this PushFileRequest.  # noqa: E501
        :type: int
        Nr.   )r)   r   s     r*   r   zPushFileRequest.auto_unzipl        &r,   c                     | j         S )zGets the download_url of this PushFileRequest.  # noqa: E501


        :return: The download_url of this PushFileRequest.  # noqa: E501
        :rtype: str
        r   r/   s    r*   r	   zPushFileRequest.download_urlw   s     !!r,   c                     || _         dS )zSets the download_url of this PushFileRequest.


        :param download_url: The download_url of this PushFileRequest.  # noqa: E501
        :type: str
        Nr4   )r)   r	   s     r*   r	   zPushFileRequest.download_url   s     *r,   c                     | j         S )zGets the endpoint of this PushFileRequest.  # noqa: E501


        :return: The endpoint of this PushFileRequest.  # noqa: E501
        :rtype: str
        r    r/   s    r*   r
   zPushFileRequest.endpoint   s     ~r,   c                     || _         dS )zSets the endpoint of this PushFileRequest.


        :param endpoint: The endpoint of this PushFileRequest.  # noqa: E501
        :type: str
        Nr7   )r)   r
   s     r*   r
   zPushFileRequest.endpoint   s     "r,   c                     | j         S )zGets the file_name of this PushFileRequest.  # noqa: E501


        :return: The file_name of this PushFileRequest.  # noqa: E501
        :rtype: str
        r!   r/   s    r*   r   zPushFileRequest.file_name   s     r,   c                     || _         dS )zSets the file_name of this PushFileRequest.


        :param file_name: The file_name of this PushFileRequest.  # noqa: E501
        :type: str
        Nr:   )r)   r   s     r*   r   zPushFileRequest.file_name   s     $r,   c                     | j         S )zGets the pod_id_list of this PushFileRequest.  # noqa: E501


        :return: The pod_id_list of this PushFileRequest.  # noqa: E501
        :rtype: list[str]
        r"   r/   s    r*   r   zPushFileRequest.pod_id_list   s       r,   c                     || _         dS )zSets the pod_id_list of this PushFileRequest.


        :param pod_id_list: The pod_id_list of this PushFileRequest.  # noqa: E501
        :type: list[str]
        Nr=   )r)   r   s     r*   r   zPushFileRequest.pod_id_list   s     (r,   c                     | j         S )zGets the product_id of this PushFileRequest.  # noqa: E501


        :return: The product_id of this PushFileRequest.  # noqa: E501
        :rtype: str
        )r#   r/   s    r*   r   zPushFileRequest.product_id   r0   r,   c                 N    | j         j        r|t          d          || _        dS )zSets the product_id of this PushFileRequest.


        :param product_id: The product_id of this PushFileRequest.  # noqa: E501
        :type: str
        Nz2Invalid value for `product_id`, must not be `None`)r   client_side_validation
ValueErrorr#   )r)   r   s     r*   r   zPushFileRequest.product_id   s5     5 	S*:LQRRR%r,   c                     | j         S )zGets the region of this PushFileRequest.  # noqa: E501


        :return: The region of this PushFileRequest.  # noqa: E501
        :rtype: str
        r$   r/   s    r*   r   zPushFileRequest.region   s     |r,   c                     || _         dS )zSets the region of this PushFileRequest.


        :param region: The region of this PushFileRequest.  # noqa: E501
        :type: str
        NrD   )r)   r   s     r*   r   zPushFileRequest.region   s     r,   c                     | j         S )zGets the target_directory of this PushFileRequest.  # noqa: E501


        :return: The target_directory of this PushFileRequest.  # noqa: E501
        :rtype: str
        )r%   r/   s    r*   r   z PushFileRequest.target_directory   s     %%r,   c                 N    | j         j        r|t          d          || _        dS )zSets the target_directory of this PushFileRequest.


        :param target_directory: The target_directory of this PushFileRequest.  # noqa: E501
        :type: str
        Nz8Invalid value for `target_directory`, must not be `None`)r   rA   rB   r%   )r)   r   s     r*   r   z PushFileRequest.target_directory  s6     5 	Y:J:RWXXX!1r,   c                     | j         S )zGets the tos_bucket of this PushFileRequest.  # noqa: E501


        :return: The tos_bucket of this PushFileRequest.  # noqa: E501
        :rtype: str
        r&   r/   s    r*   r   zPushFileRequest.tos_bucket  r0   r,   c                     || _         dS )zSets the tos_bucket of this PushFileRequest.


        :param tos_bucket: The tos_bucket of this PushFileRequest.  # noqa: E501
        :type: str
        NrI   )r)   r   s     r*   r   zPushFileRequest.tos_bucket  r2   r,   c                     | j         S )zGets the tos_file_path of this PushFileRequest.  # noqa: E501


        :return: The tos_file_path of this PushFileRequest.  # noqa: E501
        :rtype: str
        r'   r/   s    r*   r   zPushFileRequest.tos_file_path#  s     ""r,   c                     || _         dS )zSets the tos_file_path of this PushFileRequest.


        :param tos_file_path: The tos_file_path of this PushFileRequest.  # noqa: E501
        :type: str
        NrL   )r)   r   s     r*   r   zPushFileRequest.tos_file_path-  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hasattrrP   )xs    r*   <lambda>z)PushFileRequest.to_dict.<locals>.<lambda>@  s!    WQ	-B-BIaiikkk r,   rP   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rP   r   rQ   )items    r*   rT   z)PushFileRequest.to_dict.<locals>.<lambda>G  s<    tAw	22"=$q'47??+<+<!=!=8< r,   )six	iteritemsswagger_typesgetattr
isinstancelistmaprR   rP   dictitems
issubclassr   )r)   resultattr_valuekeys         r*   rP   zPushFileRequest.to_dict8  s+   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %tot,, 	$"jjll $ $
U#sr,   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrP   r/   s    r*   to_strzPushFileRequest.to_strS  s    ~dllnn---r,   c                 *    |                                  S )zFor `print` and `pprint`)rj   r/   s    r*   __repr__zPushFileRequest.__repr__W  s    {{}}r,   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr\   r   rP   r)   others     r*   __eq__zPushFileRequest.__eq__[  s4    %11 	5||~~00r,   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrn   ro   s     r*   __ne__zPushFileRequest.__ne__b  s4    %11 	4||~~00r,   )NNNNNNNNNNN)__name__
__module____qualname____doc__rZ   attribute_mapr+   propertyr   setterr	   r
   r   r   r   r   r   r   r   rP   rj   rl   rq   rs    r,   r*   r   r      s        
 "! M "%"!-!& M#/ #/ #/ #/J     X  & & & " " X" * * *   X _" " _"   X $ $ $ ! ! X! ( ( (     X  
& 
& 
&   X ]  ] & & X& 
2 
2 
2     X  & & & # # X# , , ,  6. . .  1 1 11 1 1 1 1r,   r   )rw   rh   rerX   volcenginesdkcore.configurationr   objectr   r{   r,   r*   <module>r      s|      				 



 9 9 9 9 9 9Q1 Q1 Q1 Q1 Q1f Q1 Q1 Q1 Q1 Q1r,   