@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubResourceSummary extends Object implements Serializable, Cloneable, StructuredPojo
The attack information for the specified SubResource.
Constructor and Description |
---|
SubResourceSummary() |
Modifier and Type | Method and Description |
---|---|
SubResourceSummary |
clone() |
boolean |
equals(Object obj) |
List<SummarizedAttackVector> |
getAttackVectors()
The list of attack types and associated counters.
|
List<SummarizedCounter> |
getCounters()
The counters that describe the details of the attack.
|
String |
getId()
The unique identifier (ID) of the
SubResource . |
String |
getType()
The
SubResource type. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttackVectors(Collection<SummarizedAttackVector> attackVectors)
The list of attack types and associated counters.
|
void |
setCounters(Collection<SummarizedCounter> counters)
The counters that describe the details of the attack.
|
void |
setId(String id)
The unique identifier (ID) of the
SubResource . |
void |
setType(String type)
The
SubResource type. |
void |
setType(SubResourceType type)
The
SubResource type. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SubResourceSummary |
withAttackVectors(Collection<SummarizedAttackVector> attackVectors)
The list of attack types and associated counters.
|
SubResourceSummary |
withAttackVectors(SummarizedAttackVector... attackVectors)
The list of attack types and associated counters.
|
SubResourceSummary |
withCounters(Collection<SummarizedCounter> counters)
The counters that describe the details of the attack.
|
SubResourceSummary |
withCounters(SummarizedCounter... counters)
The counters that describe the details of the attack.
|
SubResourceSummary |
withId(String id)
The unique identifier (ID) of the
SubResource . |
SubResourceSummary |
withType(String type)
The
SubResource type. |
SubResourceSummary |
withType(SubResourceType type)
The
SubResource type. |
public void setType(String type)
The SubResource
type.
type
- The SubResource
type.SubResourceType
public String getType()
The SubResource
type.
SubResource
type.SubResourceType
public SubResourceSummary withType(String type)
The SubResource
type.
type
- The SubResource
type.SubResourceType
public void setType(SubResourceType type)
The SubResource
type.
type
- The SubResource
type.SubResourceType
public SubResourceSummary withType(SubResourceType type)
The SubResource
type.
type
- The SubResource
type.SubResourceType
public void setId(String id)
The unique identifier (ID) of the SubResource
.
id
- The unique identifier (ID) of the SubResource
.public String getId()
The unique identifier (ID) of the SubResource
.
SubResource
.public SubResourceSummary withId(String id)
The unique identifier (ID) of the SubResource
.
id
- The unique identifier (ID) of the SubResource
.public List<SummarizedAttackVector> getAttackVectors()
The list of attack types and associated counters.
public void setAttackVectors(Collection<SummarizedAttackVector> attackVectors)
The list of attack types and associated counters.
attackVectors
- The list of attack types and associated counters.public SubResourceSummary withAttackVectors(SummarizedAttackVector... attackVectors)
The list of attack types and associated counters.
NOTE: This method appends the values to the existing list (if any). Use
setAttackVectors(java.util.Collection)
or withAttackVectors(java.util.Collection)
if you want
to override the existing values.
attackVectors
- The list of attack types and associated counters.public SubResourceSummary withAttackVectors(Collection<SummarizedAttackVector> attackVectors)
The list of attack types and associated counters.
attackVectors
- The list of attack types and associated counters.public List<SummarizedCounter> getCounters()
The counters that describe the details of the attack.
public void setCounters(Collection<SummarizedCounter> counters)
The counters that describe the details of the attack.
counters
- The counters that describe the details of the attack.public SubResourceSummary withCounters(SummarizedCounter... counters)
The counters that describe the details of the attack.
NOTE: This method appends the values to the existing list (if any). Use
setCounters(java.util.Collection)
or withCounters(java.util.Collection)
if you want to override
the existing values.
counters
- The counters that describe the details of the attack.public SubResourceSummary withCounters(Collection<SummarizedCounter> counters)
The counters that describe the details of the attack.
counters
- The counters that describe the details of the attack.public String toString()
toString
in class Object
Object.toString()
public SubResourceSummary 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.