ruạṛ
a ���f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�WaitCriteria� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�AbsoluteWaitCriteriaz^ Specifies the absolute wait criteria. You can specify fixed length of wait duration. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new AbsoluteWaitCriteria object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.AbsoluteWaitCriteria.wait_type` attribute of this class is ``ABSOLUTE_WAIT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param wait_type: The value to assign to the wait_type property of this AbsoluteWaitCriteria. Allowed values for this property are: "ABSOLUTE_WAIT" :type wait_type: str :param wait_duration: The value to assign to the wait_duration property of this AbsoluteWaitCriteria. :type wait_duration: str �str)Z wait_type� wait_durationZwaitTypeZwaitDurationNZ ABSOLUTE_WAIT)Z swagger_typesZ attribute_mapZ _wait_type�_wait_duration)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/devops/models/absolute_wait_criteria.py�__init__ s ��zAbsoluteWaitCriteria.__init__c C s | j S )aK **[Required]** Gets the wait_duration of this AbsoluteWaitCriteria. The absolute wait duration. An ISO 8601 formatted duration string. Minimum waitDuration should be 5 seconds. Maximum waitDuration can be up to 2 days. :return: The wait_duration of this AbsoluteWaitCriteria. :rtype: str �r �r r r r r 0 s z"AbsoluteWaitCriteria.wait_durationc C s || _ dS )aH Sets the wait_duration of this AbsoluteWaitCriteria. The absolute wait duration. An ISO 8601 formatted duration string. Minimum waitDuration should be 5 seconds. Maximum waitDuration can be up to 2 days. :param wait_duration: The wait_duration of this AbsoluteWaitCriteria. :type: str Nr )r r r r r r <