@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLifecycleExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLifecycleExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
ListLifecycleExecutionsResult |
clone() |
boolean |
equals(Object obj) |
List<LifecycleExecution> |
getLifecycleExecutions()
A list of lifecycle runtime instances for the specified resource.
|
String |
getNextToken()
The next token used for paginated responses.
|
int |
hashCode() |
void |
setLifecycleExecutions(Collection<LifecycleExecution> lifecycleExecutions)
A list of lifecycle runtime instances for the specified resource.
|
void |
setNextToken(String nextToken)
The next token used for paginated responses.
|
String |
toString()
Returns a string representation of this object.
|
ListLifecycleExecutionsResult |
withLifecycleExecutions(Collection<LifecycleExecution> lifecycleExecutions)
A list of lifecycle runtime instances for the specified resource.
|
ListLifecycleExecutionsResult |
withLifecycleExecutions(LifecycleExecution... lifecycleExecutions)
A list of lifecycle runtime instances for the specified resource.
|
ListLifecycleExecutionsResult |
withNextToken(String nextToken)
The next token used for paginated responses.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LifecycleExecution> getLifecycleExecutions()
A list of lifecycle runtime instances for the specified resource.
public void setLifecycleExecutions(Collection<LifecycleExecution> lifecycleExecutions)
A list of lifecycle runtime instances for the specified resource.
lifecycleExecutions
- A list of lifecycle runtime instances for the specified resource.public ListLifecycleExecutionsResult withLifecycleExecutions(LifecycleExecution... lifecycleExecutions)
A list of lifecycle runtime instances for the specified resource.
NOTE: This method appends the values to the existing list (if any). Use
setLifecycleExecutions(java.util.Collection)
or withLifecycleExecutions(java.util.Collection)
if you want to override the existing values.
lifecycleExecutions
- A list of lifecycle runtime instances for the specified resource.public ListLifecycleExecutionsResult withLifecycleExecutions(Collection<LifecycleExecution> lifecycleExecutions)
A list of lifecycle runtime instances for the specified resource.
lifecycleExecutions
- A list of lifecycle runtime instances for the specified resource.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 ListLifecycleExecutionsResult 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 ListLifecycleExecutionsResult clone()