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

    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Z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d Zd Zd Zd Zd  ZdS )"DescribeBackupsRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strint)backup_end_time	backup_idbackup_start_timebackup_typeinstance_idpage_number	page_sizeBackupEndTimeBackupIdBackupStartTime
BackupType
InstanceId
PageNumberPageSizeNc	                 "   |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        ||| _
        ||| _        ||| _        ||| _        || _        ||| _        |	|| _        dS dS )z3DescribeBackupsRequest - a model defined in SwaggerN)r   _configuration_backup_end_time
_backup_id_backup_start_time_backup_type_instance_id_page_number
_page_sizediscriminatorr   r	   r
   r   r   r   r   )	selfr   r	   r
   r   r   r   r   r   s	            ~/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkrdsmssql/models/describe_backups_request.py__init__zDescribeBackupsRequest.__init__7   s    !*__N, $"&   !&#2D  &DN(%6D""*D&"*D &DNNN !     c                     | j         S )zGets the backup_end_time of this DescribeBackupsRequest.  # noqa: E501


        :return: The backup_end_time of this DescribeBackupsRequest.  # noqa: E501
        :rtype: str
        r   r    s    r!   r   z&DescribeBackupsRequest.backup_end_timeT   s     $$r#   c                     || _         dS )zSets the backup_end_time of this DescribeBackupsRequest.


        :param backup_end_time: The backup_end_time of this DescribeBackupsRequest.  # noqa: E501
        :type: str
        Nr%   )r    r   s     r!   r   z&DescribeBackupsRequest.backup_end_time^   s     !0r#   c                     | j         S )zGets the backup_id of this DescribeBackupsRequest.  # noqa: E501


        :return: The backup_id of this DescribeBackupsRequest.  # noqa: E501
        :rtype: str
        r   r&   s    r!   r	   z DescribeBackupsRequest.backup_idi        r#   c                     || _         dS )zSets the backup_id of this DescribeBackupsRequest.


        :param backup_id: The backup_id of this DescribeBackupsRequest.  # noqa: E501
        :type: str
        Nr)   )r    r	   s     r!   r	   z DescribeBackupsRequest.backup_ids        $r#   c                     | j         S )zGets the backup_start_time of this DescribeBackupsRequest.  # noqa: E501


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


        :param backup_start_time: The backup_start_time of this DescribeBackupsRequest.  # noqa: E501
        :type: str
        Nr.   )r    r
   s     r!   r
   z(DescribeBackupsRequest.backup_start_time   s     #4r#   c                     | j         S )zGets the backup_type of this DescribeBackupsRequest.  # noqa: E501


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


        :param backup_type: The backup_type of this DescribeBackupsRequest.  # noqa: E501
        :type: str
        Nr1   )r    r   s     r!   r   z"DescribeBackupsRequest.backup_type        (r#   c                     | j         S )zGets the instance_id of this DescribeBackupsRequest.  # noqa: E501


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


        :param instance_id: The instance_id of this DescribeBackupsRequest.  # noqa: E501
        :type: str
        Nz3Invalid value for `instance_id`, must not be `None`)r   client_side_validation
ValueErrorr   )r    r   s     r!   r   z"DescribeBackupsRequest.instance_id   s5     5 	T+:MRSSS'r#   c                     | j         S )zGets the page_number of this DescribeBackupsRequest.  # noqa: E501


        :return: The page_number of this DescribeBackupsRequest.  # noqa: E501
        :rtype: int
        r   r&   s    r!   r   z"DescribeBackupsRequest.page_number   r2   r#   c                     || _         dS )zSets the page_number of this DescribeBackupsRequest.


        :param page_number: The page_number of this DescribeBackupsRequest.  # noqa: E501
        :type: int
        Nr:   )r    r   s     r!   r   z"DescribeBackupsRequest.page_number   r4   r#   c                     | j         S )zGets the page_size of this DescribeBackupsRequest.  # noqa: E501


        :return: The page_size of this DescribeBackupsRequest.  # noqa: E501
        :rtype: int
        r   r&   s    r!   r   z DescribeBackupsRequest.page_size   r*   r#   c                     || _         dS )zSets the page_size of this DescribeBackupsRequest.


        :param page_size: The page_size of this DescribeBackupsRequest.  # noqa: E501
        :type: int
        Nr=   )r    r   s     r!   r   z DescribeBackupsRequest.page_size   r,   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hasattrrA   )xs    r!   <lambda>z0DescribeBackupsRequest.to_dict.<locals>.<lambda>   s!    WQ	-B-BIaiikkk r#   rA   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rA   r   rB   )items    r!   rE   z0DescribeBackupsRequest.to_dict.<locals>.<lambda>   s<    tAw	22"=$q'47??+<+<!=!=8< r#   )six	iteritemsswagger_typesgetattr
isinstancelistmaprC   rA   dictitems
issubclassr   )r    resultattr_valuekeys         r!   rA   zDescribeBackupsRequest.to_dict   s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t,d33 	$"jjll $ $
U#sr#   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrA   r&   s    r!   to_strzDescribeBackupsRequest.to_str  s    ~dllnn---r#   c                 *    |                                  S )zFor `print` and `pprint`)r[   r&   s    r!   __repr__zDescribeBackupsRequest.__repr__  s    {{}}r#   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrM   r   rA   r    others     r!   __eq__zDescribeBackupsRequest.__eq__  s5    %!788 	5||~~00r#   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTr_   r`   s     r!   __ne__zDescribeBackupsRequest.__ne__  s5    %!788 	4||~~00r#   )NNNNNNNN)__name__
__module____qualname____doc__rK   attribute_mapr"   propertyr   setterr	   r
   r   r   r   r   rA   r[   r]   rb   rd    r#   r!   r   r      s^        
 !" M +.### M' ' ' ': % % X% 0 0 0   X $ $ $ ' ' X' 4 4 4 ! ! X! ( ( ( ! ! X! 
( 
( 
( ! ! X! ( ( (   X $ $ $  6. . .  1 1 11 1 1 1 1r#   r   )rh   rY   rerI   volcenginesdkcore.configurationr   objectr   rl   r#   r!   <module>rp      s|      				 



 9 9 9 9 9 9B1 B1 B1 B1 B1V B1 B1 B1 B1 B1r#   