ruạṛ
a ���fv � @ 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 )�ListObjectsz List of the objects. 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 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 :param objects: The value to assign to the objects property of this ListObjects. :type objects: list[oci.opsi.models.ObjectSummary] z list[str]�strzlist[ObjectSummary])�prefixes�next_start_with�objectsr Z nextStartWithr N)Z swagger_typesZ attribute_map� _prefixes�_next_start_with�_objects)�self�kwargs� r �@/usr/lib/python3.9/site-packages/oci/opsi/models/list_objects.py�__init__ s ��zListObjects.__init__c C s | j S )z� Gets the prefixes of this ListObjects. Array comprising of all the prefixes. :return: The prefixes of this ListObjects. :rtype: list[str] �r �r r r r r 4 s zListObjects.prefixesc C s || _ dS )z� Sets the prefixes of this ListObjects. Array comprising of all the prefixes. :param prefixes: The prefixes of this ListObjects. :type: list[str] Nr )r r r r r r @ s c C s | j S )z� Gets the next_start_with of this ListObjects. Object names returned by a list query must be greater or equal to this parameter. :return: The next_start_with of this ListObjects. :rtype: str �r r r r r r L s zListObjects.next_start_withc C s || _ dS )z� Sets the next_start_with of this ListObjects. Object names returned by a list query must be greater or equal to this parameter. :param next_start_with: The next_start_with of this ListObjects. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the objects of this ListObjects. List of the object summary data. :return: The objects of this ListObjects. :rtype: list[oci.opsi.models.ObjectSummary] �r r r r r r d s zListObjects.objectsc C s || _ dS )z� Sets the objects of this ListObjects. List of the object summary data. :param objects: The objects of this ListObjects. :type: list[oci.opsi.models.ObjectSummary] Nr )r r r r r r p 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"