@Generated(value="software.amazon.awssdk:codegen") public final class RecipeSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecipeSummary.Builder,RecipeSummary>
Provides a summary of the properties of a recipe. For a complete listing, call the DescribeRecipe API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecipeSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecipeSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix time) that the recipe was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time (in Unix time) that the recipe was last updated.
|
String |
name()
The name of the recipe.
|
String |
recipeArn()
The Amazon Resource Name (ARN) of the recipe.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecipeSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the recipe.
|
RecipeSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the recipe.
public final String recipeArn()
The Amazon Resource Name (ARN) of the recipe.
public final String status()
The status of the recipe.
public final Instant creationDateTime()
The date and time (in Unix time) that the recipe was created.
public final Instant lastUpdatedDateTime()
The date and time (in Unix time) that the recipe was last updated.
public RecipeSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecipeSummary.Builder,RecipeSummary>public static RecipeSummary.Builder builder()
public static Class<? extends RecipeSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.