@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSuggestedResiliencyPoliciesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSuggestedResiliencyPoliciesResult() |
Modifier and Type | Method and Description |
---|---|
ListSuggestedResiliencyPoliciesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
List<ResiliencyPolicy> |
getResiliencyPolicies()
The suggested resiliency policies for the Resilience Hub applications.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setResiliencyPolicies(Collection<ResiliencyPolicy> resiliencyPolicies)
The suggested resiliency policies for the Resilience Hub applications.
|
String |
toString()
Returns a string representation of this object.
|
ListSuggestedResiliencyPoliciesResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListSuggestedResiliencyPoliciesResult |
withResiliencyPolicies(Collection<ResiliencyPolicy> resiliencyPolicies)
The suggested resiliency policies for the Resilience Hub applications.
|
ListSuggestedResiliencyPoliciesResult |
withResiliencyPolicies(ResiliencyPolicy... resiliencyPolicies)
The suggested resiliency policies for the Resilience Hub applications.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListSuggestedResiliencyPoliciesResult()
public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListSuggestedResiliencyPoliciesResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public List<ResiliencyPolicy> getResiliencyPolicies()
The suggested resiliency policies for the Resilience Hub applications.
public void setResiliencyPolicies(Collection<ResiliencyPolicy> resiliencyPolicies)
The suggested resiliency policies for the Resilience Hub applications.
resiliencyPolicies
- The suggested resiliency policies for the Resilience Hub applications.public ListSuggestedResiliencyPoliciesResult withResiliencyPolicies(ResiliencyPolicy... resiliencyPolicies)
The suggested resiliency policies for the Resilience Hub applications.
NOTE: This method appends the values to the existing list (if any). Use
setResiliencyPolicies(java.util.Collection)
or withResiliencyPolicies(java.util.Collection)
if
you want to override the existing values.
resiliencyPolicies
- The suggested resiliency policies for the Resilience Hub applications.public ListSuggestedResiliencyPoliciesResult withResiliencyPolicies(Collection<ResiliencyPolicy> resiliencyPolicies)
The suggested resiliency policies for the Resilience Hub applications.
resiliencyPolicies
- The suggested resiliency policies for the Resilience Hub applications.public String toString()
toString
in class Object
Object.toString()
public ListSuggestedResiliencyPoliciesResult clone()