ruạṛ
a N��f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateConnectionDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�CreateConnectionFromAmazonS3z7 The details to create a Amazon S3 connection. c K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a8 Initializes a new CreateConnectionFromAmazonS3 object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.CreateConnectionFromAmazonS3.model_type` attribute of this class is ``AMAZON_S3_CONNECTION`` 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 CreateConnectionFromAmazonS3. Allowed values for this property are: "ORACLE_ADWC_CONNECTION", "ORACLE_ATP_CONNECTION", "ORACLE_OBJECT_STORAGE_CONNECTION", "ORACLEDB_CONNECTION", "MYSQL_CONNECTION", "GENERIC_JDBC_CONNECTION", "BICC_CONNECTION", "AMAZON_S3_CONNECTION", "BIP_CONNECTION", "LAKE_HOUSE_CONNECTION", "REST_NO_AUTH_CONNECTION", "REST_BASIC_AUTH_CONNECTION" :type model_type: str :param key: The value to assign to the key property of this CreateConnectionFromAmazonS3. :type key: str :param model_version: The value to assign to the model_version property of this CreateConnectionFromAmazonS3. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this CreateConnectionFromAmazonS3. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this CreateConnectionFromAmazonS3. :type name: str :param description: The value to assign to the description property of this CreateConnectionFromAmazonS3. :type description: str :param object_status: The value to assign to the object_status property of this CreateConnectionFromAmazonS3. :type object_status: int :param identifier: The value to assign to the identifier property of this CreateConnectionFromAmazonS3. :type identifier: str :param connection_properties: The value to assign to the connection_properties property of this CreateConnectionFromAmazonS3. :type connection_properties: list[oci.data_integration.models.ConnectionProperty] :param registry_metadata: The value to assign to the registry_metadata property of this CreateConnectionFromAmazonS3. :type registry_metadata: oci.data_integration.models.RegistryMetadata :param access_key: The value to assign to the access_key property of this CreateConnectionFromAmazonS3. :type access_key: oci.data_integration.models.SensitiveAttribute :param secret_key: The value to assign to the secret_key property of this CreateConnectionFromAmazonS3. :type secret_key: oci.data_integration.models.SensitiveAttribute �str�ParentReference�intzlist[ConnectionProperty]�RegistryMetadata�SensitiveAttribute)� model_type�key� model_version� parent_ref�name�description� object_status� identifier�connection_properties�registry_metadata� access_key� secret_key� modelTyper �modelVersion� parentRefr r �objectStatusr �connectionProperties�registryMetadata� accessKey� secretKeyN�AMAZON_S3_CONNECTION)� swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_name�_description�_object_status�_identifier�_connection_properties�_registry_metadata�_access_key�_secret_key)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/create_connection_from_amazon_s3.py�__init__ sN 9��z%CreateConnectionFromAmazonS3.__init__c C s | j S )z� Gets the access_key of this CreateConnectionFromAmazonS3. :return: The access_key of this CreateConnectionFromAmazonS3. :rtype: oci.data_integration.models.SensitiveAttribute �r/ �r1 r3 r3 r4 r t s z'CreateConnectionFromAmazonS3.access_keyc C s || _ dS )z� Sets the access_key of this CreateConnectionFromAmazonS3. :param access_key: The access_key of this CreateConnectionFromAmazonS3. :type: oci.data_integration.models.SensitiveAttribute Nr6 )r1 r r3 r3 r4 r ~ s c C s | j S )z� Gets the secret_key of this CreateConnectionFromAmazonS3. :return: The secret_key of this CreateConnectionFromAmazonS3. :rtype: oci.data_integration.models.SensitiveAttribute �r0 r7 r3 r3 r4 r � s z'CreateConnectionFromAmazonS3.secret_keyc C s || _ dS )z� Sets the secret_key of this CreateConnectionFromAmazonS3. :param secret_key: The secret_key of this CreateConnectionFromAmazonS3. :type: oci.data_integration.models.SensitiveAttribute Nr8 )r1 r r3 r3 r4 r � s c C s t | �S �N)r r7 r3 r3 r4 �__repr__� s z%CreateConnectionFromAmazonS3.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r1 �otherr3 r3 r4 �__eq__� s z#CreateConnectionFromAmazonS3.__eq__c C s | |k S r9 r3 r<