ruạṛ
a O��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ListObjectsa[ To use any of the API operations, you must be authorized in an IAM policy. If you are not authorized, talk to an administrator. If you are an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. __ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new ListObjects object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param objects: The value to assign to the objects property of this ListObjects. :type objects: list[oci.object_storage.models.ObjectSummary] :param prefixes: The value to assign to the prefixes property of this ListObjects. :type prefixes: list[str] :param next_start_with: The value to assign to the next_start_with property of this ListObjects. :type next_start_with: str zlist[ObjectSummary]z list[str]�str)�objects�prefixes�next_start_withr r � nextStartWithN)� swagger_types� attribute_map�_objects� _prefixes�_next_start_with)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/object_storage/models/list_objects.py�__init__ s ��zListObjects.__init__c C s | j S )z� **[Required]** Gets the objects of this ListObjects. An array of object summaries. :return: The objects of this ListObjects. :rtype: list[oci.object_storage.models.ObjectSummary] �r �r r r r r 6 s zListObjects.objectsc C s || _ dS )z� Sets the objects of this ListObjects. An array of object summaries. :param objects: The objects of this ListObjects. :type: list[oci.object_storage.models.ObjectSummary] Nr )r r r r r r B s c C s | j S )z� Gets the prefixes of this ListObjects. Prefixes that are common to the results returned by the request if the request specified a delimiter. :return: The prefixes of this ListObjects. :rtype: list[str] �r r r r r r N s zListObjects.prefixesc C s || _ dS )z� Sets the prefixes of this ListObjects. Prefixes that are common to the results returned by the request if the request specified a delimiter. :param prefixes: The prefixes of this ListObjects. :type: list[str] Nr )r r r r r r Z s c C s | j S )a^ Gets the next_start_with of this ListObjects. The name of the object to use in the `start` parameter to obtain the next page of a truncated ListObjects response. Avoid entering confidential information. Example: test/object1.log :return: The next_start_with of this ListObjects. :rtype: str �r r r r r r f s zListObjects.next_start_withc C s || _ dS )al Sets the next_start_with of this ListObjects. The name of the object to use in the `start` parameter to obtain the next page of a truncated ListObjects response. Avoid entering confidential information. Example: test/object1.log :param next_start_with: The next_start_with of this ListObjects. :type: str Nr )r r r r r r t s c C s t | �S �N)r r r r r �__repr__� s zListObjects.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zListObjects.__eq__c C s | |k S r r r r r r �__ne__� s zListObjects.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"