@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MilestoneSummary extends Object implements Serializable, Cloneable, StructuredPojo
A milestone summary return object.
| Constructor and Description |
|---|
MilestoneSummary() |
| Modifier and Type | Method and Description |
|---|---|
MilestoneSummary |
clone() |
boolean |
equals(Object obj) |
String |
getMilestoneName() |
Integer |
getMilestoneNumber() |
Date |
getRecordedAt() |
WorkloadSummary |
getWorkloadSummary() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMilestoneName(String milestoneName) |
void |
setMilestoneNumber(Integer milestoneNumber) |
void |
setRecordedAt(Date recordedAt) |
void |
setWorkloadSummary(WorkloadSummary workloadSummary) |
String |
toString()
Returns a string representation of this object.
|
MilestoneSummary |
withMilestoneName(String milestoneName) |
MilestoneSummary |
withMilestoneNumber(Integer milestoneNumber) |
MilestoneSummary |
withRecordedAt(Date recordedAt) |
MilestoneSummary |
withWorkloadSummary(WorkloadSummary workloadSummary) |
public void setMilestoneNumber(Integer milestoneNumber)
milestoneNumber - public Integer getMilestoneNumber()
public MilestoneSummary withMilestoneNumber(Integer milestoneNumber)
milestoneNumber - public void setMilestoneName(String milestoneName)
milestoneName - public String getMilestoneName()
public MilestoneSummary withMilestoneName(String milestoneName)
milestoneName - public void setRecordedAt(Date recordedAt)
recordedAt - public Date getRecordedAt()
public MilestoneSummary withRecordedAt(Date recordedAt)
recordedAt - public void setWorkloadSummary(WorkloadSummary workloadSummary)
workloadSummary - public WorkloadSummary getWorkloadSummary()
public MilestoneSummary withWorkloadSummary(WorkloadSummary workloadSummary)
workloadSummary - public String toString()
toString in class ObjectObject.toString()public MilestoneSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.