@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportTaskSummaryServers extends Object implements Serializable, Cloneable, StructuredPojo
Import task summary servers.
Constructor and Description |
---|
ImportTaskSummaryServers() |
Modifier and Type | Method and Description |
---|---|
ImportTaskSummaryServers |
clone() |
boolean |
equals(Object obj) |
Long |
getCreatedCount()
Import task summary servers created count.
|
Long |
getModifiedCount()
Import task summary servers modified count.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedCount(Long createdCount)
Import task summary servers created count.
|
void |
setModifiedCount(Long modifiedCount)
Import task summary servers modified count.
|
String |
toString()
Returns a string representation of this object.
|
ImportTaskSummaryServers |
withCreatedCount(Long createdCount)
Import task summary servers created count.
|
ImportTaskSummaryServers |
withModifiedCount(Long modifiedCount)
Import task summary servers modified count.
|
public void setCreatedCount(Long createdCount)
Import task summary servers created count.
createdCount
- Import task summary servers created count.public Long getCreatedCount()
Import task summary servers created count.
public ImportTaskSummaryServers withCreatedCount(Long createdCount)
Import task summary servers created count.
createdCount
- Import task summary servers created count.public void setModifiedCount(Long modifiedCount)
Import task summary servers modified count.
modifiedCount
- Import task summary servers modified count.public Long getModifiedCount()
Import task summary servers modified count.
public ImportTaskSummaryServers withModifiedCount(Long modifiedCount)
Import task summary servers modified count.
modifiedCount
- Import task summary servers modified count.public String toString()
toString
in class Object
Object.toString()
public ImportTaskSummaryServers clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.