Class EnvironmentProfileSummary
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.EnvironmentProfileSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EnvironmentProfileSummary.Builder,EnvironmentProfileSummary>
@Generated("software.amazon.awssdk:codegen") public final class EnvironmentProfileSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentProfileSummary.Builder,EnvironmentProfileSummary>
The details of an environment profile.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEnvironmentProfileSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsAccountId()The identifier of an Amazon Web Services account in which an environment profile exists.StringawsAccountRegion()The Amazon Web Services Region in which an environment profile exists.static EnvironmentProfileSummary.Builderbuilder()InstantcreatedAt()The timestamp of when an environment profile was created.StringcreatedBy()The Amazon DataZone user who created the environment profile.Stringdescription()The description of the environment profile.StringdomainId()The identifier of the Amazon DataZone domain in which the environment profile exists.StringenvironmentBlueprintId()The identifier of a blueprint with which an environment profile is created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the environment profile.Stringname()The name of the environment profile.StringprojectId()The identifier of a project in which an environment profile exists.List<SdkField<?>>sdkFields()static Class<? extends EnvironmentProfileSummary.Builder>serializableBuilderClass()EnvironmentProfileSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The timestamp of when the environment profile was updated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
awsAccountId
public final String awsAccountId()
The identifier of an Amazon Web Services account in which an environment profile exists.
- Returns:
- The identifier of an Amazon Web Services account in which an environment profile exists.
-
awsAccountRegion
public final String awsAccountRegion()
The Amazon Web Services Region in which an environment profile exists.
- Returns:
- The Amazon Web Services Region in which an environment profile exists.
-
createdAt
public final Instant createdAt()
The timestamp of when an environment profile was created.
- Returns:
- The timestamp of when an environment profile was created.
-
createdBy
public final String createdBy()
The Amazon DataZone user who created the environment profile.
- Returns:
- The Amazon DataZone user who created the environment profile.
-
description
public final String description()
The description of the environment profile.
- Returns:
- The description of the environment profile.
-
domainId
public final String domainId()
The identifier of the Amazon DataZone domain in which the environment profile exists.
- Returns:
- The identifier of the Amazon DataZone domain in which the environment profile exists.
-
environmentBlueprintId
public final String environmentBlueprintId()
The identifier of a blueprint with which an environment profile is created.
- Returns:
- The identifier of a blueprint with which an environment profile is created.
-
id
public final String id()
The identifier of the environment profile.
- Returns:
- The identifier of the environment profile.
-
name
public final String name()
The name of the environment profile.
- Returns:
- The name of the environment profile.
-
projectId
public final String projectId()
The identifier of a project in which an environment profile exists.
- Returns:
- The identifier of a project in which an environment profile exists.
-
updatedAt
public final Instant updatedAt()
The timestamp of when the environment profile was updated.
- Returns:
- The timestamp of when the environment profile was updated.
-
toBuilder
public EnvironmentProfileSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnvironmentProfileSummary.Builder,EnvironmentProfileSummary>
-
builder
public static EnvironmentProfileSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EnvironmentProfileSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-