a OfS,@s8ddlmZmZmZddlmZeGdddeZdS))formatted_flat_dict NONE_SENTINEL#value_allowed_none_or_none_sentinel)init_model_state_from_kwargsc@seZdZdZddZeddZejddZeddZejd dZed d Z e jd d Z ed dZ e jddZ eddZ e jddZ eddZ e jddZ eddZ e jddZ eddZejddZeddZejddZdd Zd!d"Zd#d$Zd%S)&CreateQueueDetailsz* The information about new Queue. c Ksndddddddddd |_dddd d d d d dd |_d|_d|_d|_d|_d|_d|_d|_d|_ d|_ dS)a Initializes a new CreateQueueDetails 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 CreateQueueDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateQueueDetails. :type compartment_id: str :param retention_in_seconds: The value to assign to the retention_in_seconds property of this CreateQueueDetails. :type retention_in_seconds: int :param visibility_in_seconds: The value to assign to the visibility_in_seconds property of this CreateQueueDetails. :type visibility_in_seconds: int :param timeout_in_seconds: The value to assign to the timeout_in_seconds property of this CreateQueueDetails. :type timeout_in_seconds: int :param dead_letter_queue_delivery_count: The value to assign to the dead_letter_queue_delivery_count property of this CreateQueueDetails. :type dead_letter_queue_delivery_count: int :param custom_encryption_key_id: The value to assign to the custom_encryption_key_id property of this CreateQueueDetails. :type custom_encryption_key_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateQueueDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateQueueDetails. :type defined_tags: dict(str, dict(str, object)) strintzdict(str, str)zdict(str, dict(str, object))) display_namecompartment_idretention_in_secondsvisibility_in_secondstimeout_in_seconds dead_letter_queue_delivery_countcustom_encryption_key_id freeform_tags defined_tags displayName compartmentIdretentionInSecondsvisibilityInSecondstimeoutInSecondsdeadLetterQueueDeliveryCountcustomEncryptionKeyId freeformTags definedTagsN) swagger_types attribute_map _display_name_compartment_id_retention_in_seconds_visibility_in_seconds_timeout_in_seconds!_dead_letter_queue_delivery_count_custom_encryption_key_id_freeform_tags _defined_tags)selfkwargsr(/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/queue/models/create_queue_details.py__init__s:+  zCreateQueueDetails.__init__cCs|jS)z **[Required]** Gets the display_name of this CreateQueueDetails. Queue Identifier :return: The display_name of this CreateQueueDetails. :rtype: str rr&r(r(r)r \s zCreateQueueDetails.display_namecCs ||_dS)z Sets the display_name of this CreateQueueDetails. Queue Identifier :param display_name: The display_name of this CreateQueueDetails. :type: str Nr+)r&r r(r(r)r hs cCs|jS)z **[Required]** Gets the compartment_id of this CreateQueueDetails. Compartment Identifier :return: The compartment_id of this CreateQueueDetails. :rtype: str rr,r(r(r)r ts z!CreateQueueDetails.compartment_idcCs ||_dS)z Sets the compartment_id of this CreateQueueDetails. Compartment Identifier :param compartment_id: The compartment_id of this CreateQueueDetails. :type: str Nr-)r&r r(r(r)r s cCs|jS)z Gets the retention_in_seconds of this CreateQueueDetails. The retention period of the messages in the queue, in seconds. :return: The retention_in_seconds of this CreateQueueDetails. :rtype: int rr,r(r(r)r s z'CreateQueueDetails.retention_in_secondscCs ||_dS)a Sets the retention_in_seconds of this CreateQueueDetails. The retention period of the messages in the queue, in seconds. :param retention_in_seconds: The retention_in_seconds of this CreateQueueDetails. :type: int Nr.)r&r r(r(r)r s cCs|jS)z Gets the visibility_in_seconds of this CreateQueueDetails. The default visibility of the messages consumed from the queue. :return: The visibility_in_seconds of this CreateQueueDetails. :rtype: int r r,r(r(r)r s z(CreateQueueDetails.visibility_in_secondscCs ||_dS)a Sets the visibility_in_seconds of this CreateQueueDetails. The default visibility of the messages consumed from the queue. :param visibility_in_seconds: The visibility_in_seconds of this CreateQueueDetails. :type: int Nr/)r&r r(r(r)r s cCs|jS)z Gets the timeout_in_seconds of this CreateQueueDetails. The default polling timeout of the messages in the queue, in seconds. :return: The timeout_in_seconds of this CreateQueueDetails. :rtype: int r!r,r(r(r)r s z%CreateQueueDetails.timeout_in_secondscCs ||_dS)a Sets the timeout_in_seconds of this CreateQueueDetails. The default polling timeout of the messages in the queue, in seconds. :param timeout_in_seconds: The timeout_in_seconds of this CreateQueueDetails. :type: int Nr0)r&r r(r(r)r s cCs|jS)ab Gets the dead_letter_queue_delivery_count of this CreateQueueDetails. The number of times a message can be delivered to a consumer before being moved to the dead letter queue. A value of 0 indicates that the DLQ is not used. :return: The dead_letter_queue_delivery_count of this CreateQueueDetails. :rtype: int r"r,r(r(r)rs z3CreateQueueDetails.dead_letter_queue_delivery_countcCs ||_dS)a Sets the dead_letter_queue_delivery_count of this CreateQueueDetails. The number of times a message can be delivered to a consumer before being moved to the dead letter queue. A value of 0 indicates that the DLQ is not used. :param dead_letter_queue_delivery_count: The dead_letter_queue_delivery_count of this CreateQueueDetails. :type: int Nr1)r&rr(r(r)rs cCs|jS)a  Gets the custom_encryption_key_id of this CreateQueueDetails. Id of the custom master encryption key which will be used to encrypt messages content :return: The custom_encryption_key_id of this CreateQueueDetails. :rtype: str r#r,r(r(r)rs z+CreateQueueDetails.custom_encryption_key_idcCs ||_dS)a$ Sets the custom_encryption_key_id of this CreateQueueDetails. Id of the custom master encryption key which will be used to encrypt messages content :param custom_encryption_key_id: The custom_encryption_key_id of this CreateQueueDetails. :type: str Nr2)r&rr(r(r)rs cCs|jS)aK Gets the freeform_tags of this CreateQueueDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this CreateQueueDetails. :rtype: dict(str, str) r$r,r(r(r)rs z CreateQueueDetails.freeform_tagscCs ||_dS)aW Sets the freeform_tags of this CreateQueueDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this CreateQueueDetails. :type: dict(str, str) Nr3)r&rr(r(r)rs cCs|jS)aE Gets the defined_tags of this CreateQueueDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The defined_tags of this CreateQueueDetails. :rtype: dict(str, dict(str, object)) r%r,r(r(r)rs zCreateQueueDetails.defined_tagscCs ||_dS)aP Sets the defined_tags of this CreateQueueDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :param defined_tags: The defined_tags of this CreateQueueDetails. :type: dict(str, dict(str, object)) Nr4)r&rr(r(r)r+s cCst|SN)rr,r(r(r)__repr__8szCreateQueueDetails.__repr__cCs|dur dS|j|jkS)NF)__dict__r&otherr(r(r)__eq__;szCreateQueueDetails.__eq__cCs ||k Sr5r(r8r(r(r)__ne__AszCreateQueueDetails.__ne__N)__name__ __module__ __qualname____doc__r*propertyr setterr r r r rrrrr6r:r;r(r(r(r)r sRL                  rN)oci.utilrrroci.decoratorsrobjectrr(r(r(r)s