@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecipeSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of the properties of a recipe. For a complete listing, call the DescribeRecipe API.
Constructor and Description |
---|
RecipeSummary() |
Modifier and Type | Method and Description |
---|---|
RecipeSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The date and time (in Unix time) that the recipe was created.
|
Date |
getLastUpdatedDateTime()
The date and time (in Unix time) that the recipe was last updated.
|
String |
getName()
The name of the recipe.
|
String |
getRecipeArn()
The Amazon Resource Name (ARN) of the recipe.
|
String |
getStatus()
The status of the recipe.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the recipe was created.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the recipe was last updated.
|
void |
setName(String name)
The name of the recipe.
|
void |
setRecipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe.
|
void |
setStatus(String status)
The status of the recipe.
|
String |
toString()
Returns a string representation of this object.
|
RecipeSummary |
withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the recipe was created.
|
RecipeSummary |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the recipe was last updated.
|
RecipeSummary |
withName(String name)
The name of the recipe.
|
RecipeSummary |
withRecipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe.
|
RecipeSummary |
withStatus(String status)
The status of the recipe.
|
public void setName(String name)
The name of the recipe.
name
- The name of the recipe.public String getName()
The name of the recipe.
public RecipeSummary withName(String name)
The name of the recipe.
name
- The name of the recipe.public void setRecipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe.
recipeArn
- The Amazon Resource Name (ARN) of the recipe.public String getRecipeArn()
The Amazon Resource Name (ARN) of the recipe.
public RecipeSummary withRecipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe.
recipeArn
- The Amazon Resource Name (ARN) of the recipe.public void setStatus(String status)
The status of the recipe.
status
- The status of the recipe.public String getStatus()
The status of the recipe.
public RecipeSummary withStatus(String status)
The status of the recipe.
status
- The status of the recipe.public void setCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the recipe was created.
creationDateTime
- The date and time (in Unix time) that the recipe was created.public Date getCreationDateTime()
The date and time (in Unix time) that the recipe was created.
public RecipeSummary withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the recipe was created.
creationDateTime
- The date and time (in Unix time) that the recipe was created.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the recipe was last updated.
lastUpdatedDateTime
- The date and time (in Unix time) that the recipe was last updated.public Date getLastUpdatedDateTime()
The date and time (in Unix time) that the recipe was last updated.
public RecipeSummary withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the recipe was last updated.
lastUpdatedDateTime
- The date and time (in Unix time) that the recipe was last updated.public String toString()
toString
in class Object
Object.toString()
public RecipeSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.