@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.
|
Domain |
domain()
The domain of the recipe (if the recipe is a Domain dataset group use case).
|
String |
domainAsString()
The domain of the recipe (if the recipe is a Domain dataset group use case).
|
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 final Domain domain()
The domain of the recipe (if the recipe is a Domain dataset group use case).
If the service returns an enum value that is not available in the current SDK version, domain will
return Domain.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
domainAsString().
Domainpublic final String domainAsString()
The domain of the recipe (if the recipe is a Domain dataset group use case).
If the service returns an enum value that is not available in the current SDK version, domain will
return Domain.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
domainAsString().
Domainpublic 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 © 2022. All rights reserved.