JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.applicationinsights.model

Class UpdateProblemRequest

    • Constructor Detail

      • UpdateProblemRequest

        public UpdateProblemRequest()
    • Method Detail

      • setProblemId

        public void setProblemId(String problemId)

        The ID of the problem.

        Parameters:
        problemId - The ID of the problem.
      • getProblemId

        public String getProblemId()

        The ID of the problem.

        Returns:
        The ID of the problem.
      • withProblemId

        public UpdateProblemRequest withProblemId(String problemId)

        The ID of the problem.

        Parameters:
        problemId - The ID of the problem.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdateStatus

        public void setUpdateStatus(String updateStatus)

        The status of the problem. Arguments can be passed for only problems that show a status of RECOVERING.

        Parameters:
        updateStatus - The status of the problem. Arguments can be passed for only problems that show a status of RECOVERING.
        See Also:
        UpdateStatus
      • getUpdateStatus

        public String getUpdateStatus()

        The status of the problem. Arguments can be passed for only problems that show a status of RECOVERING.

        Returns:
        The status of the problem. Arguments can be passed for only problems that show a status of RECOVERING.
        See Also:
        UpdateStatus
      • withUpdateStatus

        public UpdateProblemRequest withUpdateStatus(String updateStatus)

        The status of the problem. Arguments can be passed for only problems that show a status of RECOVERING.

        Parameters:
        updateStatus - The status of the problem. Arguments can be passed for only problems that show a status of RECOVERING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpdateStatus
      • withUpdateStatus

        public UpdateProblemRequest withUpdateStatus(UpdateStatus updateStatus)

        The status of the problem. Arguments can be passed for only problems that show a status of RECOVERING.

        Parameters:
        updateStatus - The status of the problem. Arguments can be passed for only problems that show a status of RECOVERING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpdateStatus
      • setVisibility

        public void setVisibility(String visibility)

        The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the default view, and all notifications for the problem are suspended. When VISIBLE is passed, the IGNORED action is reversed.

        Parameters:
        visibility - The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the default view, and all notifications for the problem are suspended. When VISIBLE is passed, the IGNORED action is reversed.
        See Also:
        Visibility
      • getVisibility

        public String getVisibility()

        The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the default view, and all notifications for the problem are suspended. When VISIBLE is passed, the IGNORED action is reversed.

        Returns:
        The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the default view, and all notifications for the problem are suspended. When VISIBLE is passed, the IGNORED action is reversed.
        See Also:
        Visibility
      • withVisibility

        public UpdateProblemRequest withVisibility(String visibility)

        The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the default view, and all notifications for the problem are suspended. When VISIBLE is passed, the IGNORED action is reversed.

        Parameters:
        visibility - The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the default view, and all notifications for the problem are suspended. When VISIBLE is passed, the IGNORED action is reversed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility
      • withVisibility

        public UpdateProblemRequest withVisibility(Visibility visibility)

        The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the default view, and all notifications for the problem are suspended. When VISIBLE is passed, the IGNORED action is reversed.

        Parameters:
        visibility - The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the default view, and all notifications for the problem are suspended. When VISIBLE is passed, the IGNORED action is reversed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility
      • 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 によって変換されたページ (->オリジナル) /