
    ~i9                     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dddZddd	d
d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ed,             Zej	        d-             Zed.             Zej	        d/             Zed0             Zej	        d1             Zed2             Zej	        d3             Zed4             Zej	        d5             Zd6 Zd7 Zd8 Zd9 Zd: ZdS )<InvokeCommandRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strz	list[str]zlist[TagForInvokeCommandInput]int)
command_id	frequencyinstance_idsinvocation_descriptioninvocation_namelaunch_time
parametersproject_namerecurrence_end_timerepeat_modetagstimeoutusernamewindows_passwordworking_dir	CommandId	FrequencyInstanceIdsInvocationDescriptionInvocationName
LaunchTime
ParametersProjectNameRecurrenceEndTime
RepeatModeTagsTimeoutUsernameWindowsPassword
WorkingDirNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        d| _        d| _        d| _        d| _        || _        ||| _        ||| _        ||| _        || _        ||| _        ||| _        ||| _        |	|	| _        |
|
| _        ||| _        ||| _        ||| _        ||| _        |	|| _         dS dS )z1InvokeCommandRequest - a model defined in SwaggerN)!r   _configuration_command_id
_frequency_instance_ids_invocation_description_invocation_name_launch_time_parameters_project_name_recurrence_end_time_repeat_mode_tags_timeout	_username_windows_password_working_dirdiscriminatorr   r	   r
   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   r   r'   s                    w/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkecs/models/invoke_command_request.py__init__zInvokeCommandRequest.__init__G   sc   !*__N,!'+$ $ !$(! 
!% !$ &DN# ,D!-*@D'."*D!(DO# ,D*':D$"*DDI"DL$DM'$4D!"*D #"    c                     | j         S )zGets the command_id of this InvokeCommandRequest.  # noqa: E501


        :return: The command_id of this InvokeCommandRequest.  # noqa: E501
        :rtype: str
        )r(   r8   s    r9   r   zInvokeCommandRequest.command_id{        r;   c                 N    | j         j        r|t          d          || _        dS )zSets the command_id of this InvokeCommandRequest.


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


        :return: The frequency of this InvokeCommandRequest.  # noqa: E501
        :rtype: str
        r)   r=   s    r9   r	   zInvokeCommandRequest.frequency   s     r;   c                     || _         dS )zSets the frequency of this InvokeCommandRequest.


        :param frequency: The frequency of this InvokeCommandRequest.  # noqa: E501
        :type: str
        NrC   )r8   r	   s     r9   r	   zInvokeCommandRequest.frequency   s     $r;   c                     | j         S )zGets the instance_ids of this InvokeCommandRequest.  # noqa: E501


        :return: The instance_ids of this InvokeCommandRequest.  # noqa: E501
        :rtype: list[str]
        r*   r=   s    r9   r
   z!InvokeCommandRequest.instance_ids        !!r;   c                     || _         dS )zSets the instance_ids of this InvokeCommandRequest.


        :param instance_ids: The instance_ids of this InvokeCommandRequest.  # noqa: E501
        :type: list[str]
        NrF   )r8   r
   s     r9   r
   z!InvokeCommandRequest.instance_ids        *r;   c                     | j         S )zGets the invocation_description of this InvokeCommandRequest.  # noqa: E501


        :return: The invocation_description of this InvokeCommandRequest.  # noqa: E501
        :rtype: str
        r+   r=   s    r9   r   z+InvokeCommandRequest.invocation_description   s     ++r;   c                     || _         dS )zSets the invocation_description of this InvokeCommandRequest.


        :param invocation_description: The invocation_description of this InvokeCommandRequest.  # noqa: E501
        :type: str
        NrK   )r8   r   s     r9   r   z+InvokeCommandRequest.invocation_description   s     (>$$$r;   c                     | j         S )zGets the invocation_name of this InvokeCommandRequest.  # noqa: E501


        :return: The invocation_name of this InvokeCommandRequest.  # noqa: E501
        :rtype: str
        )r,   r=   s    r9   r   z$InvokeCommandRequest.invocation_name   s     $$r;   c                 N    | j         j        r|t          d          || _        dS )zSets the invocation_name of this InvokeCommandRequest.


        :param invocation_name: The invocation_name of this InvokeCommandRequest.  # noqa: E501
        :type: str
        Nz7Invalid value for `invocation_name`, must not be `None`)r'   r@   rA   r,   )r8   r   s     r9   r   z$InvokeCommandRequest.invocation_name   s5     5 	X/:QVWWW /r;   c                     | j         S )zGets the launch_time of this InvokeCommandRequest.  # noqa: E501


        :return: The launch_time of this InvokeCommandRequest.  # noqa: E501
        :rtype: str
        r-   r=   s    r9   r   z InvokeCommandRequest.launch_time          r;   c                     || _         dS )zSets the launch_time of this InvokeCommandRequest.


        :param launch_time: The launch_time of this InvokeCommandRequest.  # noqa: E501
        :type: str
        NrP   )r8   r   s     r9   r   z InvokeCommandRequest.launch_time        (r;   c                     | j         S )zGets the parameters of this InvokeCommandRequest.  # noqa: E501


        :return: The parameters of this InvokeCommandRequest.  # noqa: E501
        :rtype: str
        r.   r=   s    r9   r   zInvokeCommandRequest.parameters   r>   r;   c                     || _         dS )zSets the parameters of this InvokeCommandRequest.


        :param parameters: The parameters of this InvokeCommandRequest.  # noqa: E501
        :type: str
        NrU   )r8   r   s     r9   r   zInvokeCommandRequest.parameters  s     &r;   c                     | j         S )zGets the project_name of this InvokeCommandRequest.  # noqa: E501


        :return: The project_name of this InvokeCommandRequest.  # noqa: E501
        :rtype: str
        r/   r=   s    r9   r   z!InvokeCommandRequest.project_name  rG   r;   c                     || _         dS )zSets the project_name of this InvokeCommandRequest.


        :param project_name: The project_name of this InvokeCommandRequest.  # noqa: E501
        :type: str
        NrX   )r8   r   s     r9   r   z!InvokeCommandRequest.project_name  rI   r;   c                     | j         S )zGets the recurrence_end_time of this InvokeCommandRequest.  # noqa: E501


        :return: The recurrence_end_time of this InvokeCommandRequest.  # noqa: E501
        :rtype: str
        r0   r=   s    r9   r   z(InvokeCommandRequest.recurrence_end_time'  s     ((r;   c                     || _         dS )zSets the recurrence_end_time of this InvokeCommandRequest.


        :param recurrence_end_time: The recurrence_end_time of this InvokeCommandRequest.  # noqa: E501
        :type: str
        Nr[   )r8   r   s     r9   r   z(InvokeCommandRequest.recurrence_end_time1  s     %8!!!r;   c                     | j         S )zGets the repeat_mode of this InvokeCommandRequest.  # noqa: E501


        :return: The repeat_mode of this InvokeCommandRequest.  # noqa: E501
        :rtype: str
        r1   r=   s    r9   r   z InvokeCommandRequest.repeat_mode<  rQ   r;   c                     || _         dS )zSets the repeat_mode of this InvokeCommandRequest.


        :param repeat_mode: The repeat_mode of this InvokeCommandRequest.  # noqa: E501
        :type: str
        Nr^   )r8   r   s     r9   r   z InvokeCommandRequest.repeat_modeF  rS   r;   c                     | j         S )zGets the tags of this InvokeCommandRequest.  # noqa: E501


        :return: The tags of this InvokeCommandRequest.  # noqa: E501
        :rtype: list[TagForInvokeCommandInput]
        r2   r=   s    r9   r   zInvokeCommandRequest.tagsQ  s     zr;   c                     || _         dS )zSets the tags of this InvokeCommandRequest.


        :param tags: The tags of this InvokeCommandRequest.  # noqa: E501
        :type: list[TagForInvokeCommandInput]
        Nra   )r8   r   s     r9   r   zInvokeCommandRequest.tags[  s     


r;   c                     | j         S )zGets the timeout of this InvokeCommandRequest.  # noqa: E501


        :return: The timeout of this InvokeCommandRequest.  # noqa: E501
        :rtype: int
        r3   r=   s    r9   r   zInvokeCommandRequest.timeoutf  s     }r;   c                     || _         dS )zSets the timeout of this InvokeCommandRequest.


        :param timeout: The timeout of this InvokeCommandRequest.  # noqa: E501
        :type: int
        Nrd   )r8   r   s     r9   r   zInvokeCommandRequest.timeoutp  s      r;   c                     | j         S )zGets the username of this InvokeCommandRequest.  # noqa: E501


        :return: The username of this InvokeCommandRequest.  # noqa: E501
        :rtype: str
        r4   r=   s    r9   r   zInvokeCommandRequest.username{  s     ~r;   c                     || _         dS )zSets the username of this InvokeCommandRequest.


        :param username: The username of this InvokeCommandRequest.  # noqa: E501
        :type: str
        Nrg   )r8   r   s     r9   r   zInvokeCommandRequest.username  s     "r;   c                     | j         S )zGets the windows_password of this InvokeCommandRequest.  # noqa: E501


        :return: The windows_password of this InvokeCommandRequest.  # noqa: E501
        :rtype: str
        r5   r=   s    r9   r   z%InvokeCommandRequest.windows_password  s     %%r;   c                     || _         dS )zSets the windows_password of this InvokeCommandRequest.


        :param windows_password: The windows_password of this InvokeCommandRequest.  # noqa: E501
        :type: str
        Nrj   )r8   r   s     r9   r   z%InvokeCommandRequest.windows_password  s     "2r;   c                     | j         S )zGets the working_dir of this InvokeCommandRequest.  # noqa: E501


        :return: The working_dir of this InvokeCommandRequest.  # noqa: E501
        :rtype: str
        r6   r=   s    r9   r   z InvokeCommandRequest.working_dir  rQ   r;   c                     || _         dS )zSets the working_dir of this InvokeCommandRequest.


        :param working_dir: The working_dir of this InvokeCommandRequest.  # noqa: E501
        :type: str
        Nrm   )r8   r   s     r9   r   z InvokeCommandRequest.working_dir  rS   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hasattrrq   )xs    r9   <lambda>z.InvokeCommandRequest.to_dict.<locals>.<lambda>  s!    WQ	-B-BIaiikkk r;   rq   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rq   r   rr   )items    r9   ru   z.InvokeCommandRequest.to_dict.<locals>.<lambda>  s<    tAw	22"=$q'47??+<+<!=!=8< r;   )six	iteritemsswagger_typesgetattr
isinstancelistmaprs   rq   dictitems
issubclassr   )r8   resultattr_valuekeys         r9   rq   zInvokeCommandRequest.to_dict  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t*D11 	$"jjll $ $
U#sr;   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrq   r=   s    r9   to_strzInvokeCommandRequest.to_str  s    ~dllnn---r;   c                 *    |                                  S )zFor `print` and `pprint`)r   r=   s    r9   __repr__zInvokeCommandRequest.__repr__  s    {{}}r;   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr}   r   rq   r8   others     r9   __eq__zInvokeCommandRequest.__eq__  s5    %!566 	5||~~00r;   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTr   r   s     r9   __ne__zInvokeCommandRequest.__ne__  s5    %!566 	4||~~00r;   )NNNNNNNNNNNNNNNN)__name__
__module____qualname____doc__r{   attribute_mapr:   propertyr   setterr	   r
   r   r   r   r   r   r   r   r   r   r   r   r   rq   r   r   r   r    r;   r9   r   r      sY        
 #"' $0! M& " %"9+#"%2#-# M$2+ 2+ 2+ 2+h     X  
& 
& 
&   X $ $ $ " " X" * * * , , X, "> > #"> % % X% 
0 
0 
0 ! ! X! ( ( (     X  & & & " " X" * * * ) ) X) 8 8  8 ! ! X! ( ( (   X 
[  [   X ^    ^    X _" " _" & & X& 2 2 2 ! ! X! ( ( (  6. . .  1 1 11 1 1 1 1r;   r   )r   r   rery   volcenginesdkcore.configurationr   objectr   r   r;   r9   <module>r      s|      				 



 9 9 9 9 9 9S1 S1 S1 S1 S16 S1 S1 S1 S1 S1r;   