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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�CreateBuildRunDetailsz. Information about the new build run. c K sP ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new CreateBuildRunDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateBuildRunDetails. :type display_name: str :param build_pipeline_id: The value to assign to the build_pipeline_id property of this CreateBuildRunDetails. :type build_pipeline_id: str :param commit_info: The value to assign to the commit_info property of this CreateBuildRunDetails. :type commit_info: oci.devops.models.CommitInfo :param build_run_arguments: The value to assign to the build_run_arguments property of this CreateBuildRunDetails. :type build_run_arguments: oci.devops.models.BuildRunArgumentCollection :param freeform_tags: The value to assign to the freeform_tags property of this CreateBuildRunDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateBuildRunDetails. :type defined_tags: dict(str, dict(str, object)) �strZ CommitInfoZBuildRunArgumentCollectionzdict(str, str)zdict(str, dict(str, object)))�display_name�build_pipeline_id�commit_info�build_run_arguments� freeform_tags�defined_tagsZdisplayNameZbuildPipelineIdZ commitInfoZbuildRunArgumentsZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_build_pipeline_id�_commit_info�_build_run_arguments�_freeform_tags� _defined_tags)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/devops/models/create_build_run_details.py�__init__ s( � � zCreateBuildRunDetails.__init__c C s | j S )a Gets the display_name of this CreateBuildRunDetails. Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information. :return: The display_name of this CreateBuildRunDetails. :rtype: str �r �r r r r r I s z"CreateBuildRunDetails.display_namec C s || _ dS )a% Sets the display_name of this CreateBuildRunDetails. Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information. :param display_name: The display_name of this CreateBuildRunDetails. :type: str Nr )r r r r r r U s c C s | j S )z� **[Required]** Gets the build_pipeline_id of this CreateBuildRunDetails. The OCID of the build pipeline. :return: The build_pipeline_id of this CreateBuildRunDetails. :rtype: str �r r r r r r a s z'CreateBuildRunDetails.build_pipeline_idc C s || _ dS )z� Sets the build_pipeline_id of this CreateBuildRunDetails. The OCID of the build pipeline. :param build_pipeline_id: The build_pipeline_id of this CreateBuildRunDetails. :type: str Nr )r r r r r r m s c C s | j S )z� Gets the commit_info of this CreateBuildRunDetails. :return: The commit_info of this CreateBuildRunDetails. :rtype: oci.devops.models.CommitInfo �r r r r r r y s z!CreateBuildRunDetails.commit_infoc C s || _ dS )z� Sets the commit_info of this CreateBuildRunDetails. :param commit_info: The commit_info of this CreateBuildRunDetails. :type: oci.devops.models.CommitInfo Nr )r r r r r r � s c C s | j S )z� Gets the build_run_arguments of this CreateBuildRunDetails. :return: The build_run_arguments of this CreateBuildRunDetails. :rtype: oci.devops.models.BuildRunArgumentCollection �r r r r r r � s z)CreateBuildRunDetails.build_run_argumentsc C s || _ dS )z� Sets the build_run_arguments of this CreateBuildRunDetails. :param build_run_arguments: The build_run_arguments of this CreateBuildRunDetails. :type: oci.devops.models.BuildRunArgumentCollection Nr )r r r r r r � s c C s | j S )a� Gets the freeform_tags of this CreateBuildRunDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See `Resource Tags`__. Example: `{"bar-key": "value"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this CreateBuildRunDetails. :rtype: dict(str, str) �r r r r r r � s z#CreateBuildRunDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this CreateBuildRunDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See `Resource Tags`__. Example: `{"bar-key": "value"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this CreateBuildRunDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )a� Gets the defined_tags of this CreateBuildRunDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"foo-namespace": {"bar-key": "value"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this CreateBuildRunDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z"CreateBuildRunDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this CreateBuildRunDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"foo-namespace": {"bar-key": "value"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this CreateBuildRunDetails. :type: dict(str, dict(str, object)) Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zCreateBuildRunDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zCreateBuildRunDetails.__eq__c C s | |k S r r r# r r r �__ne__� s zCreateBuildRunDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&