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

    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	 i ddddddddd	d
ddddddddddddddddddddddddZi ddddddddd	ddddd dd!dd"dd#dd$dd%dd&dd'dd(dd)dd*ZdTd,Zed-             Zej	        d.             Zed/             Z
e
j	        d0             Z
ed1             Zej	        d2             Zed3             Zej	        d4             Zed5             Zej	        d6             Zed7             Zej	        d8             Zed9             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dA             Zej	        dB             ZedC             Zej	        dD             ZedE             Zej	        dF             ZedG             Zej	        dH             ZedI             Zej	        dJ             ZedK             Zej	        dL             ZedM             Zej	        dN             ZdO ZdP ZdQ ZdR ZdS Zd+S )UCreateSubInstanceRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    contact ContactForCreateSubInstanceInputcsrstr
csr_common"CsrCommonForCreateSubInstanceInputduration_type
extensions#ExtensionsForCreateSubInstanceInputhash_algidempotence_token	issuer_idkey_alg	key_param	not_after
not_beforeomit_csr_contentboolproject_namequantityinttagtagsz"list[TagForCreateSubInstanceInput]ContactCsr	CsrCommonDurationType
ExtensionsHashAlgIdempotenceTokenIssuerIdKeyAlgKeyParamNotAfter	NotBeforeOmitCsrContentProjectNameQuantityTagTagsNc                 V   |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        ||| _        ||| _        ||| _        || _        ||| _        || _        ||| _        || _        |	|	| _        |
|
| _        ||| _        ||| _        ||| _         ||| _!        || _"        ||| _#        |	|| _$        dS dS )z5CreateSubInstanceRequest - a model defined in SwaggerN)%r   _configuration_contact_csr_csr_common_duration_type_extensions	_hash_alg_idempotence_token
_issuer_id_key_alg
_key_param
_not_after_not_before_omit_csr_content_project_name	_quantity_tag_tagsdiscriminatorr   r   r
   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   r   r/   s                      /root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkpca20251001/models/create_sub_instance_request.py__init__z!CreateSubInstanceRequest.__init__K   sr   !*__N,	""&!%!	
!"DL?DH!(DO*!(DO (%6D"""DL &DN &DN!(DO'$4D!# ,D ?DHDIII     c                     | j         S )zGets the contact of this CreateSubInstanceRequest.  # noqa: E501


        :return: The contact of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: ContactForCreateSubInstanceInput
        r0   rB   s    rC   r   z CreateSubInstanceRequest.contact        }rE   c                     || _         dS )zSets the contact of this CreateSubInstanceRequest.


        :param contact: The contact of this CreateSubInstanceRequest.  # noqa: E501
        :type: ContactForCreateSubInstanceInput
        NrG   )rB   r   s     rC   r   z CreateSubInstanceRequest.contact         rE   c                     | j         S )zGets the csr of this CreateSubInstanceRequest.  # noqa: E501


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


        :param csr: The csr of this CreateSubInstanceRequest.  # noqa: E501
        :type: str
        NrM   )rB   r   s     rC   r   zCreateSubInstanceRequest.csr        			rE   c                     | j         S )zGets the csr_common of this CreateSubInstanceRequest.  # noqa: E501


        :return: The csr_common of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: CsrCommonForCreateSubInstanceInput
        r2   rH   s    rC   r
   z#CreateSubInstanceRequest.csr_common        rE   c                     || _         dS )zSets the csr_common of this CreateSubInstanceRequest.


        :param csr_common: The csr_common of this CreateSubInstanceRequest.  # noqa: E501
        :type: CsrCommonForCreateSubInstanceInput
        NrR   )rB   r
   s     rC   r
   z#CreateSubInstanceRequest.csr_common        &rE   c                     | j         S )zGets the duration_type of this CreateSubInstanceRequest.  # noqa: E501


        :return: The duration_type of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: str
        )r3   rH   s    rC   r   z&CreateSubInstanceRequest.duration_type   s     ""rE   c                 N    | j         j        r|t          d          || _        dS )zSets the duration_type of this CreateSubInstanceRequest.


        :param duration_type: The duration_type of this CreateSubInstanceRequest.  # noqa: E501
        :type: str
        Nz5Invalid value for `duration_type`, must not be `None`)r/   client_side_validation
ValueErrorr3   )rB   r   s     rC   r   z&CreateSubInstanceRequest.duration_type   s5     5 	V-:OTUUU+rE   c                     | j         S )zGets the extensions of this CreateSubInstanceRequest.  # noqa: E501


        :return: The extensions of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: ExtensionsForCreateSubInstanceInput
        r4   rH   s    rC   r   z#CreateSubInstanceRequest.extensions   rS   rE   c                     || _         dS )zSets the extensions of this CreateSubInstanceRequest.


        :param extensions: The extensions of this CreateSubInstanceRequest.  # noqa: E501
        :type: ExtensionsForCreateSubInstanceInput
        Nr[   )rB   r   s     rC   r   z#CreateSubInstanceRequest.extensions   rU   rE   c                     | j         S )zGets the hash_alg of this CreateSubInstanceRequest.  # noqa: E501


        :return: The hash_alg of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: str
        )r5   rH   s    rC   r   z!CreateSubInstanceRequest.hash_alg        ~rE   c                 N    | j         j        r|t          d          || _        dS )zSets the hash_alg of this CreateSubInstanceRequest.


        :param hash_alg: The hash_alg of this CreateSubInstanceRequest.  # noqa: E501
        :type: str
        Nz0Invalid value for `hash_alg`, must not be `None`)r/   rX   rY   r5   )rB   r   s     rC   r   z!CreateSubInstanceRequest.hash_alg   2     5 	Q(:JOPPP!rE   c                     | j         S )zGets the idempotence_token of this CreateSubInstanceRequest.  # noqa: E501


        :return: The idempotence_token of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: str
        r6   rH   s    rC   r   z*CreateSubInstanceRequest.idempotence_token  s     &&rE   c                     || _         dS )zSets the idempotence_token of this CreateSubInstanceRequest.


        :param idempotence_token: The idempotence_token of this CreateSubInstanceRequest.  # noqa: E501
        :type: str
        Nrb   )rB   r   s     rC   r   z*CreateSubInstanceRequest.idempotence_token  s     #4rE   c                     | j         S )zGets the issuer_id of this CreateSubInstanceRequest.  # noqa: E501


        :return: The issuer_id of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: str
        )r7   rH   s    rC   r   z"CreateSubInstanceRequest.issuer_id       rE   c                 N    | j         j        r|t          d          || _        dS )zSets the issuer_id of this CreateSubInstanceRequest.


        :param issuer_id: The issuer_id of this CreateSubInstanceRequest.  # noqa: E501
        :type: str
        Nz1Invalid value for `issuer_id`, must not be `None`)r/   rX   rY   r7   )rB   r   s     rC   r   z"CreateSubInstanceRequest.issuer_id$  s2     5 	R):KPQQQ#rE   c                     | j         S )zGets the key_alg of this CreateSubInstanceRequest.  # noqa: E501


        :return: The key_alg of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: str
        r8   rH   s    rC   r   z CreateSubInstanceRequest.key_alg1  rI   rE   c                     || _         dS )zSets the key_alg of this CreateSubInstanceRequest.


        :param key_alg: The key_alg of this CreateSubInstanceRequest.  # noqa: E501
        :type: str
        Nrh   )rB   r   s     rC   r   z CreateSubInstanceRequest.key_alg;  rK   rE   c                     | j         S )zGets the key_param of this CreateSubInstanceRequest.  # noqa: E501


        :return: The key_param of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: str
        r9   rH   s    rC   r   z"CreateSubInstanceRequest.key_paramF  re   rE   c                     || _         dS )zSets the key_param of this CreateSubInstanceRequest.


        :param key_param: The key_param of this CreateSubInstanceRequest.  # noqa: E501
        :type: str
        Nrk   )rB   r   s     rC   r   z"CreateSubInstanceRequest.key_paramP       $rE   c                     | j         S )zGets the not_after of this CreateSubInstanceRequest.  # noqa: E501


        :return: The not_after of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: str
        r:   rH   s    rC   r   z"CreateSubInstanceRequest.not_after[  re   rE   c                     || _         dS )zSets the not_after of this CreateSubInstanceRequest.


        :param not_after: The not_after of this CreateSubInstanceRequest.  # noqa: E501
        :type: str
        Nro   )rB   r   s     rC   r   z"CreateSubInstanceRequest.not_aftere  rm   rE   c                     | j         S )zGets the not_before of this CreateSubInstanceRequest.  # noqa: E501


        :return: The not_before of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: str
        r;   rH   s    rC   r   z#CreateSubInstanceRequest.not_beforep  rS   rE   c                     || _         dS )zSets the not_before of this CreateSubInstanceRequest.


        :param not_before: The not_before of this CreateSubInstanceRequest.  # noqa: E501
        :type: str
        Nrr   )rB   r   s     rC   r   z#CreateSubInstanceRequest.not_beforez  rU   rE   c                     | j         S )zGets the omit_csr_content of this CreateSubInstanceRequest.  # noqa: E501


        :return: The omit_csr_content of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: bool
        r<   rH   s    rC   r   z)CreateSubInstanceRequest.omit_csr_content  s     %%rE   c                     || _         dS )zSets the omit_csr_content of this CreateSubInstanceRequest.


        :param omit_csr_content: The omit_csr_content of this CreateSubInstanceRequest.  # noqa: E501
        :type: bool
        Nru   )rB   r   s     rC   r   z)CreateSubInstanceRequest.omit_csr_content  s     "2rE   c                     | j         S )zGets the project_name of this CreateSubInstanceRequest.  # noqa: E501


        :return: The project_name of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: str
        r=   rH   s    rC   r   z%CreateSubInstanceRequest.project_name  s     !!rE   c                     || _         dS )zSets the project_name of this CreateSubInstanceRequest.


        :param project_name: The project_name of this CreateSubInstanceRequest.  # noqa: E501
        :type: str
        Nrx   )rB   r   s     rC   r   z%CreateSubInstanceRequest.project_name  s     *rE   c                     | j         S )zGets the quantity of this CreateSubInstanceRequest.  # noqa: E501


        :return: The quantity of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: int
        )r>   rH   s    rC   r   z!CreateSubInstanceRequest.quantity  r^   rE   c                 N    | j         j        r|t          d          || _        dS )zSets the quantity of this CreateSubInstanceRequest.


        :param quantity: The quantity of this CreateSubInstanceRequest.  # noqa: E501
        :type: int
        Nz0Invalid value for `quantity`, must not be `None`)r/   rX   rY   r>   )rB   r   s     rC   r   z!CreateSubInstanceRequest.quantity  r`   rE   c                     | j         S )zGets the tag of this CreateSubInstanceRequest.  # noqa: E501


        :return: The tag of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: str
        r?   rH   s    rC   r   zCreateSubInstanceRequest.tag  rN   rE   c                     || _         dS )zSets the tag of this CreateSubInstanceRequest.


        :param tag: The tag of this CreateSubInstanceRequest.  # noqa: E501
        :type: str
        Nr}   )rB   r   s     rC   r   zCreateSubInstanceRequest.tag  rP   rE   c                     | j         S )zGets the tags of this CreateSubInstanceRequest.  # noqa: E501


        :return: The tags of this CreateSubInstanceRequest.  # noqa: E501
        :rtype: list[TagForCreateSubInstanceInput]
        r@   rH   s    rC   r   zCreateSubInstanceRequest.tags  s     zrE   c                     || _         dS )zSets the tags of this CreateSubInstanceRequest.


        :param tags: The tags of this CreateSubInstanceRequest.  # noqa: E501
        :type: list[TagForCreateSubInstanceInput]
        Nr   )rB   r   s     rC   r   zCreateSubInstanceRequest.tags  s     


rE   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    rC   <lambda>z2CreateSubInstanceRequest.to_dict.<locals>.<lambda>  s!    WQ	-B-BIaiikkk rE   r   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r   r   r   )items    rC   r   z2CreateSubInstanceRequest.to_dict.<locals>.<lambda>  s<    tAw	22"=$q'47??+<+<!=!=8< rE   )six	iteritemsswagger_typesgetattr
isinstancelistmapr   r   dictitems
issubclassr   )rB   resultattr_valuekeys         rC   r   z CreateSubInstanceRequest.to_dict  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t.55 	$"jjll $ $
U#srE   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr   rH   s    rC   to_strzCreateSubInstanceRequest.to_str  s    ~dllnn---rE   c                 *    |                                  S )zFor `print` and `pprint`)r   rH   s    rC   __repr__z!CreateSubInstanceRequest.__repr__  s    {{}}rE   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr   r   r   rB   others     rC   __eq__zCreateSubInstanceRequest.__eq__  s5    %!9:: 	5||~~00rE   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTr   r   s     rC   __ne__zCreateSubInstanceRequest.__ne__  s5    %!9:: 	4||~~00rE   )NNNNNNNNNNNNNNNNNN)__name__
__module____qualname____doc__r   attribute_maprD   propertyr   setterr   r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    rE   rC   r   r      s        
5u 	: 		
 	; 	E 	U 	U 	5 	U 	U 	e 	F 	 	E  	u!" 	4#M(9u 	k 		
 	l 	I 	/ 	Z 	8 	Z 	Z 	k 	, 	 	J  	u!" 	#M(6 6 6 6p   X ^    ^    X 	Z  Z     X  & & & # # X# 
, 
, 
,     X  & & &   X _
" 
" _
" ' ' X' 4 4 4   X 
$ 
$ 
$   X ^    ^    X $ $ $   X $ $ $     X  & & & & & X& 2 2 2 " " X" * * *   X _
" 
" _
"   X 	Z  Z   X 
[  [  6. . .  1 1 11 1 1 1 1rE   r   )r   r   rer   volcenginesdkcore.configurationr   objectr   r   rE   rC   <module>r      s|      				 



 9 9 9 9 9 9I1 I1 I1 I1 I1v I1 I1 I1 I1 I1rE   