@Generated(value="software.amazon.awssdk:codegen") public final class EnvironmentProfileSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentProfileSummary.Builder,EnvironmentProfileSummary>
The details of an environment profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnvironmentProfileSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The identifier of an Amazon Web Services account in which an environment profile exists.
|
String |
awsAccountRegion()
The Amazon Web Services Region in which an environment profile exists.
|
static EnvironmentProfileSummary.Builder |
builder() |
Instant |
createdAt()
The timestamp of when an environment profile was created.
|
String |
createdBy()
The Amazon DataZone user who created the environment profile.
|
String |
description()
The description of the environment profile.
|
String |
domainId()
The identifier of the Amazon DataZone domain in which the environment profile exists.
|
String |
environmentBlueprintId()
The identifier of a blueprint with which an environment profile is 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 profile.
|
String |
name()
The name of the environment profile.
|
String |
projectId()
The identifier of a project in which an environment profile exists.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnvironmentProfileSummary.Builder> |
serializableBuilderClass() |
EnvironmentProfileSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp of when the environment profile was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The identifier of an Amazon Web Services account in which an environment profile exists.
public final String awsAccountRegion()
The Amazon Web Services Region in which an environment profile exists.
public final Instant createdAt()
The timestamp of when an environment profile was created.
public final String createdBy()
The Amazon DataZone user who created the environment profile.
public final String description()
The description of the environment profile.
public final String domainId()
The identifier of the Amazon DataZone domain in which the environment profile exists.
public final String environmentBlueprintId()
The identifier of a blueprint with which an environment profile is created.
public final String id()
The identifier of the environment profile.
public final String name()
The name of the environment profile.
public final String projectId()
The identifier of a project in which an environment profile exists.
public final Instant updatedAt()
The timestamp of when the environment profile was updated.
public EnvironmentProfileSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnvironmentProfileSummary.Builder,EnvironmentProfileSummary>public static EnvironmentProfileSummary.Builder builder()
public static Class<? extends EnvironmentProfileSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.