Class AssessmentRunNotification

java.lang.Object
com.amazonaws.services.inspector.model.AssessmentRunNotification
All Implemented Interfaces:
Serializable, Cloneable

public class AssessmentRunNotification extends Object implements Serializable, Cloneable

Used as one of the elements of the AssessmentRun data type.

See Also:
  • Constructor Details

    • AssessmentRunNotification

      public AssessmentRunNotification()
  • Method Details

    • setDate

      public void setDate(Date dateValue)

      The date of the notification.

      Parameters:
      dateValue - The date of the notification.
    • getDate

      public Date getDate()

      The date of the notification.

      Returns:
      The date of the notification.
    • withDate

      public AssessmentRunNotification withDate(Date dateValue)

      The date of the notification.

      Parameters:
      dateValue - The date of the notification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setEvent

      public void setEvent(String event)

      The event for which a notification is sent.

      Parameters:
      event - The event for which a notification is sent.
      See Also:
    • getEvent

      public String getEvent()

      The event for which a notification is sent.

      Returns:
      The event for which a notification is sent.
      See Also:
    • withEvent

      public AssessmentRunNotification withEvent(String event)

      The event for which a notification is sent.

      Parameters:
      event - The event for which a notification is sent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setEvent

      public void setEvent(InspectorEvent event)

      The event for which a notification is sent.

      Parameters:
      event - The event for which a notification is sent.
      See Also:
    • withEvent

      public AssessmentRunNotification withEvent(InspectorEvent event)

      The event for which a notification is sent.

      Parameters:
      event - The event for which a notification is sent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setMessage

      public void setMessage(String message)
      Parameters:
      message -
    • getMessage

      public String getMessage()
      Returns:
    • withMessage

      public AssessmentRunNotification withMessage(String message)
      Parameters:
      message -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setError

      public void setError(Boolean error)

      The Boolean value that specifies whether the notification represents an error.

      Parameters:
      error - The Boolean value that specifies whether the notification represents an error.
    • getError

      public Boolean getError()

      The Boolean value that specifies whether the notification represents an error.

      Returns:
      The Boolean value that specifies whether the notification represents an error.
    • withError

      public AssessmentRunNotification withError(Boolean error)

      The Boolean value that specifies whether the notification represents an error.

      Parameters:
      error - The Boolean value that specifies whether the notification represents an error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isError

      public Boolean isError()

      The Boolean value that specifies whether the notification represents an error.

      Returns:
      The Boolean value that specifies whether the notification represents an error.
    • setSnsTopicArn

      public void setSnsTopicArn(String snsTopicArn)

      The SNS topic to which the SNS notification is sent.

      Parameters:
      snsTopicArn - The SNS topic to which the SNS notification is sent.
    • getSnsTopicArn

      public String getSnsTopicArn()

      The SNS topic to which the SNS notification is sent.

      Returns:
      The SNS topic to which the SNS notification is sent.
    • withSnsTopicArn

      public AssessmentRunNotification withSnsTopicArn(String snsTopicArn)

      The SNS topic to which the SNS notification is sent.

      Parameters:
      snsTopicArn - The SNS topic to which the SNS notification is sent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setSnsPublishStatusCode

      public void setSnsPublishStatusCode(String snsPublishStatusCode)

      The status code of the SNS notification.

      Parameters:
      snsPublishStatusCode - The status code of the SNS notification.
      See Also:
    • getSnsPublishStatusCode

      public String getSnsPublishStatusCode()

      The status code of the SNS notification.

      Returns:
      The status code of the SNS notification.
      See Also:
    • withSnsPublishStatusCode

      public AssessmentRunNotification withSnsPublishStatusCode(String snsPublishStatusCode)

      The status code of the SNS notification.

      Parameters:
      snsPublishStatusCode - The status code of the SNS notification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setSnsPublishStatusCode

      public void setSnsPublishStatusCode(AssessmentRunNotificationSnsStatusCode snsPublishStatusCode)

      The status code of the SNS notification.

      Parameters:
      snsPublishStatusCode - The status code of the SNS notification.
      See Also:
    • withSnsPublishStatusCode

      public AssessmentRunNotification withSnsPublishStatusCode(AssessmentRunNotificationSnsStatusCode snsPublishStatusCode)

      The status code of the SNS notification.

      Parameters:
      snsPublishStatusCode - The status code of the SNS notification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public AssessmentRunNotification clone()
      Overrides:
      clone in class Object