@Generated(value="software.amazon.awssdk:codegen") public final class Counters extends Object implements StructuredPojo, ToCopyableBuilder<Counters.Builder,Counters>
Represents entity counters.
Modifier and Type | Class and Description |
---|---|
static interface |
Counters.Builder |
Modifier and Type | Method and Description |
---|---|
static Counters.Builder |
builder() |
boolean |
equals(Object obj) |
Integer |
errored()
The number of errored entities.
|
Integer |
failed()
The number of failed entities.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Integer |
passed()
The number of passed entities.
|
static Class<? extends Counters.Builder> |
serializableBuilderClass() |
Integer |
skipped()
The number of skipped entities.
|
Integer |
stopped()
The number of stopped entities.
|
Counters.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
total()
The total number of entities.
|
Integer |
warned()
The number of warned entities.
|
copy
public Integer total()
The total number of entities.
public Integer passed()
The number of passed entities.
public Integer failed()
The number of failed entities.
public Integer warned()
The number of warned entities.
public Integer errored()
The number of errored entities.
public Integer stopped()
The number of stopped entities.
public Integer skipped()
The number of skipped entities.
public Counters.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Counters.Builder,Counters>
public static Counters.Builder builder()
public static Class<? extends Counters.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.