@Generated(value="software.amazon.awssdk:codegen") public final class Milestone extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Milestone.Builder,Milestone>
A milestone return object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Milestone.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Milestone.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
milestoneName()
Returns the value of the MilestoneName property for this object.
|
Integer |
milestoneNumber()
Returns the value of the MilestoneNumber property for this object.
|
Instant |
recordedAt()
Returns the value of the RecordedAt property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Milestone.Builder> |
serializableBuilderClass() |
Milestone.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Workload |
workload()
Returns the value of the Workload property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer milestoneNumber()
public final String milestoneName()
public final Instant recordedAt()
public final Workload workload()
public Milestone.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Milestone.Builder,Milestone>public static Milestone.Builder builder()
public static Class<? extends Milestone.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.