@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Milestone extends Object implements Serializable, Cloneable, StructuredPojo
A milestone return object.
| Constructor and Description |
|---|
Milestone() |
| Modifier and Type | Method and Description |
|---|---|
Milestone |
clone() |
boolean |
equals(Object obj) |
String |
getMilestoneName() |
Integer |
getMilestoneNumber() |
Date |
getRecordedAt() |
Workload |
getWorkload() |
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 |
setWorkload(Workload workload) |
String |
toString()
Returns a string representation of this object.
|
Milestone |
withMilestoneName(String milestoneName) |
Milestone |
withMilestoneNumber(Integer milestoneNumber) |
Milestone |
withRecordedAt(Date recordedAt) |
Milestone |
withWorkload(Workload workload) |
public void setMilestoneNumber(Integer milestoneNumber)
milestoneNumber - public Integer getMilestoneNumber()
public Milestone withMilestoneNumber(Integer milestoneNumber)
milestoneNumber - public void setMilestoneName(String milestoneName)
milestoneName - public String getMilestoneName()
public Milestone withMilestoneName(String milestoneName)
milestoneName - public void setRecordedAt(Date recordedAt)
recordedAt - public Date getRecordedAt()
public Milestone withRecordedAt(Date recordedAt)
recordedAt - public void setWorkload(Workload workload)
workload - public Workload getWorkload()
public Milestone withWorkload(Workload workload)
workload - public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.