@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> |
getLifecyclePolicySummaries()
Details about the requested lifecycle policies.
|
String |
getNextToken()
When
nextToken is returned, there are more results available. |
int |
hashCode() |
void |
setLifecyclePolicySummaries(Collection<LifecyclePolicySummary> lifecyclePolicySummaries)
Details about the requested lifecycle policies.
|
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListLifecyclePoliciesResult |
withLifecyclePolicySummaries(Collection<LifecyclePolicySummary> lifecyclePolicySummaries)
Details about the requested lifecycle policies.
|
ListLifecyclePoliciesResult |
withLifecyclePolicySummaries(LifecyclePolicySummary... lifecyclePolicySummaries)
Details about the requested lifecycle policies.
|
ListLifecyclePoliciesResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<LifecyclePolicySummary> getLifecyclePolicySummaries()
Details about the requested lifecycle policies.
public void setLifecyclePolicySummaries(Collection<LifecyclePolicySummary> lifecyclePolicySummaries)
Details about the requested lifecycle policies.
lifecyclePolicySummaries - Details about the requested lifecycle policies.public ListLifecyclePoliciesResult withLifecyclePolicySummaries(LifecyclePolicySummary... lifecyclePolicySummaries)
Details about the requested lifecycle policies.
NOTE: This method appends the values to the existing list (if any). Use
setLifecyclePolicySummaries(java.util.Collection) or
withLifecyclePolicySummaries(java.util.Collection) if you want to override the existing values.
lifecyclePolicySummaries - Details about the requested lifecycle policies.public ListLifecyclePoliciesResult withLifecyclePolicySummaries(Collection<LifecyclePolicySummary> lifecyclePolicySummaries)
Details about the requested lifecycle policies.
lifecyclePolicySummaries - Details about the requested lifecycle policies.public void setNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public String getNextToken()
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public ListLifecyclePoliciesResult withNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public String toString()
toString in class ObjectObject.toString()public ListLifecyclePoliciesResult clone()