
    ~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 )a  
    certificate_service

    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Z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d) Zd* Zd+ Zd, Zd- ZdS )/QuickApplyCertificateRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strz	list[str]z&list[TagForQuickApplyCertificateInput])common_namecsrkey_algorganization_idplanprivate_keyproject_namesantagtagsvalidation_type
CommonNameCsrKeyAlgOrganizationIdPlan
PrivateKeyProjectNameSanTagTagsValidationTypeNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        ||| _        ||| _        ||| _        || _        || _        ||| _        ||| _        ||| _        |	|	| _        |
|
| _        || _        dS )z9QuickApplyCertificateRequest - a model defined in SwaggerN)r   _configuration_common_name_csr_key_alg_organization_id_plan_private_key_project_name_san_tag_tags_validation_typediscriminatorr   r   r	   r
   r   r   r   r   r   r   r   )selfr   r   r	   r
   r   r   r   r   r   r   r   r   s                /root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkcertificateservice/models/quick_apply_certificate_request.py__init__z%QuickApplyCertificateRequest.__init__?   s    !*__N, 	 $
 !		
 $!"*D?DH"DL.	"*D# ,D?DH?DHDI.    c                     | j         S )zGets the common_name of this QuickApplyCertificateRequest.  # noqa: E501


        :return: The common_name of this QuickApplyCertificateRequest.  # noqa: E501
        :rtype: str
        r   r+   s    r,   r   z(QuickApplyCertificateRequest.common_namef          r.   c                     || _         dS )zSets the common_name of this QuickApplyCertificateRequest.


        :param common_name: The common_name of this QuickApplyCertificateRequest.  # noqa: E501
        :type: str
        Nr0   )r+   r   s     r,   r   z(QuickApplyCertificateRequest.common_namep        (r.   c                     | j         S )zGets the csr of this QuickApplyCertificateRequest.  # noqa: E501


        :return: The csr of this QuickApplyCertificateRequest.  # noqa: E501
        :rtype: str
        r    r1   s    r,   r   z QuickApplyCertificateRequest.csr{        yr.   c                     || _         dS )zSets the csr of this QuickApplyCertificateRequest.


        :param csr: The csr of this QuickApplyCertificateRequest.  # noqa: E501
        :type: str
        Nr6   )r+   r   s     r,   r   z QuickApplyCertificateRequest.csr        			r.   c                     | j         S )zGets the key_alg of this QuickApplyCertificateRequest.  # noqa: E501


        :return: The key_alg of this QuickApplyCertificateRequest.  # noqa: E501
        :rtype: str
        )r!   r1   s    r,   r	   z$QuickApplyCertificateRequest.key_alg   s     }r.   c                     g d}| j         j        r'||vr#t          d                    ||                    || _        dS )zSets the key_alg of this QuickApplyCertificateRequest.


        :param key_alg: The key_alg of this QuickApplyCertificateRequest.  # noqa: E501
        :type: str
        )rsaeccSM2z5Invalid value for `key_alg` ({0}), must be one of {1}N)r   client_side_validation
ValueErrorformatr!   )r+   r	   allowed_valuess      r,   r	   z$QuickApplyCertificateRequest.key_alg   sY     /..6 	~--G00  
  r.   c                     | j         S )zGets the organization_id of this QuickApplyCertificateRequest.  # noqa: E501


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


        :param organization_id: The organization_id of this QuickApplyCertificateRequest.  # noqa: E501
        :type: str
        Nz7Invalid value for `organization_id`, must not be `None`)r   r?   r@   r"   )r+   r
   s     r,   r
   z,QuickApplyCertificateRequest.organization_id   s5     5 	X/:QVWWW /r.   c                     | j         S )zGets the plan of this QuickApplyCertificateRequest.  # noqa: E501


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


        :param plan: The plan of this QuickApplyCertificateRequest.  # noqa: E501
        :type: str
        Nz,Invalid value for `plan`, must not be `None`)r   r?   r@   r#   )r+   r   s     r,   r   z!QuickApplyCertificateRequest.plan   s1     5 	M$,KLLL


r.   c                     | j         S )zGets the private_key of this QuickApplyCertificateRequest.  # noqa: E501


        :return: The private_key of this QuickApplyCertificateRequest.  # noqa: E501
        :rtype: str
        r$   r1   s    r,   r   z(QuickApplyCertificateRequest.private_key   r2   r.   c                     || _         dS )zSets the private_key of this QuickApplyCertificateRequest.


        :param private_key: The private_key of this QuickApplyCertificateRequest.  # noqa: E501
        :type: str
        NrJ   )r+   r   s     r,   r   z(QuickApplyCertificateRequest.private_key   r4   r.   c                     | j         S )zGets the project_name of this QuickApplyCertificateRequest.  # noqa: E501


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


        :param project_name: The project_name of this QuickApplyCertificateRequest.  # noqa: E501
        :type: str
        NrM   )r+   r   s     r,   r   z)QuickApplyCertificateRequest.project_name   s     *r.   c                     | j         S )zGets the san of this QuickApplyCertificateRequest.  # noqa: E501


        :return: The san of this QuickApplyCertificateRequest.  # noqa: E501
        :rtype: list[str]
        r&   r1   s    r,   r   z QuickApplyCertificateRequest.san  r7   r.   c                     || _         dS )zSets the san of this QuickApplyCertificateRequest.


        :param san: The san of this QuickApplyCertificateRequest.  # noqa: E501
        :type: list[str]
        NrP   )r+   r   s     r,   r   z QuickApplyCertificateRequest.san  r9   r.   c                     | j         S )zGets the tag of this QuickApplyCertificateRequest.  # noqa: E501


        :return: The tag of this QuickApplyCertificateRequest.  # noqa: E501
        :rtype: str
        r'   r1   s    r,   r   z QuickApplyCertificateRequest.tag  r7   r.   c                     || _         dS )zSets the tag of this QuickApplyCertificateRequest.


        :param tag: The tag of this QuickApplyCertificateRequest.  # noqa: E501
        :type: str
        NrS   )r+   r   s     r,   r   z QuickApplyCertificateRequest.tag#  r9   r.   c                     | j         S )zGets the tags of this QuickApplyCertificateRequest.  # noqa: E501


        :return: The tags of this QuickApplyCertificateRequest.  # noqa: E501
        :rtype: list[TagForQuickApplyCertificateInput]
        r(   r1   s    r,   r   z!QuickApplyCertificateRequest.tags.  rG   r.   c                     || _         dS )zSets the tags of this QuickApplyCertificateRequest.


        :param tags: The tags of this QuickApplyCertificateRequest.  # noqa: E501
        :type: list[TagForQuickApplyCertificateInput]
        NrV   )r+   r   s     r,   r   z!QuickApplyCertificateRequest.tags8  s     


r.   c                     | j         S )zGets the validation_type of this QuickApplyCertificateRequest.  # noqa: E501


        :return: The validation_type of this QuickApplyCertificateRequest.  # noqa: E501
        :rtype: str
        )r)   r1   s    r,   r   z,QuickApplyCertificateRequest.validation_typeC  rD   r.   c                     | j         j        r|t          d          g d}| j         j        r'||vr#t          d                    ||                    || _        dS )zSets the validation_type of this QuickApplyCertificateRequest.


        :param validation_type: The validation_type of this QuickApplyCertificateRequest.  # noqa: E501
        :type: str
        Nz7Invalid value for `validation_type`, must not be `None`)	dns_cnamedns_txthttpshttpz=Invalid value for `validation_type` ({0}), must be one of {1})r   r?   r@   rA   r)   )r+   r   rB   s      r,   r   z,QuickApplyCertificateRequest.validation_typeM  s     5 	X/:QVWWWBBB6 	~55O88  
 !0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>z6QuickApplyCertificateRequest.to_dict.<locals>.<lambda>i  s!    WQ	-B-BIaiikkk r.   r`   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r`   r   ra   )items    r,   rd   z6QuickApplyCertificateRequest.to_dict.<locals>.<lambda>p  s<    tAw	22"=$q'47??+<+<!=!=8< r.   )six	iteritemsswagger_typesgetattr
isinstancelistmaprb   r`   dictitems
issubclassr   )r+   resultattr_valuekeys         r,   r`   z$QuickApplyCertificateRequest.to_dicta  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pformatr`   r1   s    r,   to_strz#QuickApplyCertificateRequest.to_str|  s    ~dllnn---r.   c                 *    |                                  S )zFor `print` and `pprint`)rz   r1   s    r,   __repr__z%QuickApplyCertificateRequest.__repr__  s    {{}}r.   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrl   r   r`   r+   others     r,   __eq__z#QuickApplyCertificateRequest.__eq__  s5    %!=>> 	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#QuickApplyCertificateRequest.__ne__  s5    %!=>> 	4||~~00r.   )NNNNNNNNNNNN)__name__
__module____qualname____doc__rj   attribute_mapr-   propertyr   setterr   r	   r
   r   r   r   r   r   r   r   r`   rz   r|   r   r    r.   r,   r   r      sS        
  8  M $+#%+ M%/ %/ %/ %/N ! ! X! ( ( (   X 	Z  Z   X ^    ^ " % % X% 
0 
0 
0   X 
[
 
 [
 ! ! X! ( ( ( " " X" * * *   X 	Z  Z   X 	Z  Z   X 
[  [ % % X% 0 0 0&  6. . .  1 1 11 1 1 1 1r.   r   )r   rx   rerh   volcenginesdkcore.configurationr   objectr   r   r.   r,   <module>r      s|      				 



 9 9 9 9 9 9z1 z1 z1 z1 z16 z1 z1 z1 z1 z1r.   