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 )�UpdateReferenceDetailsz9 Application references that need to be updated. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new UpdateReferenceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param options: The value to assign to the options property of this UpdateReferenceDetails. :type options: dict(str, str) :param target_object: The value to assign to the target_object property of this UpdateReferenceDetails. :type target_object: object :param child_references: The value to assign to the child_references property of this UpdateReferenceDetails. :type child_references: list[oci.data_integration.models.ChildReferenceDetail] zdict(str, str)�objectzlist[ChildReferenceDetail])�options� target_object�child_referencesr ZtargetObjectZchildReferencesN)Z swagger_typesZ attribute_map�_options�_target_object�_child_references)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/data_integration/models/update_reference_details.py�__init__ s ��zUpdateReferenceDetails.__init__c C s | j S )z� Gets the options of this UpdateReferenceDetails. A list of options such as `ignoreObjectOnError`. :return: The options of this UpdateReferenceDetails. :rtype: dict(str, str) �r �r r r r r 4 s zUpdateReferenceDetails.optionsc C s || _ dS )z� Sets the options of this UpdateReferenceDetails. A list of options such as `ignoreObjectOnError`. :param options: The options of this UpdateReferenceDetails. :type: dict(str, str) Nr )r r r r r r @ s c C s | j S )aO Gets the target_object of this UpdateReferenceDetails. The new target object to reference. This can be of type `DataAsset`, `Schema` or `Task`. In case of `DataAsset`, the child references can be of type `Connection`. :return: The target_object of this UpdateReferenceDetails. :rtype: object �r r r r r r L s z$UpdateReferenceDetails.target_objectc C s || _ dS )a[ Sets the target_object of this UpdateReferenceDetails. The new target object to reference. This can be of type `DataAsset`, `Schema` or `Task`. In case of `DataAsset`, the child references can be of type `Connection`. :param target_object: The target_object of this UpdateReferenceDetails. :type: object Nr )r r r r r r X s c C s | j S )a Gets the child_references of this UpdateReferenceDetails. The list of child references that also need to be updated. :return: The child_references of this UpdateReferenceDetails. :rtype: list[oci.data_integration.models.ChildReferenceDetail] �r r r r r r d s z'UpdateReferenceDetails.child_referencesc C s || _ dS )a, Sets the child_references of this UpdateReferenceDetails. The list of child references that also need to be updated. :param child_references: The child_references of this UpdateReferenceDetails. :type: list[oci.data_integration.models.ChildReferenceDetail] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zUpdateReferenceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zUpdateReferenceDetails.__eq__c C s | |k S r r r r r r �__ne__� s zUpdateReferenceDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"