@Generated(value="software.amazon.awssdk:codegen") public final class EnvironmentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentSummary.Builder,EnvironmentSummary>
The details of an environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnvironmentSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The identifier of the Amazon Web Services account in which an environment exists.
|
String |
awsAccountRegion()
The Amazon Web Services Region in which an environment exists.
|
static EnvironmentSummary.Builder |
builder() |
Instant |
createdAt()
The timestamp of when the environment was created.
|
String |
createdBy()
The Amazon DataZone user who created the environment.
|
String |
description()
The description of the environment.
|
String |
domainId()
The identifier of the Amazon DataZone domain in which the environment exists.
|
String |
environmentProfileId()
The identifier of the environment profile with which the environment was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the environment.
|
String |
name()
The name of the environment.
|
String |
projectId()
The identifier of the project in which the environment exists.
|
String |
provider()
The provider of the environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnvironmentSummary.Builder> |
serializableBuilderClass() |
EnvironmentStatus |
status()
The status of the environment.
|
String |
statusAsString()
The status of the environment.
|
EnvironmentSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp of when the environment was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The identifier of the Amazon Web Services account in which an environment exists.
public final String awsAccountRegion()
The Amazon Web Services Region in which an environment exists.
public final Instant createdAt()
The timestamp of when the environment was created.
public final String createdBy()
The Amazon DataZone user who created the environment.
public final String description()
The description of the environment.
public final String domainId()
The identifier of the Amazon DataZone domain in which the environment exists.
public final String environmentProfileId()
The identifier of the environment profile with which the environment was created.
public final String id()
The identifier of the environment.
public final String name()
The name of the environment.
public final String projectId()
The identifier of the project in which the environment exists.
public final String provider()
The provider of the environment.
public final EnvironmentStatus status()
The status of the environment.
If the service returns an enum value that is not available in the current SDK version, status will
return EnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
EnvironmentStatuspublic final String statusAsString()
The status of the environment.
If the service returns an enum value that is not available in the current SDK version, status will
return EnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
EnvironmentStatuspublic final Instant updatedAt()
The timestamp of when the environment was updated.
public EnvironmentSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnvironmentSummary.Builder,EnvironmentSummary>public static EnvironmentSummary.Builder builder()
public static Class<? extends EnvironmentSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.