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

    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            
       P   e Zd ZdZ	 dddddddddd	Z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d" Zd# Zd$ Zd% Zd& ZdS )(CreateIntegrationTaskRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strz&list[TagForCreateIntegrationTaskInput])	environmentnameparamsproject_namesub_typetagstypevke_cluster_idworkspace_idEnvironmentNameParamsProjectNameSubTypeTagsTypeVkeClusterIdWorkspaceIdNc                 Z   |
t                      }
|
| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        ||| _        || _        || _        ||| _        ||| _        ||| _        || _        ||| _        |		|	| _        dS dS )z9CreateIntegrationTaskRequest - a model defined in SwaggerN)r   _configuration_environment_name_params_project_name	_sub_type_tags_type_vke_cluster_id_workspace_iddiscriminatorr   r   r	   r
   r   r   r   r   r   )selfr   r   r	   r
   r   r   r   r   r   r   s              /root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkvmp/models/create_integration_task_request.py__init__z%CreateIntegrationTaskRequest.__init__;   s    !*__N, 
!

#!!"*D	# ,D$DMDI	%"0D# ,D $#    c                     | j         S )zGets the environment of this CreateIntegrationTaskRequest.  # noqa: E501


        :return: The environment of this CreateIntegrationTaskRequest.  # noqa: E501
        :rtype: str
        r   r%   s    r&   r   z(CreateIntegrationTaskRequest.environment\   s       r(   c                     || _         dS )zSets the environment of this CreateIntegrationTaskRequest.


        :param environment: The environment of this CreateIntegrationTaskRequest.  # noqa: E501
        :type: str
        Nr*   )r%   r   s     r&   r   z(CreateIntegrationTaskRequest.environmentf   s     (r(   c                     | j         S )zGets the name of this CreateIntegrationTaskRequest.  # noqa: E501


        :return: The name of this CreateIntegrationTaskRequest.  # noqa: E501
        :rtype: str
        )r   r+   s    r&   r   z!CreateIntegrationTaskRequest.nameq        zr(   c                 N    | j         j        r|t          d          || _        dS )zSets the name of this CreateIntegrationTaskRequest.


        :param name: The name of this CreateIntegrationTaskRequest.  # noqa: E501
        :type: str
        Nz,Invalid value for `name`, must not be `None`)r   client_side_validation
ValueErrorr   )r%   r   s     r&   r   z!CreateIntegrationTaskRequest.name{   1     5 	M$,KLLL


r(   c                     | j         S )zGets the params of this CreateIntegrationTaskRequest.  # noqa: E501


        :return: The params of this CreateIntegrationTaskRequest.  # noqa: E501
        :rtype: str
        )r   r+   s    r&   r	   z#CreateIntegrationTaskRequest.params   s     |r(   c                 N    | j         j        r|t          d          || _        dS )zSets the params of this CreateIntegrationTaskRequest.


        :param params: The params of this CreateIntegrationTaskRequest.  # noqa: E501
        :type: str
        Nz.Invalid value for `params`, must not be `None`)r   r0   r1   r   )r%   r	   s     r&   r	   z#CreateIntegrationTaskRequest.params   s1     5 	O&.MNNNr(   c                     | j         S )zGets the project_name of this CreateIntegrationTaskRequest.  # noqa: E501


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


        :param project_name: The project_name of this CreateIntegrationTaskRequest.  # noqa: E501
        :type: str
        Nr6   )r%   r
   s     r&   r
   z)CreateIntegrationTaskRequest.project_name        *r(   c                     | j         S )zGets the sub_type of this CreateIntegrationTaskRequest.  # noqa: E501


        :return: The sub_type of this CreateIntegrationTaskRequest.  # noqa: E501
        :rtype: str
        r   r+   s    r&   r   z%CreateIntegrationTaskRequest.sub_type   s     ~r(   c                     || _         dS )zSets the sub_type of this CreateIntegrationTaskRequest.


        :param sub_type: The sub_type of this CreateIntegrationTaskRequest.  # noqa: E501
        :type: str
        Nr;   )r%   r   s     r&   r   z%CreateIntegrationTaskRequest.sub_type   s     "r(   c                     | j         S )zGets the tags of this CreateIntegrationTaskRequest.  # noqa: E501


        :return: The tags of this CreateIntegrationTaskRequest.  # noqa: E501
        :rtype: list[TagForCreateIntegrationTaskInput]
        r    r+   s    r&   r   z!CreateIntegrationTaskRequest.tags   r.   r(   c                     || _         dS )zSets the tags of this CreateIntegrationTaskRequest.


        :param tags: The tags of this CreateIntegrationTaskRequest.  # noqa: E501
        :type: list[TagForCreateIntegrationTaskInput]
        Nr>   )r%   r   s     r&   r   z!CreateIntegrationTaskRequest.tags   s     


r(   c                     | j         S )zGets the type of this CreateIntegrationTaskRequest.  # noqa: E501


        :return: The type of this CreateIntegrationTaskRequest.  # noqa: E501
        :rtype: str
        )r!   r+   s    r&   r   z!CreateIntegrationTaskRequest.type   r.   r(   c                 N    | j         j        r|t          d          || _        dS )zSets the type of this CreateIntegrationTaskRequest.


        :param type: The type of this CreateIntegrationTaskRequest.  # noqa: E501
        :type: str
        Nz,Invalid value for `type`, must not be `None`)r   r0   r1   r!   )r%   r   s     r&   r   z!CreateIntegrationTaskRequest.type   r2   r(   c                     | j         S )zGets the vke_cluster_id of this CreateIntegrationTaskRequest.  # noqa: E501


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


        :param vke_cluster_id: The vke_cluster_id of this CreateIntegrationTaskRequest.  # noqa: E501
        :type: str
        NrC   )r%   r   s     r&   r   z+CreateIntegrationTaskRequest.vke_cluster_id   s      .r(   c                     | j         S )zGets the workspace_id of this CreateIntegrationTaskRequest.  # noqa: E501


        :return: The workspace_id of this CreateIntegrationTaskRequest.  # noqa: E501
        :rtype: str
        r#   r+   s    r&   r   z)CreateIntegrationTaskRequest.workspace_id
  r7   r(   c                     || _         dS )zSets the workspace_id of this CreateIntegrationTaskRequest.


        :param workspace_id: The workspace_id of this CreateIntegrationTaskRequest.  # noqa: E501
        :type: str
        NrF   )r%   r   s     r&   r   z)CreateIntegrationTaskRequest.workspace_id  r9   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hasattrrJ   )xs    r&   <lambda>z6CreateIntegrationTaskRequest.to_dict.<locals>.<lambda>'  s!    WQ	-B-BIaiikkk r(   rJ   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rJ   r   rK   )items    r&   rN   z6CreateIntegrationTaskRequest.to_dict.<locals>.<lambda>.  s<    tAw	22"=$q'47??+<+<!=!=8< r(   )six	iteritemsswagger_typesgetattr
isinstancelistmaprL   rJ   dictitems
issubclassr   )r%   resultattr_valuekeys         r&   rJ   z$CreateIntegrationTaskRequest.to_dict  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t2D99 	$"jjll $ $
U#sr(   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrJ   r+   s    r&   to_strz#CreateIntegrationTaskRequest.to_str:  s    ~dllnn---r(   c                 *    |                                  S )zFor `print` and `pprint`)rd   r+   s    r&   __repr__z%CreateIntegrationTaskRequest.__repr__>  s    {{}}r(   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrV   r   rJ   r%   others     r&   __eq__z#CreateIntegrationTaskRequest.__eq__B  s5    %!=>> 	5||~~00r(   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrh   ri   s     r&   __ne__z#CreateIntegrationTaskRequest.__ne__I  s5    %!=>> 	4||~~00r(   )
NNNNNNNNNN)__name__
__module____qualname____doc__rT   attribute_mapr'   propertyr   setterr   r	   r
   r   r   r   r   r   rJ   rd   rf   rk   rm    r(   r&   r   r      s        
 8
 
M %%(%
 
M- - - -B ! ! X! ( ( (   X 
[
 
 [
   X ]
 
 ]
 " " X" * * *   X _" " _"   X 
[  [   X 
[
 
 [
 $ $ X$ . . . " " X" * * *  6. . .  1 1 11 1 1 1 1r(   r   )rq   rb   rerR   volcenginesdkcore.configurationr   objectr   ru   r(   r&   <module>ry      s|      				 



 9 9 9 9 9 9x1 x1 x1 x1 x16 x1 x1 x1 x1 x1r(   