@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FinishedWorldsSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about worlds that finished.
Constructor and Description |
---|
FinishedWorldsSummary() |
Modifier and Type | Method and Description |
---|---|
FinishedWorldsSummary |
clone() |
boolean |
equals(Object obj) |
FailureSummary |
getFailureSummary()
Information about worlds that failed.
|
Integer |
getFinishedCount()
The total number of finished worlds.
|
List<String> |
getSucceededWorlds()
A list of worlds that succeeded.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFailureSummary(FailureSummary failureSummary)
Information about worlds that failed.
|
void |
setFinishedCount(Integer finishedCount)
The total number of finished worlds.
|
void |
setSucceededWorlds(Collection<String> succeededWorlds)
A list of worlds that succeeded.
|
String |
toString()
Returns a string representation of this object.
|
FinishedWorldsSummary |
withFailureSummary(FailureSummary failureSummary)
Information about worlds that failed.
|
FinishedWorldsSummary |
withFinishedCount(Integer finishedCount)
The total number of finished worlds.
|
FinishedWorldsSummary |
withSucceededWorlds(Collection<String> succeededWorlds)
A list of worlds that succeeded.
|
FinishedWorldsSummary |
withSucceededWorlds(String... succeededWorlds)
A list of worlds that succeeded.
|
public void setFinishedCount(Integer finishedCount)
The total number of finished worlds.
finishedCount
- The total number of finished worlds.public Integer getFinishedCount()
The total number of finished worlds.
public FinishedWorldsSummary withFinishedCount(Integer finishedCount)
The total number of finished worlds.
finishedCount
- The total number of finished worlds.public List<String> getSucceededWorlds()
A list of worlds that succeeded.
public void setSucceededWorlds(Collection<String> succeededWorlds)
A list of worlds that succeeded.
succeededWorlds
- A list of worlds that succeeded.public FinishedWorldsSummary withSucceededWorlds(String... succeededWorlds)
A list of worlds that succeeded.
NOTE: This method appends the values to the existing list (if any). Use
setSucceededWorlds(java.util.Collection)
or withSucceededWorlds(java.util.Collection)
if you
want to override the existing values.
succeededWorlds
- A list of worlds that succeeded.public FinishedWorldsSummary withSucceededWorlds(Collection<String> succeededWorlds)
A list of worlds that succeeded.
succeededWorlds
- A list of worlds that succeeded.public void setFailureSummary(FailureSummary failureSummary)
Information about worlds that failed.
failureSummary
- Information about worlds that failed.public FailureSummary getFailureSummary()
Information about worlds that failed.
public FinishedWorldsSummary withFailureSummary(FailureSummary failureSummary)
Information about worlds that failed.
failureSummary
- Information about worlds that failed.public String toString()
toString
in class Object
Object.toString()
public FinishedWorldsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.