@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SecurityProfileTarget extends Object implements Serializable, Cloneable, StructuredPojo
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 |
---|---|
SecurityProfileTarget |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the security profile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the security profile.
|
String |
toString()
Returns a string representation of this object.
|
SecurityProfileTarget |
withArn(String arn)
The ARN of the security profile.
|
public void setArn(String arn)
The ARN of the security profile.
arn
- The ARN of the security profile.public String getArn()
The ARN of the security profile.
public SecurityProfileTarget withArn(String arn)
The ARN of the security profile.
arn
- The ARN of the security profile.public String toString()
toString
in class Object
Object.toString()
public SecurityProfileTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.