@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Instant |
updatedDate()
The date when the placement was last updated, in UNIX epoch time format.
|
copy
public String projectName()
The name of the project containing the placement.
public String placementName()
The name of the placement being summarized.
public Instant createdDate()
The date when the placement was originally created, in UNIX epoch time format.
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PlacementSummary.Builder,PlacementSummary>
public static PlacementSummary.Builder builder()
public static Class<? extends PlacementSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.