@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRestoreTestingPlansResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRestoreTestingPlansResult() |
Modifier and Type | Method and Description |
---|---|
ListRestoreTestingPlansResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The next item following a partial list of returned items.
|
List<RestoreTestingPlanForList> |
getRestoreTestingPlans()
This is a returned list of restore testing plans.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The next item following a partial list of returned items.
|
void |
setRestoreTestingPlans(Collection<RestoreTestingPlanForList> restoreTestingPlans)
This is a returned list of restore testing plans.
|
String |
toString()
Returns a string representation of this object.
|
ListRestoreTestingPlansResult |
withNextToken(String nextToken)
The next item following a partial list of returned items.
|
ListRestoreTestingPlansResult |
withRestoreTestingPlans(Collection<RestoreTestingPlanForList> restoreTestingPlans)
This is a returned list of restore testing plans.
|
ListRestoreTestingPlansResult |
withRestoreTestingPlans(RestoreTestingPlanForList... restoreTestingPlans)
This is a returned list of restore testing plans.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your list
starting at the location pointed to by the nexttoken.
nextToken
- The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your
list starting at the location pointed to by the nexttoken.public String getNextToken()
The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your list
starting at the location pointed to by the nexttoken.
MaxResults
number of items, NextToken
allows you to return more items in your
list starting at the location pointed to by the nexttoken.public ListRestoreTestingPlansResult withNextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your list
starting at the location pointed to by the nexttoken.
nextToken
- The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your
list starting at the location pointed to by the nexttoken.public List<RestoreTestingPlanForList> getRestoreTestingPlans()
This is a returned list of restore testing plans.
public void setRestoreTestingPlans(Collection<RestoreTestingPlanForList> restoreTestingPlans)
This is a returned list of restore testing plans.
restoreTestingPlans
- This is a returned list of restore testing plans.public ListRestoreTestingPlansResult withRestoreTestingPlans(RestoreTestingPlanForList... restoreTestingPlans)
This is a returned list of restore testing plans.
NOTE: This method appends the values to the existing list (if any). Use
setRestoreTestingPlans(java.util.Collection)
or withRestoreTestingPlans(java.util.Collection)
if you want to override the existing values.
restoreTestingPlans
- This is a returned list of restore testing plans.public ListRestoreTestingPlansResult withRestoreTestingPlans(Collection<RestoreTestingPlanForList> restoreTestingPlans)
This is a returned list of restore testing plans.
restoreTestingPlans
- This is a returned list of restore testing plans.public String toString()
toString
in class Object
Object.toString()
public ListRestoreTestingPlansResult clone()