ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractWriteAttribute� )�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 ed d� �Z e jdd� �Z dd� Zdd� Zdd� Z dS )�OracleAdwcWriteAttributezT Properties to configure writing to Oracle Autonomous Data Warehouse Cloud. c K sL dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d| _d S )a/ Initializes a new OracleAdwcWriteAttribute object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.OracleAdwcWriteAttribute.model_type` attribute of this class is ``ORACLEADWCWRITEATTRIBUTE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this OracleAdwcWriteAttribute. Allowed values for this property are: "ORACLEWRITEATTRIBUTE", "ORACLEATPWRITEATTRIBUTE", "ORACLEADWCWRITEATTRIBUTE", "OBJECTSTORAGEWRITEATTRIBUTE", "ORACLE_WRITE_ATTRIBUTE", "ORACLE_ATP_WRITE_ATTRIBUTE", "ORACLE_ADWC_WRITE_ATTRIBUTE", "OBJECT_STORAGE_WRITE_ATTRIBUTE" :type model_type: str :param bucket_name: The value to assign to the bucket_name property of this OracleAdwcWriteAttribute. :type bucket_name: str :param staging_file_name: The value to assign to the staging_file_name property of this OracleAdwcWriteAttribute. :type staging_file_name: str :param staging_data_asset: The value to assign to the staging_data_asset property of this OracleAdwcWriteAttribute. :type staging_data_asset: oci.data_integration.models.DataAsset :param staging_connection: The value to assign to the staging_connection property of this OracleAdwcWriteAttribute. :type staging_connection: oci.data_integration.models.Connection �str� DataAsset� Connection)� model_type�bucket_name�staging_file_name�staging_data_asset�staging_connection� modelType� bucketName�stagingFileName�stagingDataAsset�stagingConnectionN�ORACLEADWCWRITEATTRIBUTE)� swagger_types� attribute_map�_model_type�_bucket_name�_staging_file_name�_staging_data_asset�_staging_connection)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/oracle_adwc_write_attribute.py�__init__ s$ � �z!OracleAdwcWriteAttribute.__init__c C s | j S )z� Gets the bucket_name of this OracleAdwcWriteAttribute. The bucket name for the attribute. :return: The bucket_name of this OracleAdwcWriteAttribute. :rtype: str �r �r r r r! r C s z$OracleAdwcWriteAttribute.bucket_namec C s || _ dS )z� Sets the bucket_name of this OracleAdwcWriteAttribute. The bucket name for the attribute. :param bucket_name: The bucket_name of this OracleAdwcWriteAttribute. :type: str Nr# )r r r r r! r O s c C s | j S )z� Gets the staging_file_name of this OracleAdwcWriteAttribute. The file name for the attribute. :return: The staging_file_name of this OracleAdwcWriteAttribute. :rtype: str �r r$ r r r! r [ s z*OracleAdwcWriteAttribute.staging_file_namec C s || _ dS )z� Sets the staging_file_name of this OracleAdwcWriteAttribute. The file name for the attribute. :param staging_file_name: The staging_file_name of this OracleAdwcWriteAttribute. :type: str Nr% )r r r r r! r g s c C s | j S )z� Gets the staging_data_asset of this OracleAdwcWriteAttribute. :return: The staging_data_asset of this OracleAdwcWriteAttribute. :rtype: oci.data_integration.models.DataAsset �r r$ r r r! r s s z+OracleAdwcWriteAttribute.staging_data_assetc C s || _ dS )z� Sets the staging_data_asset of this OracleAdwcWriteAttribute. :param staging_data_asset: The staging_data_asset of this OracleAdwcWriteAttribute. :type: oci.data_integration.models.DataAsset Nr&