JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.cloudwatchevidently.model

Class PutProjectEventsRequest

    • Constructor Detail

      • PutProjectEventsRequest

        public PutProjectEventsRequest()
    • Method Detail

      • getEvents

        public List<Event> getEvents()

        An array of event structures that contain the performance data that is being sent to Evidently.

        Returns:
        An array of event structures that contain the performance data that is being sent to Evidently.
      • setEvents

        public void setEvents(Collection<Event> events)

        An array of event structures that contain the performance data that is being sent to Evidently.

        Parameters:
        events - An array of event structures that contain the performance data that is being sent to Evidently.
      • withEvents

        public PutProjectEventsRequest withEvents(Event... events)

        An array of event structures that contain the performance data that is being sent to Evidently.

        NOTE: This method appends the values to the existing list (if any). Use setEvents(java.util.Collection) or withEvents(java.util.Collection) if you want to override the existing values.

        Parameters:
        events - An array of event structures that contain the performance data that is being sent to Evidently.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withEvents

        public PutProjectEventsRequest withEvents(Collection<Event> events)

        An array of event structures that contain the performance data that is being sent to Evidently.

        Parameters:
        events - An array of event structures that contain the performance data that is being sent to Evidently.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProject

        public void setProject(String project)

        The name or ARN of the project to write the events to.

        Parameters:
        project - The name or ARN of the project to write the events to.
      • getProject

        public String getProject()

        The name or ARN of the project to write the events to.

        Returns:
        The name or ARN of the project to write the events to.
      • withProject

        public PutProjectEventsRequest withProject(String project)

        The name or ARN of the project to write the events to.

        Parameters:
        project - The name or ARN of the project to write the events to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /