@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLifecyclePoliciesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLifecyclePoliciesResult() |
Modifier and Type | Method and Description |
---|---|
ListLifecyclePoliciesResult |
clone() |
boolean |
equals(Object obj) |
List<LifecyclePolicySummary> |
getLifecyclePolicySummaryList()
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
|
String |
getNextToken()
The next token used for paginated responses.
|
int |
hashCode() |
void |
setLifecyclePolicySummaryList(Collection<LifecyclePolicySummary> lifecyclePolicySummaryList)
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
|
void |
setNextToken(String nextToken)
The next token used for paginated responses.
|
String |
toString()
Returns a string representation of this object.
|
ListLifecyclePoliciesResult |
withLifecyclePolicySummaryList(Collection<LifecyclePolicySummary> lifecyclePolicySummaryList)
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
|
ListLifecyclePoliciesResult |
withLifecyclePolicySummaryList(LifecyclePolicySummary... lifecyclePolicySummaryList)
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
|
ListLifecyclePoliciesResult |
withNextToken(String nextToken)
The next token used for paginated responses.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LifecyclePolicySummary> getLifecyclePolicySummaryList()
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
public void setLifecyclePolicySummaryList(Collection<LifecyclePolicySummary> lifecyclePolicySummaryList)
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
lifecyclePolicySummaryList
- A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the
request.public ListLifecyclePoliciesResult withLifecyclePolicySummaryList(LifecyclePolicySummary... lifecyclePolicySummaryList)
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
NOTE: This method appends the values to the existing list (if any). Use
setLifecyclePolicySummaryList(java.util.Collection)
or
withLifecyclePolicySummaryList(java.util.Collection)
if you want to override the existing values.
lifecyclePolicySummaryList
- A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the
request.public ListLifecyclePoliciesResult withLifecyclePolicySummaryList(Collection<LifecyclePolicySummary> lifecyclePolicySummaryList)
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
lifecyclePolicySummaryList
- A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in 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 ListLifecyclePoliciesResult 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 ListLifecyclePoliciesResult clone()