@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAttackResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAttackResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAttackResult |
clone() |
boolean |
equals(Object obj) |
AttackDetail |
getAttack()
The attack that is described.
|
int |
hashCode() |
void |
setAttack(AttackDetail attack)
The attack that is described.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeAttackResult |
withAttack(AttackDetail attack)
The attack that is described.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAttack(AttackDetail attack)
The attack that is described.
attack
- The attack that is described.public AttackDetail getAttack()
The attack that is described.
public DescribeAttackResult withAttack(AttackDetail attack)
The attack that is described.
attack
- The attack that is described.public String toString()
toString
in class Object
Object.toString()
public DescribeAttackResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.