@Generated(value="software.amazon.awssdk:codegen") public final class EnvironmentBlueprintSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentBlueprintSummary.Builder,EnvironmentBlueprintSummary>
The details of an environment blueprint summary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnvironmentBlueprintSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentBlueprintSummary.Builder |
builder() |
Instant |
createdAt()
The timestamp of when an environment blueprint was created.
|
String |
description()
The description of a blueprint.
|
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 blueprint.
|
String |
name()
The name of the blueprint.
|
String |
provider()
The provider of the blueprint.
|
ProvisioningProperties |
provisioningProperties()
The provisioning properties of the blueprint.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnvironmentBlueprintSummary.Builder> |
serializableBuilderClass() |
EnvironmentBlueprintSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp of when the blueprint was enabled.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp of when an environment blueprint was created.
public final String description()
The description of a blueprint.
public final String id()
The identifier of the blueprint.
public final String name()
The name of the blueprint.
public final String provider()
The provider of the blueprint.
public final ProvisioningProperties provisioningProperties()
The provisioning properties of the blueprint.
public final Instant updatedAt()
The timestamp of when the blueprint was enabled.
public EnvironmentBlueprintSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnvironmentBlueprintSummary.Builder,EnvironmentBlueprintSummary>public static EnvironmentBlueprintSummary.Builder builder()
public static Class<? extends EnvironmentBlueprintSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.