
    ~iB)                     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
    vedbm

    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 ))DescribeScheduleEventsRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strz	list[str]int)	
begin_timeend_timeevent_id
event_kindinstance_idlimitoffsetproject_namestatus	BeginTimeEndTimeEventId	EventKind
InstanceIdLimitOffsetProjectNameStatusNc                 f   |
t                      }
|
| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        |		|	| _        dS dS )z:DescribeScheduleEventsRequest - a model defined in SwaggerN)r   _configuration_begin_time	_end_time	_event_id_event_kind_instance_id_limit_offset_project_name_status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/volcenginesdkvedbm/models/describe_schedule_events_request.py__init__z&DescribeScheduleEventsRequest.__init__;   s    !*__N, !!!(DO$DM$DM!(DO"*DDJ DK# ,D DKKK     c                     | j         S )zGets the begin_time of this DescribeScheduleEventsRequest.  # noqa: E501


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


        :param begin_time: The begin_time of this DescribeScheduleEventsRequest.  # noqa: E501
        :type: str
        Nr+   )r&   r   s     r'   r   z(DescribeScheduleEventsRequest.begin_timei   s     &r)   c                     | j         S )zGets the end_time of this DescribeScheduleEventsRequest.  # noqa: E501


        :return: The end_time of this DescribeScheduleEventsRequest.  # noqa: E501
        :rtype: str
        r   r,   s    r'   r	   z&DescribeScheduleEventsRequest.end_timet        ~r)   c                     || _         dS )zSets the end_time of this DescribeScheduleEventsRequest.


        :param end_time: The end_time of this DescribeScheduleEventsRequest.  # noqa: E501
        :type: str
        Nr0   )r&   r	   s     r'   r	   z&DescribeScheduleEventsRequest.end_time~        "r)   c                     | j         S )zGets the event_id of this DescribeScheduleEventsRequest.  # noqa: E501


        :return: The event_id of this DescribeScheduleEventsRequest.  # noqa: E501
        :rtype: str
        r   r,   s    r'   r
   z&DescribeScheduleEventsRequest.event_id   r1   r)   c                     || _         dS )zSets the event_id of this DescribeScheduleEventsRequest.


        :param event_id: The event_id of this DescribeScheduleEventsRequest.  # noqa: E501
        :type: str
        Nr5   )r&   r
   s     r'   r
   z&DescribeScheduleEventsRequest.event_id   r3   r)   c                     | j         S )zGets the event_kind of this DescribeScheduleEventsRequest.  # noqa: E501


        :return: The event_kind of this DescribeScheduleEventsRequest.  # noqa: E501
        :rtype: list[str]
        )r   r,   s    r'   r   z(DescribeScheduleEventsRequest.event_kind   r-   r)   c                    g d}| j         j        rt          |                              t          |                    st	          d                    d                    t          t          t          |          t          |          z
                      d                    t          t          |                                        || _	        dS )zSets the event_kind of this DescribeScheduleEventsRequest.


        :param event_kind: The event_kind of this DescribeScheduleEventsRequest.  # noqa: E501
        :type: list[str]
        )ModifyDBInstanceParametersModifyDBInstanceSpecRestartDBInstanceUpgradeInstancez@Invalid values for `event_kind` [{0}], must be a subset of [{1}], N)
r   client_side_validationsetissubset
ValueErrorformatjoinmapr   r   )r&   r   allowed_valuess      r'   r   z(DescribeScheduleEventsRequest.event_kind   s     xww6 	
OO,,S-@-@AA	R		#c3z??S=P=P+P"Q"QRR		#c>":":;;= =   &r)   c                     | j         S )zGets the instance_id of this DescribeScheduleEventsRequest.  # noqa: E501


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


        :param instance_id: The instance_id of this DescribeScheduleEventsRequest.  # noqa: E501
        :type: str
        NrG   )r&   r   s     r'   r   z)DescribeScheduleEventsRequest.instance_id   s     (r)   c                     | j         S )zGets the limit of this DescribeScheduleEventsRequest.  # noqa: E501


        :return: The limit of this DescribeScheduleEventsRequest.  # noqa: E501
        :rtype: int
        r!   r,   s    r'   r   z#DescribeScheduleEventsRequest.limit   s     {r)   c                     || _         dS )zSets the limit of this DescribeScheduleEventsRequest.


        :param limit: The limit of this DescribeScheduleEventsRequest.  # noqa: E501
        :type: int
        NrJ   )r&   r   s     r'   r   z#DescribeScheduleEventsRequest.limit   s     r)   c                     | j         S )zGets the offset of this DescribeScheduleEventsRequest.  # noqa: E501


        :return: The offset of this DescribeScheduleEventsRequest.  # noqa: E501
        :rtype: int
        r"   r,   s    r'   r   z$DescribeScheduleEventsRequest.offset        |r)   c                     || _         dS )zSets the offset of this DescribeScheduleEventsRequest.


        :param offset: The offset of this DescribeScheduleEventsRequest.  # noqa: E501
        :type: int
        NrM   )r&   r   s     r'   r   z$DescribeScheduleEventsRequest.offset   s     r)   c                     | j         S )zGets the project_name of this DescribeScheduleEventsRequest.  # noqa: E501


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


        :param project_name: The project_name of this DescribeScheduleEventsRequest.  # noqa: E501
        :type: str
        NrQ   )r&   r   s     r'   r   z*DescribeScheduleEventsRequest.project_name  s     *r)   c                     | j         S )zGets the status of this DescribeScheduleEventsRequest.  # noqa: E501


        :return: The status of this DescribeScheduleEventsRequest.  # noqa: E501
        :rtype: list[str]
        )r$   r,   s    r'   r   z$DescribeScheduleEventsRequest.status  rN   r)   c                    g d}| j         j        rt          |                              t          |                    st	          d                    d                    t          t          t          |          t          |          z
                      d                    t          t          |                                        || _	        dS )zSets the status of this DescribeScheduleEventsRequest.


        :param status: The status of this DescribeScheduleEventsRequest.  # noqa: E501
        :type: list[str]
        )cancel	executingfailurefinishpendingz<Invalid values for `status` [{0}], must be a subset of [{1}]r=   N)
r   r>   r?   r@   rA   rB   rC   rD   r   r$   )r&   r   rE   s      r'   r   z$DescribeScheduleEventsRequest.status  s     QPP6 	KK((^)<)<==	N		#c3v;;^9L9L+L"M"MNN		#c>":":;;= =   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hasattrr\   )xs    r'   <lambda>z7DescribeScheduleEventsRequest.to_dict.<locals>.<lambda>4  s!    WQ	-B-BIaiikkk r)   r\   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r\   r   r]   )items    r'   r`   z7DescribeScheduleEventsRequest.to_dict.<locals>.<lambda>;  s<    tAw	22"=$q'47??+<+<!=!=8< r)   )six	iteritemsswagger_typesgetattr
isinstancelistrD   r^   r\   dictitems
issubclassr   )r&   resultattr_valuekeys         r'   r\   z%DescribeScheduleEventsRequest.to_dict,  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t3T:: 	$"jjll $ $
U#sr)   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr\   r,   s    r'   to_strz$DescribeScheduleEventsRequest.to_strG  s    ~dllnn---r)   c                 *    |                                  S )zFor `print` and `pprint`)ru   r,   s    r'   __repr__z&DescribeScheduleEventsRequest.__repr__K  s    {{}}r)   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrh   r   r\   r&   others     r'   __eq__z$DescribeScheduleEventsRequest.__eq__O  s5    %!>?? 	5||~~00r)   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTry   rz   s     r'   __ne__z$DescribeScheduleEventsRequest.__ne__V  s5    %!>?? 	4||~~00r)   )
NNNNNNNNNN)__name__
__module____qualname____doc__rf   attribute_mapr(   propertyr   setterr	   r
   r   r   r   r   r   r   r\   ru   rw   r|   r~    r)   r'   r   r      s        
 !
 
M "!#%
 
M"! "! "! "!H     X  & & &   X _" " _"   X _" " _"     X  & & &$ ! ! X! ( ( (   X \  \   X ]  ] " " X" * * *   X ]  ]$  6. . .  1 1 11 1 1 1 1r)   r   )r   rs   rerd   volcenginesdkcore.configurationr   objectr   r   r)   r'   <module>r      s|      				 



 9 9 9 9 9 9E1 E1 E1 E1 E1F E1 E1 E1 E1 E1r)   