ruạṛ
a ���fk � @ 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 )�BuildPipelineParameterz` Parameter name for which the values will be supplied at the time of running the build. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new BuildPipelineParameter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this BuildPipelineParameter. :type name: str :param default_value: The value to assign to the default_value property of this BuildPipelineParameter. :type default_value: str :param description: The value to assign to the description property of this BuildPipelineParameter. :type description: str �str)�name� default_value�descriptionr ZdefaultValuer N)Z swagger_typesZ attribute_map�_name�_default_value�_description)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/devops/models/build_pipeline_parameter.py�__init__ s ��zBuildPipelineParameter.__init__c C s | j S )aL **[Required]** Gets the name of this BuildPipelineParameter. Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param' :return: The name of this BuildPipelineParameter. :rtype: str �r �r r r r r 4 s zBuildPipelineParameter.namec C s || _ dS )a@ Sets the name of this BuildPipelineParameter. Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param' :param name: The name of this BuildPipelineParameter. :type: str Nr )r r r r r r A s c C s | j S )z� **[Required]** Gets the default_value of this BuildPipelineParameter. Default value of the parameter. :return: The default_value of this BuildPipelineParameter. :rtype: str �r r r r r r N s z$BuildPipelineParameter.default_valuec C s || _ dS )z� Sets the default_value of this BuildPipelineParameter. Default value of the parameter. :param default_value: The default_value of this BuildPipelineParameter. :type: str Nr )r r r r r r Z s c C s | j S )z� Gets the description of this BuildPipelineParameter. Description of the parameter. :return: The description of this BuildPipelineParameter. :rtype: str �r r r r r r f s z"BuildPipelineParameter.descriptionc C s || _ dS )z� Sets the description of this BuildPipelineParameter. Description of the parameter. :param description: The description of this BuildPipelineParameter. :type: str Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__~ s zBuildPipelineParameter.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zBuildPipelineParameter.__eq__c C s | |k S r r r r r r �__ne__� s zBuildPipelineParameter.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"