ruạṛ
a N��fc � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�ExecuteRestCallConfigz3 The REST API configuration for execution. �GET�POST�PATCH�DELETE�PUTc K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new ExecuteRestCallConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param method_type: The value to assign to the method_type property of this ExecuteRestCallConfig. Allowed values for this property are: "GET", "POST", "PATCH", "DELETE", "PUT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type method_type: str :param request_headers: The value to assign to the request_headers property of this ExecuteRestCallConfig. :type request_headers: dict(str, str) :param config_values: The value to assign to the config_values property of this ExecuteRestCallConfig. :type config_values: oci.data_integration.models.ConfigValues �strzdict(str, str)�ConfigValues)�method_type�request_headers� config_values� methodType�requestHeaders�configValuesN)� swagger_types� attribute_map�_method_type�_request_headers�_config_values)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/execute_rest_call_config.py�__init__$ s ��zExecuteRestCallConfig.__init__c C s | j S )a� Gets the method_type of this ExecuteRestCallConfig. The REST method to use. Allowed values for this property are: "GET", "POST", "PATCH", "DELETE", "PUT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The method_type of this ExecuteRestCallConfig. :rtype: str )r �r r r r r H s z!ExecuteRestCallConfig.method_typec C s g d�}t ||�sd}|| _dS )z� Sets the method_type of this ExecuteRestCallConfig. The REST method to use. :param method_type: The method_type of this ExecuteRestCallConfig. :type: str )r r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r W s c C s | j S )z� Gets the request_headers of this ExecuteRestCallConfig. The headers for the REST call. :return: The request_headers of this ExecuteRestCallConfig. :rtype: dict(str, str) �r r r r r r f s z%ExecuteRestCallConfig.request_headersc C s || _ dS )z� Sets the request_headers of this ExecuteRestCallConfig. The headers for the REST call. :param request_headers: The request_headers of this ExecuteRestCallConfig. :type: dict(str, str) Nr! )r r r r r r r s c C s | j S )z� Gets the config_values of this ExecuteRestCallConfig. :return: The config_values of this ExecuteRestCallConfig. :rtype: oci.data_integration.models.ConfigValues �r r r r r r ~ s z#ExecuteRestCallConfig.config_valuesc C s || _ dS )z� Sets the config_values of this ExecuteRestCallConfig. :param config_values: The config_values of this ExecuteRestCallConfig. :type: oci.data_integration.models.ConfigValues Nr"