@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SummarizedAttackVector extends Object implements Serializable, Cloneable, StructuredPojo
A summary of information about the attack.
Constructor and Description |
---|
SummarizedAttackVector() |
Modifier and Type | Method and Description |
---|---|
SummarizedAttackVector |
clone() |
boolean |
equals(Object obj) |
List<SummarizedCounter> |
getVectorCounters()
The list of counters that describe the details of the attack.
|
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 |
setVectorCounters(Collection<SummarizedCounter> vectorCounters)
The list of counters that describe the details of the attack.
|
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.
|
SummarizedAttackVector |
withVectorCounters(Collection<SummarizedCounter> vectorCounters)
The list of counters that describe the details of the attack.
|
SummarizedAttackVector |
withVectorCounters(SummarizedCounter... vectorCounters)
The list of counters that describe the details of the attack.
|
SummarizedAttackVector |
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 SummarizedAttackVector 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 List<SummarizedCounter> getVectorCounters()
The list of counters that describe the details of the attack.
public void setVectorCounters(Collection<SummarizedCounter> vectorCounters)
The list of counters that describe the details of the attack.
vectorCounters
- The list of counters that describe the details of the attack.public SummarizedAttackVector withVectorCounters(SummarizedCounter... vectorCounters)
The list of counters that describe the details of the attack.
NOTE: This method appends the values to the existing list (if any). Use
setVectorCounters(java.util.Collection)
or withVectorCounters(java.util.Collection)
if you want
to override the existing values.
vectorCounters
- The list of counters that describe the details of the attack.public SummarizedAttackVector withVectorCounters(Collection<SummarizedCounter> vectorCounters)
The list of counters that describe the details of the attack.
vectorCounters
- The list of counters that describe the details of the attack.public String toString()
toString
in class Object
Object.toString()
public SummarizedAttackVector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.