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

    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Z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d Zd Zd Zd Zd Zd	S )ModifyOverlayAccessRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    z	list[str]str)add_vpcsdel_vpcsinstance_id	protocolsAddVpcsDelVpcs
InstanceId	ProtocolsNc                     |t                      }|| _        d| _        d| _        d| _        d| _        d| _        ||| _        ||| _        || _	        |	|| _
        dS dS )z7ModifyOverlayAccessRequest - a model defined in SwaggerN)r   _configuration	_add_vpcs	_del_vpcs_instance_id
_protocolsdiscriminatorr   r   r	   r
   )selfr   r   r	   r
   r   s         ~/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkbmq/models/modify_overlay_access_request.py__init__z#ModifyOverlayAccessRequest.__init__1   sy    !*__N, !$DM$DM& &DNNN !     c                     | j         S )zGets the add_vpcs of this ModifyOverlayAccessRequest.  # noqa: E501


        :return: The add_vpcs of this ModifyOverlayAccessRequest.  # noqa: E501
        :rtype: list[str]
        r   r   s    r   r   z#ModifyOverlayAccessRequest.add_vpcsE        ~r   c                     || _         dS )zSets the add_vpcs of this ModifyOverlayAccessRequest.


        :param add_vpcs: The add_vpcs of this ModifyOverlayAccessRequest.  # noqa: E501
        :type: list[str]
        Nr   )r   r   s     r   r   z#ModifyOverlayAccessRequest.add_vpcsO        "r   c                     | j         S )zGets the del_vpcs of this ModifyOverlayAccessRequest.  # noqa: E501


        :return: The del_vpcs of this ModifyOverlayAccessRequest.  # noqa: E501
        :rtype: list[str]
        r   r   s    r   r   z#ModifyOverlayAccessRequest.del_vpcsZ   r   r   c                     || _         dS )zSets the del_vpcs of this ModifyOverlayAccessRequest.


        :param del_vpcs: The del_vpcs of this ModifyOverlayAccessRequest.  # noqa: E501
        :type: list[str]
        Nr!   )r   r   s     r   r   z#ModifyOverlayAccessRequest.del_vpcsd   r   r   c                     | j         S )zGets the instance_id of this ModifyOverlayAccessRequest.  # noqa: E501


        :return: The instance_id of this ModifyOverlayAccessRequest.  # noqa: E501
        :rtype: str
        )r   r   s    r   r	   z&ModifyOverlayAccessRequest.instance_ido   s       r   c                 N    | j         j        r|t          d          || _        dS )zSets the instance_id of this ModifyOverlayAccessRequest.


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


        :return: The protocols of this ModifyOverlayAccessRequest.  # noqa: E501
        :rtype: list[str]
        )r   r   s    r   r
   z$ModifyOverlayAccessRequest.protocols   s     r   c                    g d}| j         j        rt          |                              t          |                    st	          d                    d                    t          t          t          |          t          |          z
                      d                    t          t          |                                        || _	        dS )zSets the protocols of this ModifyOverlayAccessRequest.


        :param protocols: The protocols of this ModifyOverlayAccessRequest.  # noqa: E501
        :type: list[str]
        )		PLAINTEXTSASL_PLAINTEXTSSLWSWSSTCPSSL_TCPHTTPHTTPSz?Invalid values for `protocols` [{0}], must be a subset of [{1}]z, N)
r   r%   setissubsetr&   formatjoinmapr   r   )r   r
   allowed_valuess      r   r
   z$ModifyOverlayAccessRequest.protocols   s     poo6 		NN++C,?,?@@	Q		#c3y>>C<O<O+O"P"PQQ		#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>z4ModifyOverlayAccessRequest.to_dict.<locals>.<lambda>   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>   z4ModifyOverlayAccessRequest.to_dict.<locals>.<lambda>   s<    tAw	22"=$q'47??+<+<!=!=8< r   )six	iteritemsswagger_typesgetattr
isinstancelistr6   r<   r:   dictitems
issubclassr   )r   resultattr_valuekeys         r   r:   z"ModifyOverlayAccessRequest.to_dict   s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t0$77 	$"jjll $ $
U#sr   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr:   r   s    r   to_strz!ModifyOverlayAccessRequest.to_str   s    ~dllnn---r   c                 *    |                                  S )zFor `print` and `pprint`)rS   r   s    r   __repr__z#ModifyOverlayAccessRequest.__repr__   s    {{}}r   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrF   r   r:   r   others     r   __eq__z!ModifyOverlayAccessRequest.__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!ModifyOverlayAccessRequest.__ne__   s5    %!;<< 	4||~~00r   )NNNNN)__name__
__module____qualname____doc__rD   attribute_mapr   propertyr   setterr   r	   r
   r:   rS   rU   rZ   r\    r   r   r   r      s        
   	 M # 	 M' ' ' '(   X _" " _"   X _" " _" ! ! X! 
( 
( 
(   X $ $ $$  6. . .  1 1 11 1 1 1 1r   r   )r`   rQ   rerB   volcenginesdkcore.configurationr   objectr   rd   r   r   <module>rh      s|      				 



 9 9 9 9 9 9|1 |1 |1 |1 |1 |1 |1 |1 |1 |1r   