@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttackVectorDescription extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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 ObjectObject.toString()public AttackVectorDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.