
    ~i6                     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
    iam

    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Z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d Zd Zd Zd Zd ZdS ) CreateOIDCProviderRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    z	list[str]strint)
client_idsdescriptionissuance_limit_time
issuer_urloidc_provider_namethumbprints	ClientIDsDescriptionIssuanceLimitTime	IssuerURLOIDCProviderNameThumbprintsNc                     |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        ||| _	        ||| _
        ||| _        || _        || _        |	|| _        dS dS )z6CreateOIDCProviderRequest - a model defined in SwaggerN)r   _configuration_client_ids_description_issuance_limit_time_issuer_url_oidc_provider_name_thumbprintsdiscriminatorr   r	   r
   r   r   r   )selfr   r	   r
   r   r   r   r   s           }/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkiam/models/create_oidc_provider_request.py__init__z"CreateOIDCProviderRequest.__init__5   s    !*__N, $(!#'  !!(DO"*D*':D$$"4"*D #"    c                     | j         S )zGets the client_ids of this CreateOIDCProviderRequest.  # noqa: E501


        :return: The client_ids of this CreateOIDCProviderRequest.  # noqa: E501
        :rtype: list[str]
        r   r   s    r   r   z$CreateOIDCProviderRequest.client_idsN        r    c                     || _         dS )zSets the client_ids of this CreateOIDCProviderRequest.


        :param client_ids: The client_ids of this CreateOIDCProviderRequest.  # noqa: E501
        :type: list[str]
        Nr"   )r   r   s     r   r   z$CreateOIDCProviderRequest.client_idsX   s     &r    c                     | j         S )zGets the description of this CreateOIDCProviderRequest.  # noqa: E501


        :return: The description of this CreateOIDCProviderRequest.  # noqa: E501
        :rtype: str
        r   r#   s    r   r	   z%CreateOIDCProviderRequest.descriptionc          r    c                     || _         dS )zSets the description of this CreateOIDCProviderRequest.


        :param description: The description of this CreateOIDCProviderRequest.  # noqa: E501
        :type: str
        Nr'   )r   r	   s     r   r	   z%CreateOIDCProviderRequest.descriptionm        (r    c                     | j         S )zGets the issuance_limit_time of this CreateOIDCProviderRequest.  # noqa: E501


        :return: The issuance_limit_time of this CreateOIDCProviderRequest.  # noqa: E501
        :rtype: int
        r   r#   s    r   r
   z-CreateOIDCProviderRequest.issuance_limit_timex   s     ((r    c                     || _         dS )zSets the issuance_limit_time of this CreateOIDCProviderRequest.


        :param issuance_limit_time: The issuance_limit_time of this CreateOIDCProviderRequest.  # noqa: E501
        :type: int
        Nr,   )r   r
   s     r   r
   z-CreateOIDCProviderRequest.issuance_limit_time   s     %8!!!r    c                     | j         S )zGets the issuer_url of this CreateOIDCProviderRequest.  # noqa: E501


        :return: The issuer_url of this CreateOIDCProviderRequest.  # noqa: E501
        :rtype: str
        )r   r#   s    r   r   z$CreateOIDCProviderRequest.issuer_url   r$   r    c                 N    | j         j        r|t          d          || _        dS )zSets the issuer_url of this CreateOIDCProviderRequest.


        :param issuer_url: The issuer_url of this CreateOIDCProviderRequest.  # noqa: E501
        :type: str
        Nz2Invalid value for `issuer_url`, must not be `None`)r   client_side_validation
ValueErrorr   )r   r   s     r   r   z$CreateOIDCProviderRequest.issuer_url   s5     5 	S*:LQRRR%r    c                     | j         S )zGets the oidc_provider_name of this CreateOIDCProviderRequest.  # noqa: E501


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


        :param oidc_provider_name: The oidc_provider_name of this CreateOIDCProviderRequest.  # noqa: E501
        :type: str
        Nz:Invalid value for `oidc_provider_name`, must not be `None`)r   r0   r1   r   )r   r   s     r   r   z,CreateOIDCProviderRequest.oidc_provider_name   s6     5 	[:L:TYZZZ#5   r    c                     | j         S )zGets the thumbprints of this CreateOIDCProviderRequest.  # noqa: E501


        :return: The thumbprints of this CreateOIDCProviderRequest.  # noqa: E501
        :rtype: list[str]
        r   r#   s    r   r   z%CreateOIDCProviderRequest.thumbprints   r(   r    c                     || _         dS )zSets the thumbprints of this CreateOIDCProviderRequest.


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



 9 9 9 9 9 9i1 i1 i1 i1 i1 i1 i1 i1 i1 i1r    