public class SecurityProfileTarget
extends java.lang.Object
implements java.io.Serializable
A target to which an alert is sent when a security profile behavior is violated.
| Constructor and Description | 
|---|
| SecurityProfileTarget() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.String | getArn()
 The ARN of the security profile. | 
| int | hashCode() | 
| void | setArn(java.lang.String arn)
 The ARN of the security profile. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| SecurityProfileTarget | withArn(java.lang.String arn)
 The ARN of the security profile. | 
public java.lang.String getArn()
The ARN of the security profile.
The ARN of the security profile.
public void setArn(java.lang.String arn)
The ARN of the security profile.
arn - The ARN of the security profile.
public SecurityProfileTarget withArn(java.lang.String arn)
The ARN of the security profile.
Returns a reference to this object so that method calls can be chained together.
arn - The ARN of the security profile.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.