@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListContainerRecipesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListContainerRecipesResult() |
Modifier and Type | Method and Description |
---|---|
ListContainerRecipesResult |
clone() |
boolean |
equals(Object obj) |
List<ContainerRecipeSummary> |
getContainerRecipeSummaryList()
The list of container recipes returned for the request.
|
String |
getNextToken()
The next token used for paginated responses.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setContainerRecipeSummaryList(Collection<ContainerRecipeSummary> containerRecipeSummaryList)
The list of container recipes returned for the request.
|
void |
setNextToken(String nextToken)
The next token used for paginated responses.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
ListContainerRecipesResult |
withContainerRecipeSummaryList(Collection<ContainerRecipeSummary> containerRecipeSummaryList)
The list of container recipes returned for the request.
|
ListContainerRecipesResult |
withContainerRecipeSummaryList(ContainerRecipeSummary... containerRecipeSummaryList)
The list of container recipes returned for the request.
|
ListContainerRecipesResult |
withNextToken(String nextToken)
The next token used for paginated responses.
|
ListContainerRecipesResult |
withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public String getRequestId()
The request ID that uniquely identifies this request.
public ListContainerRecipesResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public List<ContainerRecipeSummary> getContainerRecipeSummaryList()
The list of container recipes returned for the request.
public void setContainerRecipeSummaryList(Collection<ContainerRecipeSummary> containerRecipeSummaryList)
The list of container recipes returned for the request.
containerRecipeSummaryList
- The list of container recipes returned for the request.public ListContainerRecipesResult withContainerRecipeSummaryList(ContainerRecipeSummary... containerRecipeSummaryList)
The list of container recipes returned for the request.
NOTE: This method appends the values to the existing list (if any). Use
setContainerRecipeSummaryList(java.util.Collection)
or
withContainerRecipeSummaryList(java.util.Collection)
if you want to override the existing values.
containerRecipeSummaryList
- The list of container recipes returned for the request.public ListContainerRecipesResult withContainerRecipeSummaryList(Collection<ContainerRecipeSummary> containerRecipeSummaryList)
The list of container recipes returned for the request.
containerRecipeSummaryList
- The list of container recipes returned for the request.public void setNextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
nextToken
- The next token used for paginated responses. When this field isn't empty, there are additional elements
that the service hasn't included in this request. Use this token with the next request to retrieve
additional objects.public String getNextToken()
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
public ListContainerRecipesResult withNextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
nextToken
- The next token used for paginated responses. When this field isn't empty, there are additional elements
that the service hasn't included in this request. Use this token with the next request to retrieve
additional objects.public String toString()
toString
in class Object
Object.toString()
public ListContainerRecipesResult clone()