o
    ɶd                     @   s8   d dl mZmZmZ d dlmZ eG dd deZdS )    )formatted_flat_dictNONE_SENTINEL#value_allowed_none_or_none_sentinel)init_model_state_from_kwargsc                   @   s   e Zd ZdZdd Zedd Zejdd Zedd Zejd	d Zed
d Z	e	jdd Z	edd Z
e
jdd Z
dd Zdd Zdd ZdS )BuildOutputsz!
    Outputs from the build.
    c                 K   s<   ddddd| _ dddd	d| _d
| _d
| _d
| _d
| _d
S )am  
        Initializes a new BuildOutputs object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param exported_variables:
            The value to assign to the exported_variables property of this BuildOutputs.
        :type exported_variables: oci.devops.models.ExportedVariableCollection

        :param delivered_artifacts:
            The value to assign to the delivered_artifacts property of this BuildOutputs.
        :type delivered_artifacts: oci.devops.models.DeliveredArtifactCollection

        :param artifact_override_parameters:
            The value to assign to the artifact_override_parameters property of this BuildOutputs.
        :type artifact_override_parameters: oci.devops.models.DeployArtifactOverrideArgumentCollection

        :param vulnerability_audit_summary_collection:
            The value to assign to the vulnerability_audit_summary_collection property of this BuildOutputs.
        :type vulnerability_audit_summary_collection: oci.devops.models.VulnerabilityAuditSummaryCollection

        ZExportedVariableCollectionZDeliveredArtifactCollectionZ(DeployArtifactOverrideArgumentCollectionZ#VulnerabilityAuditSummaryCollection)exported_variablesdelivered_artifactsartifact_override_parameters&vulnerability_audit_summary_collectionZexportedVariablesZdeliveredArtifactsZartifactOverrideParametersZ#vulnerabilityAuditSummaryCollectionN)Zswagger_typesZattribute_map_exported_variables_delivered_artifacts_artifact_override_parameters'_vulnerability_audit_summary_collection)selfkwargs r   Cusr/lib/python3.10/site-packages/oci/devops/models/build_outputs.py__init__   s   
zBuildOutputs.__init__c                 C      | j S )z
        Gets the exported_variables of this BuildOutputs.

        :return: The exported_variables of this BuildOutputs.
        :rtype: oci.devops.models.ExportedVariableCollection
        r   r   r   r   r   r   ;      zBuildOutputs.exported_variablesc                 C   
   || _ dS )z
        Sets the exported_variables of this BuildOutputs.

        :param exported_variables: The exported_variables of this BuildOutputs.
        :type: oci.devops.models.ExportedVariableCollection
        Nr   )r   r   r   r   r   r   E      
c                 C   r   )z
        Gets the delivered_artifacts of this BuildOutputs.

        :return: The delivered_artifacts of this BuildOutputs.
        :rtype: oci.devops.models.DeliveredArtifactCollection
        r   r   r   r   r   r   O   r   z BuildOutputs.delivered_artifactsc                 C   r   )z
        Sets the delivered_artifacts of this BuildOutputs.

        :param delivered_artifacts: The delivered_artifacts of this BuildOutputs.
        :type: oci.devops.models.DeliveredArtifactCollection
        Nr   )r   r   r   r   r   r   Y   r   c                 C   r   )z
        Gets the artifact_override_parameters of this BuildOutputs.

        :return: The artifact_override_parameters of this BuildOutputs.
        :rtype: oci.devops.models.DeployArtifactOverrideArgumentCollection
        r   r   r   r   r   r	   c   r   z)BuildOutputs.artifact_override_parametersc                 C   r   )z
        Sets the artifact_override_parameters of this BuildOutputs.

        :param artifact_override_parameters: The artifact_override_parameters of this BuildOutputs.
        :type: oci.devops.models.DeployArtifactOverrideArgumentCollection
        Nr   )r   r	   r   r   r   r	   m   r   c                 C   r   )z
        Gets the vulnerability_audit_summary_collection of this BuildOutputs.

        :return: The vulnerability_audit_summary_collection of this BuildOutputs.
        :rtype: oci.devops.models.VulnerabilityAuditSummaryCollection
        r   r   r   r   r   r
   w   r   z3BuildOutputs.vulnerability_audit_summary_collectionc                 C   r   )a  
        Sets the vulnerability_audit_summary_collection of this BuildOutputs.

        :param vulnerability_audit_summary_collection: The vulnerability_audit_summary_collection of this BuildOutputs.
        :type: oci.devops.models.VulnerabilityAuditSummaryCollection
        Nr   )r   r
   r   r   r   r
      r   c                 C   s   t | S N)r   r   r   r   r   __repr__   s   zBuildOutputs.__repr__c                 C   s   |d u rdS | j |j kS )NF)__dict__r   otherr   r   r   __eq__   s   zBuildOutputs.__eq__c                 C   s
   | |k S r   r   r    r   r   r   __ne__   s   
zBuildOutputs.__ne__N)__name__
__module____qualname____doc__r   propertyr   setterr   r	   r
   r   r"   r#   r   r   r   r   r      s,    )
	
	
	
	
	
	
	
	r   N)Zoci.utilr   r   r   Zoci.decoratorsr   objectr   r   r   r   r   <module>   s   