@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportTaskSummary extends Object implements Serializable, Cloneable, StructuredPojo
Export task summary.
| Constructor and Description | 
|---|
| ExportTaskSummary() | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportTaskSummary | clone() | 
| boolean | equals(Object obj) | 
| Long | getApplicationsCount()
 Export task summary applications count. | 
| Long | getServersCount()
 Export task summary servers count. | 
| Long | getWavesCount()
 Export task summary waves count. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setApplicationsCount(Long applicationsCount)
 Export task summary applications count. | 
| void | setServersCount(Long serversCount)
 Export task summary servers count. | 
| void | setWavesCount(Long wavesCount)
 Export task summary waves count. | 
| String | toString()Returns a string representation of this object. | 
| ExportTaskSummary | withApplicationsCount(Long applicationsCount)
 Export task summary applications count. | 
| ExportTaskSummary | withServersCount(Long serversCount)
 Export task summary servers count. | 
| ExportTaskSummary | withWavesCount(Long wavesCount)
 Export task summary waves count. | 
public void setApplicationsCount(Long applicationsCount)
Export task summary applications count.
applicationsCount - Export task summary applications count.public Long getApplicationsCount()
Export task summary applications count.
public ExportTaskSummary withApplicationsCount(Long applicationsCount)
Export task summary applications count.
applicationsCount - Export task summary applications count.public void setServersCount(Long serversCount)
Export task summary servers count.
serversCount - Export task summary servers count.public Long getServersCount()
Export task summary servers count.
public ExportTaskSummary withServersCount(Long serversCount)
Export task summary servers count.
serversCount - Export task summary servers count.public void setWavesCount(Long wavesCount)
Export task summary waves count.
wavesCount - Export task summary waves count.public Long getWavesCount()
Export task summary waves count.
public ExportTaskSummary withWavesCount(Long wavesCount)
Export task summary waves count.
wavesCount - Export task summary waves count.public String toString()
toString in class ObjectObject.toString()public ExportTaskSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.