@Generated(value="software.amazon.awssdk:codegen") public final class PlacementSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PlacementSummary.Builder,PlacementSummary>
An object providing summary information for a particular placement.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PlacementSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PlacementSummary.Builder |
builder() |
Instant |
createdDate()
The date when the placement was originally created, in UNIX epoch time format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
placementName()
The name of the placement being summarized.
|
String |
projectName()
The name of the project containing the placement.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PlacementSummary.Builder> |
serializableBuilderClass() |
PlacementSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedDate()
The date when the placement was last updated, in UNIX epoch time format.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectName()
The name of the project containing the placement.
public final String placementName()
The name of the placement being summarized.
public final Instant createdDate()
The date when the placement was originally created, in UNIX epoch time format.
public final Instant updatedDate()
The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then
createdDate and updatedDate are the same.
createdDate and updatedDate are the same.public PlacementSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PlacementSummary.Builder,PlacementSummary>public static PlacementSummary.Builder builder()
public static Class<? extends PlacementSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.