StructuredPojo, ToCopyableBuilder<SubResourceSummary.Builder,SubResourceSummary>@Generated("software.amazon.awssdk:codegen") public class SubResourceSummary extends Object implements StructuredPojo, ToCopyableBuilder<SubResourceSummary.Builder,SubResourceSummary>
The attack information for the specified SubResource.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
SubResourceSummary.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
List<SummarizedAttackVector> |
attackVectors() |
The list of attack types and associated counters.
|
static SubResourceSummary.Builder |
builder() |
|
List<SummarizedCounter> |
counters() |
The counters that describe the details of the attack.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The unique identifier (ID) of the
SubResource. |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends SubResourceSummary.Builder> |
serializableBuilderClass() |
|
SubResourceSummary.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The
SubResource type. |
public String type()
The SubResource type.
SubResource type.SubResourceTypepublic String id()
The unique identifier (ID) of the SubResource.
SubResource.public List<SummarizedAttackVector> attackVectors()
The list of attack types and associated counters.
public List<SummarizedCounter> counters()
The counters that describe the details of the attack.
public SubResourceSummary.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<SubResourceSummary.Builder,SubResourceSummary>public static SubResourceSummary.Builder builder()
public static Class<? extends SubResourceSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.