ruạṛ
a ���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 )�ObjectLocationzr A location in Object Storage that is uniquely identified by namespace name, bucket name and object name. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ObjectLocation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param namespace_name: The value to assign to the namespace_name property of this ObjectLocation. :type namespace_name: str :param bucket_name: The value to assign to the bucket_name property of this ObjectLocation. :type bucket_name: str :param object_name: The value to assign to the object_name property of this ObjectLocation. :type object_name: str �str)�namespace_name�bucket_name�object_nameZ namespaceNameZ bucketNameZ objectNameN)Z swagger_typesZ attribute_map�_namespace_name�_bucket_name�_object_name)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/ai_document/models/object_location.py�__init__ s ��zObjectLocation.__init__c C s | j S )z� **[Required]** Gets the namespace_name of this ObjectLocation. The Object Storage namespace name. :return: The namespace_name of this ObjectLocation. :rtype: str �r �r r r r r 4 s zObjectLocation.namespace_namec C s || _ dS )z� Sets the namespace_name of this ObjectLocation. The Object Storage namespace name. :param namespace_name: The namespace_name of this ObjectLocation. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the bucket_name of this ObjectLocation. The Object Storage bucket name. :return: The bucket_name of this ObjectLocation. :rtype: str �r r r r r r L s zObjectLocation.bucket_namec C s || _ dS )z� Sets the bucket_name of this ObjectLocation. The Object Storage bucket name. :param bucket_name: The bucket_name of this ObjectLocation. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the object_name of this ObjectLocation. The Object Storage object name. :return: The object_name of this ObjectLocation. :rtype: str �r r r r r r d s zObjectLocation.object_namec C s || _ dS )z� Sets the object_name of this ObjectLocation. The Object Storage object name. :param object_name: The object_name of this ObjectLocation. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zObjectLocation.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zObjectLocation.__eq__c C s | |k S r r r r r r �__ne__� s zObjectLocation.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"