
    ~i0                     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ddddZdd	d
ddddddddddZd3d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d. Zd/ Zd0 Zd1 Zd2 ZdS )4CreateCommandRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strboolz.list[ParameterDefinitionForCreateCommandInput]zlist[TagForCreateCommandInput]int)command_contentcontent_encodingdescriptionenable_parameternameparameter_definitionsproject_nametagstimeouttypeusernameworking_dirCommandContentContentEncodingDescriptionEnableParameterNameParameterDefinitionsProjectNameTagsTimeoutTypeUsername
WorkingDirNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        d| _        || _        ||| _        ||| _        ||| _        || _        ||| _        ||| _        ||| _        |	|	| _        |
| _        ||| _        |	|| _        dS dS )z1CreateCommandRequest - a model defined in SwaggerN)r   _configuration_command_content_content_encoding_description_enable_parameter_name_parameter_definitions_project_name_tags_timeout_type	_username_working_dirdiscriminatorr	   r
   r   r   r   r   r   r   r   r   r   r   )selfr	   r
   r   r   r   r   r   r   r   r   r   r   r"   s                 w/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkecs/models/create_command_request.py__init__zCreateCommandRequest.__init__A   s   !*__N, $!% !%
&*#!

 !.'$4D!"*D'$4D!	 ,)>D&# ,DDI"DL	$DM"*D #"    c                     | j         S )zGets the command_content of this CreateCommandRequest.  # noqa: E501


        :return: The command_content of this CreateCommandRequest.  # noqa: E501
        :rtype: str
        )r#   r0   s    r1   r	   z$CreateCommandRequest.command_contentk   s     $$r3   c                 N    | j         j        r|t          d          || _        dS )zSets the command_content of this CreateCommandRequest.


        :param command_content: The command_content of this CreateCommandRequest.  # noqa: E501
        :type: str
        Nz7Invalid value for `command_content`, must not be `None`)r"   client_side_validation
ValueErrorr#   )r0   r	   s     r1   r	   z$CreateCommandRequest.command_contentu   s5     5 	X/:QVWWW /r3   c                     | j         S )zGets the content_encoding of this CreateCommandRequest.  # noqa: E501


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


        :param content_encoding: The content_encoding of this CreateCommandRequest.  # noqa: E501
        :type: str
        Nr:   )r0   r
   s     r1   r
   z%CreateCommandRequest.content_encoding        "2r3   c                     | j         S )zGets the description of this CreateCommandRequest.  # noqa: E501


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


        :param description: The description of this CreateCommandRequest.  # noqa: E501
        :type: str
        Nr?   )r0   r   s     r1   r   z CreateCommandRequest.description        (r3   c                     | j         S )zGets the enable_parameter of this CreateCommandRequest.  # noqa: E501


        :return: The enable_parameter of this CreateCommandRequest.  # noqa: E501
        :rtype: bool
        r&   r5   s    r1   r   z%CreateCommandRequest.enable_parameter   r;   r3   c                     || _         dS )zSets the enable_parameter of this CreateCommandRequest.


        :param enable_parameter: The enable_parameter of this CreateCommandRequest.  # noqa: E501
        :type: bool
        NrD   )r0   r   s     r1   r   z%CreateCommandRequest.enable_parameter   r=   r3   c                     | j         S )zGets the name of this CreateCommandRequest.  # noqa: E501


        :return: The name of this CreateCommandRequest.  # noqa: E501
        :rtype: str
        )r'   r5   s    r1   r   zCreateCommandRequest.name        zr3   c                 N    | j         j        r|t          d          || _        dS )zSets the name of this CreateCommandRequest.


        :param name: The name of this CreateCommandRequest.  # noqa: E501
        :type: str
        Nz,Invalid value for `name`, must not be `None`)r"   r7   r8   r'   )r0   r   s     r1   r   zCreateCommandRequest.name   1     5 	M$,KLLL


r3   c                     | j         S )zGets the parameter_definitions of this CreateCommandRequest.  # noqa: E501


        :return: The parameter_definitions of this CreateCommandRequest.  # noqa: E501
        :rtype: list[ParameterDefinitionForCreateCommandInput]
        r(   r5   s    r1   r   z*CreateCommandRequest.parameter_definitions   s     **r3   c                     || _         dS )zSets the parameter_definitions of this CreateCommandRequest.


        :param parameter_definitions: The parameter_definitions of this CreateCommandRequest.  # noqa: E501
        :type: list[ParameterDefinitionForCreateCommandInput]
        NrK   )r0   r   s     r1   r   z*CreateCommandRequest.parameter_definitions   s     '<###r3   c                     | j         S )zGets the project_name of this CreateCommandRequest.  # noqa: E501


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


        :param project_name: The project_name of this CreateCommandRequest.  # noqa: E501
        :type: str
        NrN   )r0   r   s     r1   r   z!CreateCommandRequest.project_name   s     *r3   c                     | j         S )zGets the tags of this CreateCommandRequest.  # noqa: E501


        :return: The tags of this CreateCommandRequest.  # noqa: E501
        :rtype: list[TagForCreateCommandInput]
        r*   r5   s    r1   r   zCreateCommandRequest.tags  rG   r3   c                     || _         dS )zSets the tags of this CreateCommandRequest.


        :param tags: The tags of this CreateCommandRequest.  # noqa: E501
        :type: list[TagForCreateCommandInput]
        NrQ   )r0   r   s     r1   r   zCreateCommandRequest.tags  s     


r3   c                     | j         S )zGets the timeout of this CreateCommandRequest.  # noqa: E501


        :return: The timeout of this CreateCommandRequest.  # noqa: E501
        :rtype: int
        r+   r5   s    r1   r   zCreateCommandRequest.timeout  s     }r3   c                     || _         dS )zSets the timeout of this CreateCommandRequest.


        :param timeout: The timeout of this CreateCommandRequest.  # noqa: E501
        :type: int
        NrT   )r0   r   s     r1   r   zCreateCommandRequest.timeout!  s      r3   c                     | j         S )zGets the type of this CreateCommandRequest.  # noqa: E501


        :return: The type of this CreateCommandRequest.  # noqa: E501
        :rtype: str
        )r,   r5   s    r1   r   zCreateCommandRequest.type,  rG   r3   c                 N    | j         j        r|t          d          || _        dS )zSets the type of this CreateCommandRequest.


        :param type: The type of this CreateCommandRequest.  # noqa: E501
        :type: str
        Nz,Invalid value for `type`, must not be `None`)r"   r7   r8   r,   )r0   r   s     r1   r   zCreateCommandRequest.type6  rI   r3   c                     | j         S )zGets the username of this CreateCommandRequest.  # noqa: E501


        :return: The username of this CreateCommandRequest.  # noqa: E501
        :rtype: str
        r-   r5   s    r1   r   zCreateCommandRequest.usernameC  s     ~r3   c                     || _         dS )zSets the username of this CreateCommandRequest.


        :param username: The username of this CreateCommandRequest.  # noqa: E501
        :type: str
        NrY   )r0   r   s     r1   r   zCreateCommandRequest.usernameM  s     "r3   c                     | j         S )zGets the working_dir of this CreateCommandRequest.  # noqa: E501


        :return: The working_dir of this CreateCommandRequest.  # noqa: E501
        :rtype: str
        r.   r5   s    r1   r   z CreateCommandRequest.working_dirX  r@   r3   c                     || _         dS )zSets the working_dir of this CreateCommandRequest.


        :param working_dir: The working_dir of this CreateCommandRequest.  # noqa: E501
        :type: str
        Nr\   )r0   r   s     r1   r   z CreateCommandRequest.working_dirb  rB   r3   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hasattrr`   )xs    r1   <lambda>z.CreateCommandRequest.to_dict.<locals>.<lambda>u  s!    WQ	-B-BIaiikkk r3   r`   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r`   r   ra   )items    r1   rd   z.CreateCommandRequest.to_dict.<locals>.<lambda>|  s<    tAw	22"=$q'47??+<+<!=!=8< r3   )six	iteritemsswagger_typesgetattr
isinstancelistmaprb   r`   dictitems
issubclassr   )r0   resultattr_valuekeys         r1   r`   zCreateCommandRequest.to_dictm  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t*D11 	$"jjll $ $
U#sr3   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr`   r5   s    r1   to_strzCreateCommandRequest.to_str  s    ~dllnn---r3   c                 *    |                                  S )zFor `print` and `pprint`)rz   r5   s    r1   __repr__zCreateCommandRequest.__repr__  s    {{}}r3   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrl   r   r`   r0   others     r1   __eq__zCreateCommandRequest.__eq__  s5    %!566 	5||~~00r3   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTr~   r   s     r1   __ne__zCreateCommandRequest.__ne__  s5    %!566 	4||~~00r3   )NNNNNNNNNNNNN)__name__
__module____qualname____doc__rj   attribute_mapr2   propertyr	   setterr
   r   r   r   r   r   r   r   r   r   r   r`   rz   r|   r   r    r3   r1   r   r      s        
 !!"!Q0 M  ,-$-!7%# M(+ (+ (+ (+T % % X% 
0 
0 
0 & & X& 2 2 2 ! ! X! ( ( ( & & X& 2 2 2   X 
[
 
 [
 + + X+ !< < "!< " " X" * * *   X 
[  [   X ^    ^    X 
[
 
 [
   X _" " _" ! ! X! ( ( (  6. . .  1 1 11 1 1 1 1r3   r   )r   rx   rerh   volcenginesdkcore.configurationr   objectr   r   r3   r1   <module>r      s|      				 



 9 9 9 9 9 9F1 F1 F1 F1 F16 F1 F1 F1 F1 F1r3   