@Generated(value="software.amazon.awssdk:codegen") public final class Site extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Site.Builder,Site>
Facility containing destinations, workers, activities, and tasks.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Site.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
Returns the value of the Arn property for this object.
|
static Site.Builder |
builder() |
String |
countryCode()
Returns the value of the CountryCode property for this object.
|
Instant |
createdAt()
Returns the value of the CreatedAt property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the site.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Site.Builder> |
serializableBuilderClass() |
Site.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
public final String name()
The name of the site. Mutable after creation and unique within a given account.
public final String countryCode()
public final Instant createdAt()
public Site.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Site.Builder,Site>public static Site.Builder builder()
public static Class<? extends Site.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.