ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� ActionDetails� )�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 )�#CreateStreamingServiceActionDetailszL Create an action that delivers to an Oracle Stream Service stream. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) ab Initializes a new CreateStreamingServiceActionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.events.models.CreateStreamingServiceActionDetails.action_type` attribute of this class is ``OSS`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param action_type: The value to assign to the action_type property of this CreateStreamingServiceActionDetails. Allowed values for this property are: "ONS", "OSS", "FAAS" :type action_type: str :param is_enabled: The value to assign to the is_enabled property of this CreateStreamingServiceActionDetails. :type is_enabled: bool :param description: The value to assign to the description property of this CreateStreamingServiceActionDetails. :type description: str :param stream_id: The value to assign to the stream_id property of this CreateStreamingServiceActionDetails. :type stream_id: str �str�bool)�action_type� is_enabled�description� stream_id� actionType� isEnabledr �streamIdN�OSS)� swagger_types� attribute_map�_action_type�_is_enabled�_description� _stream_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/events/models/create_streaming_service_action_details.py�__init__ s ��z,CreateStreamingServiceActionDetails.__init__c C s | j S )a^ **[Required]** Gets the stream_id of this CreateStreamingServiceActionDetails. The `OCID`__ of the stream to which messages are delivered. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The stream_id of this CreateStreamingServiceActionDetails. :rtype: str �r �r r r r r <