@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLifecycleExecutionResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLifecycleExecutionResourcesResult() |
Modifier and Type | Method and Description |
---|---|
ListLifecycleExecutionResourcesResult |
clone() |
boolean |
equals(Object obj) |
String |
getLifecycleExecutionId()
Runtime details for the specified runtime instance of the lifecycle policy.
|
LifecycleExecutionState |
getLifecycleExecutionState()
The current state of the lifecycle runtime instance.
|
String |
getNextToken()
The next token used for paginated responses.
|
List<LifecycleExecutionResource> |
getResources()
A list of resources that were identified for lifecycle actions.
|
int |
hashCode() |
void |
setLifecycleExecutionId(String lifecycleExecutionId)
Runtime details for the specified runtime instance of the lifecycle policy.
|
void |
setLifecycleExecutionState(LifecycleExecutionState lifecycleExecutionState)
The current state of the lifecycle runtime instance.
|
void |
setNextToken(String nextToken)
The next token used for paginated responses.
|
void |
setResources(Collection<LifecycleExecutionResource> resources)
A list of resources that were identified for lifecycle actions.
|
String |
toString()
Returns a string representation of this object.
|
ListLifecycleExecutionResourcesResult |
withLifecycleExecutionId(String lifecycleExecutionId)
Runtime details for the specified runtime instance of the lifecycle policy.
|
ListLifecycleExecutionResourcesResult |
withLifecycleExecutionState(LifecycleExecutionState lifecycleExecutionState)
The current state of the lifecycle runtime instance.
|
ListLifecycleExecutionResourcesResult |
withNextToken(String nextToken)
The next token used for paginated responses.
|
ListLifecycleExecutionResourcesResult |
withResources(Collection<LifecycleExecutionResource> resources)
A list of resources that were identified for lifecycle actions.
|
ListLifecycleExecutionResourcesResult |
withResources(LifecycleExecutionResource... resources)
A list of resources that were identified for lifecycle actions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListLifecycleExecutionResourcesResult()
public void setLifecycleExecutionId(String lifecycleExecutionId)
Runtime details for the specified runtime instance of the lifecycle policy.
lifecycleExecutionId
- Runtime details for the specified runtime instance of the lifecycle policy.public String getLifecycleExecutionId()
Runtime details for the specified runtime instance of the lifecycle policy.
public ListLifecycleExecutionResourcesResult withLifecycleExecutionId(String lifecycleExecutionId)
Runtime details for the specified runtime instance of the lifecycle policy.
lifecycleExecutionId
- Runtime details for the specified runtime instance of the lifecycle policy.public void setLifecycleExecutionState(LifecycleExecutionState lifecycleExecutionState)
The current state of the lifecycle runtime instance.
lifecycleExecutionState
- The current state of the lifecycle runtime instance.public LifecycleExecutionState getLifecycleExecutionState()
The current state of the lifecycle runtime instance.
public ListLifecycleExecutionResourcesResult withLifecycleExecutionState(LifecycleExecutionState lifecycleExecutionState)
The current state of the lifecycle runtime instance.
lifecycleExecutionState
- The current state of the lifecycle runtime instance.public List<LifecycleExecutionResource> getResources()
A list of resources that were identified for lifecycle actions.
public void setResources(Collection<LifecycleExecutionResource> resources)
A list of resources that were identified for lifecycle actions.
resources
- A list of resources that were identified for lifecycle actions.public ListLifecycleExecutionResourcesResult withResources(LifecycleExecutionResource... resources)
A list of resources that were identified for lifecycle actions.
NOTE: This method appends the values to the existing list (if any). Use
setResources(java.util.Collection)
or withResources(java.util.Collection)
if you want to
override the existing values.
resources
- A list of resources that were identified for lifecycle actions.public ListLifecycleExecutionResourcesResult withResources(Collection<LifecycleExecutionResource> resources)
A list of resources that were identified for lifecycle actions.
resources
- A list of resources that were identified for lifecycle actions.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 ListLifecycleExecutionResourcesResult 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 ListLifecycleExecutionResourcesResult clone()