@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttackVectorDescription extends Object implements Serializable, Cloneable
Describes the attack.
Constructor and Description |
---|
AttackVectorDescription() |
Modifier and Type | Method and Description |
---|---|
AttackVectorDescription |
clone() |
boolean |
equals(Object obj) |
String |
getVectorType()
The attack type, for example, SNMP reflection or SYN flood.
|
int |
hashCode() |
void |
setVectorType(String vectorType)
The attack type, for example, SNMP reflection or SYN flood.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AttackVectorDescription |
withVectorType(String vectorType)
The attack type, for example, SNMP reflection or SYN flood.
|
public void setVectorType(String vectorType)
The attack type, for example, SNMP reflection or SYN flood.
vectorType
- The attack type, for example, SNMP reflection or SYN flood.public String getVectorType()
The attack type, for example, SNMP reflection or SYN flood.
public AttackVectorDescription withVectorType(String vectorType)
The attack type, for example, SNMP reflection or SYN flood.
vectorType
- The attack type, for example, SNMP reflection or SYN flood.public String toString()
toString
in class Object
Object.toString()
public AttackVectorDescription clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.