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 )�FileValidationResponsezK Response object containing details about file upload eligibility. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new FileValidationResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param input_file: The value to assign to the input_file property of this FileValidationResponse. :type input_file: str :param object_location: The value to assign to the object_location property of this FileValidationResponse. :type object_location: str :param files: The value to assign to the files property of this FileValidationResponse. :type files: list[oci.log_analytics.models.UploadFileStatus] �strzlist[UploadFileStatus])� input_file�object_location�filesZ inputFileZobjectLocationr N)Z swagger_typesZ attribute_map�_input_file�_object_location�_files)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/log_analytics/models/file_validation_response.py�__init__ s ��zFileValidationResponse.__init__c C s | j S )z� **[Required]** Gets the input_file of this FileValidationResponse. Input File Name. :return: The input_file of this FileValidationResponse. :rtype: str �r �r r r r r 4 s z!FileValidationResponse.input_filec C s || _ dS )z� Sets the input_file of this FileValidationResponse. Input File Name. :param input_file: The input_file of this FileValidationResponse. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the object_location of this FileValidationResponse. Object Location where file content is available. :return: The object_location of this FileValidationResponse. :rtype: str �r r r r r r L s z&FileValidationResponse.object_locationc C s || _ dS )z� Sets the object_location of this FileValidationResponse. Object Location where file content is available. :param object_location: The object_location of this FileValidationResponse. :type: str Nr )r r r r r r X s c C s | j S )a Gets the files of this FileValidationResponse. List of files inside the given archive file and their corresponding status information. :return: The files of this FileValidationResponse. :rtype: list[oci.log_analytics.models.UploadFileStatus] �r r r r r r d s zFileValidationResponse.filesc C s || _ dS )a! Sets the files of this FileValidationResponse. List of files inside the given archive file and their corresponding status information. :param files: The files of this FileValidationResponse. :type: list[oci.log_analytics.models.UploadFileStatus] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zFileValidationResponse.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zFileValidationResponse.__eq__c C s | |k S r r r r r r �__ne__� s zFileValidationResponse.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"