@Generated(value="software.amazon.awssdk:codegen") public final class PlacementDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PlacementDescription.Builder,PlacementDescription>
An object describing a project's placement.
Modifier and Type | Class and Description |
---|---|
static interface |
PlacementDescription.Builder |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
attributes()
The user-defined attributes associated with the placement.
|
static PlacementDescription.Builder |
builder() |
Instant |
createdDate()
The date when the placement was initially 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.
|
String |
projectName()
The name of the project containing the placement.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PlacementDescription.Builder> |
serializableBuilderClass() |
PlacementDescription.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.
public Map<String,String> attributes()
The user-defined attributes associated with the placement.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Instant createdDate()
The date when the placement was initially 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 PlacementDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PlacementDescription.Builder,PlacementDescription>
public static PlacementDescription.Builder builder()
public static Class<? extends PlacementDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.