o
    f>h6                     @   s   d Z ddlmZmZmZmZmZmZmZ ddl	m
Z
 ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ G d	d
 d
eZG dd deZG dd deZG dd deZdS )a  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Trusthub
    This is the public Twilio REST API.

    NOTE: This class is auto generated by OpenAPI Generator.
    https://openapi-generator.tech
    Do not edit the class manually.
    )AnyDictListOptionalUnionIteratorAsyncIterator)values)InstanceContext)InstanceResource)ListResource)Version)Pagec                       sn   e Zd ZdZ	ddedeeef dee f fddZ	e
dd
dZdddZdddZdefddZ  ZS )PoliciesInstanceao  
    :ivar sid: The unique string that identifies the Policy resource.
    :ivar friendly_name: A human-readable description that is assigned to describe the Policy resource. Examples can include Primary Customer profile policy
    :ivar requirements: The SID of an object that holds the policy information
    :ivar url: The absolute URL of the Policy resource.
    Nversionpayloadsidc                    sV   t  | |d| _|d| _|d| _|d| _d|p#| ji| _d | _d S )Nr   friendly_namerequirementsurl)	super__init__getr   r   r   r   	_solution_context)selfr   r   r   	__class__ S/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/trusthub/v1/policies.pyr       s   

zPoliciesInstance.__init__returnPoliciesContextc                 C   s&   | j du rt| j| jd d| _ | j S )z
        Generate an instance context for the instance, the context is capable of
        performing various actions. All instance actions are proxied to the context

        :returns: PoliciesContext for this PoliciesInstance
        Nr   r   )r   r!   _versionr   r   r   r   r   _proxy/   s   
zPoliciesInstance._proxyc                 C   s
   | j  S )]
        Fetch the PoliciesInstance


        :returns: The fetched PoliciesInstance
        )r%   fetchr$   r   r   r   r'   >   s   
zPoliciesInstance.fetchc                    s   | j  I dH S )w
        Asynchronous coroutine to fetch the PoliciesInstance


        :returns: The fetched PoliciesInstance
        N)r%   fetch_asyncr$   r   r   r   r)   G   s   zPoliciesInstance.fetch_asyncc                 C   $   d dd | j D }d|S )f
        Provide a friendly representation

        :returns: Machine friendly representation
         c                 s        | ]\}}d  ||V  qdS z{}={}Nformat.0kvr   r   r   	<genexpr>V       z,PoliciesInstance.__repr__.<locals>.<genexpr>z(<Twilio.Trusthub.V1.PoliciesInstance {}>joinr   itemsr0   r   contextr   r   r   __repr__P      
zPoliciesInstance.__repr__N)r    r!   )r    r   )__name__
__module____qualname____doc__r   r   strr   r   r   propertyr%   r'   r)   r<   __classcell__r   r   r   r   r      s    


		r   c                       sP   e Zd Zdedef fddZdefddZdefdd	Zdefd
dZ	  Z
S )r!   r   r   c                    s.   t  | d|i| _djdi | j| _dS )z
        Initialize the PoliciesContext

        :param version: Version that contains the resource
        :param sid: The unique string that identifies the Policy resource.
        r   z/Policies/{sid}Nr   )r   r   r   r0   _uri)r   r   r   r   r   r   r   \   s   zPoliciesContext.__init__r    c                 C   s<   t i }d|d< | jjd| j|d}t| j|| jd dS )r&   application/jsonAcceptGETmethoduriheadersr   r"   )r	   ofr#   r'   rF   r   r   r   rM   r   r   r   r   r'   k   s   
zPoliciesContext.fetchc                    sD   t i }d|d< | jjd| j|dI dH }t| j|| jd dS )r(   rG   rH   rI   rJ   Nr   r"   )r	   rN   r#   r)   rF   r   r   rO   r   r   r   r)      s   
zPoliciesContext.fetch_asyncc                 C   r*   )r+   r,   c                 s   r-   r.   r/   r1   r   r   r   r5      r6   z+PoliciesContext.__repr__.<locals>.<genexpr>z'<Twilio.Trusthub.V1.PoliciesContext {}>r7   r:   r   r   r   r<      r=   zPoliciesContext.__repr__)r?   r@   rA   r   rC   r   r   r'   r)   r<   rE   r   r   r   r   r!   Z   s
    r!   c                   @   s4   e Zd Zdeeef defddZdefddZdS )PoliciesPager   r    c                 C   s   t | j|S )zn
        Build an instance of PoliciesInstance

        :param payload: Payload response from the API
        )r   r#   )r   r   r   r   r   get_instance   s   zPoliciesPage.get_instancec                 C      dS )r+   z!<Twilio.Trusthub.V1.PoliciesPage>r   r$   r   r   r   r<         zPoliciesPage.__repr__N)	r?   r@   rA   r   rC   r   r   rQ   r<   r   r   r   r   rP      s    rP   c                	       s  e Zd Zdef fddZ		d"dee dee dee fdd	Z			d"dee dee de
e fd
dZ		d"dee dee dee fddZ		d"dee dee dee fddZejejejfdeeef deeef deeef defddZejejejfdeeef deeef deeef defddZdedefddZdedefddZdedefddZdedefddZdefd d!Z  ZS )#PoliciesListr   c                    s   t  | d| _dS )zj
        Initialize the PoliciesList

        :param version: Version that contains the resource

        z	/PoliciesN)r   r   rF   )r   r   r   r   r   r      s   
zPoliciesList.__init__Nlimit	page_sizer    c                 C   s0   | j ||}| j|d d}| j ||d S )a^  
        Streams PoliciesInstance records from the API as a generator stream.
        This operation lazily loads records as efficiently as possible until the limit
        is reached.
        The results are returned as a generator, so this operation is memory efficient.

        :param limit: Upper limit for the number of records to return. stream()
                      guarantees to never return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, stream() will attempt to read the
                          limit with the most efficient page size, i.e. min(limit, 1000)

        :returns: Generator that will yield up to limit results
        rV   rV   rU   )r#   read_limitspagestreamr   rU   rV   limitsrY   r   r   r   rZ      s   zPoliciesList.streamc                    s8   | j ||}| j|d dI dH }| j ||d S )am  
        Asynchronously streams PoliciesInstance records from the API as a generator stream.
        This operation lazily loads records as efficiently as possible until the limit
        is reached.
        The results are returned as a generator, so this operation is memory efficient.

        :param limit: Upper limit for the number of records to return. stream()
                      guarantees to never return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, stream() will attempt to read the
                          limit with the most efficient page size, i.e. min(limit, 1000)

        :returns: Generator that will yield up to limit results
        rV   rW   NrU   )r#   rX   
page_asyncstream_asyncr[   r   r   r   r^      s   zPoliciesList.stream_asyncc                 C   s   t | j||dS )a  
        Lists PoliciesInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param limit: Upper limit for the number of records to return. list() guarantees
                      never to return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, list() will attempt to read the limit
                          with the most efficient page size, i.e. min(limit, 1000)

        :returns: list that will contain up to limit results
        rU   rV   )listrZ   r   rU   rV   r   r   r   r`      s   zPoliciesList.listc                    s&   dd | j ||dI dH 2 I dH S )a
  
        Asynchronously lists PoliciesInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param limit: Upper limit for the number of records to return. list() guarantees
                      never to return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, list() will attempt to read the limit
                          with the most efficient page size, i.e. min(limit, 1000)

        :returns: list that will contain up to limit results
        c                    s   g | z3 d H W }|q6 S r>   r   )r2   recordr   r   r   
<listcomp>  s
    z+PoliciesList.list_async.<locals>.<listcomp>r_   N)r^   ra   r   r   r   
list_async  s   
zPoliciesList.list_async
page_tokenpage_numberc                 C   sJ   t |||d}t ddi}d|d< | jjd| j||d}t| j|S )au  
        Retrieve a single page of PoliciesInstance records from the API.
        Request is executed immediately

        :param page_token: PageToken provided by the API
        :param page_number: Page Number, this value is simply for client state
        :param page_size: Number of records to return, defaults to 50

        :returns: Page of PoliciesInstance
        	PageTokenr   PageSizeContent-Type!application/x-www-form-urlencodedrG   rH   rI   rK   rL   paramsrM   )r	   rN   r#   rY   rF   rP   r   re   rf   rV   datarM   responser   r   r   rY   &  s   
zPoliciesList.pagec                    sR   t |||d}t ddi}d|d< | jjd| j||dI dH }t| j|S )	a  
        Asynchronously retrieve a single page of PoliciesInstance records from the API.
        Request is executed immediately

        :param page_token: PageToken provided by the API
        :param page_number: Page Number, this value is simply for client state
        :param page_size: Number of records to return, defaults to 50

        :returns: Page of PoliciesInstance
        rg   rj   rk   rG   rH   rI   rl   N)r	   rN   r#   r]   rF   rP   rn   r   r   r   r]   G  s   
zPoliciesList.page_async
target_urlc                 C   s   | j jjd|}t| j |S )z
        Retrieve a specific page of PoliciesInstance records from the API.
        Request is executed immediately

        :param target_url: API-generated URL for the requested results page

        :returns: Page of PoliciesInstance
        rI   )r#   domaintwiliorequestrP   r   rq   rp   r   r   r   get_pageh  s   	zPoliciesList.get_pagec                    s&   | j jjd|I dH }t| j |S )a  
        Asynchronously retrieve a specific page of PoliciesInstance records from the API.
        Request is executed immediately

        :param target_url: API-generated URL for the requested results page

        :returns: Page of PoliciesInstance
        rI   N)r#   rr   rs   request_asyncrP   ru   r   r   r   get_page_asynct  s   	zPoliciesList.get_page_asyncr   c                 C      t | j|dS zz
        Constructs a PoliciesContext

        :param sid: The unique string that identifies the Policy resource.
        r"   r!   r#   r   r   r   r   r   r        zPoliciesList.getc                 C   ry   rz   r{   r|   r   r   r   __call__  r}   zPoliciesList.__call__c                 C   rR   )r+   z!<Twilio.Trusthub.V1.PoliciesList>r   r$   r   r   r   r<     rS   zPoliciesList.__repr__)NN)r?   r@   rA   r   r   r   intr   r   rZ   r   r^   r   r`   rd   r	   unsetr   rC   objectrP   rY   r]   rv   rx   r!   r   r~   r<   rE   r   r   r   r   rT      s    







#



!rT   N)rB   typingr   r   r   r   r   r   r   twilio.baser	   twilio.base.instance_contextr
   twilio.base.instance_resourcer   twilio.base.list_resourcer   twilio.base.versionr   twilio.base.pager   r   r!   rP   rT   r   r   r   r   <module>   s    $BE