@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBackupPlanVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBackupPlanVersionsResult() |
Modifier and Type | Method and Description |
---|---|
ListBackupPlanVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<BackupPlansListMember> |
getBackupPlanVersionsList()
An array of version list items containing metadata about your backup plans.
|
String |
getNextToken()
The next item following a partial list of returned items.
|
int |
hashCode() |
void |
setBackupPlanVersionsList(Collection<BackupPlansListMember> backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
|
void |
setNextToken(String nextToken)
The next item following a partial list of returned items.
|
String |
toString()
Returns a string representation of this object.
|
ListBackupPlanVersionsResult |
withBackupPlanVersionsList(BackupPlansListMember... backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
|
ListBackupPlanVersionsResult |
withBackupPlanVersionsList(Collection<BackupPlansListMember> backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
|
ListBackupPlanVersionsResult |
withNextToken(String nextToken)
The next item following a partial list of returned items.
|
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 next token.
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 next token.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 next token.
maxResults
number of items, NextToken
allows you to return more items in your
list starting at the location pointed to by the next token.public ListBackupPlanVersionsResult 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 next token.
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 next token.public List<BackupPlansListMember> getBackupPlanVersionsList()
An array of version list items containing metadata about your backup plans.
public void setBackupPlanVersionsList(Collection<BackupPlansListMember> backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
backupPlanVersionsList
- An array of version list items containing metadata about your backup plans.public ListBackupPlanVersionsResult withBackupPlanVersionsList(BackupPlansListMember... backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
NOTE: This method appends the values to the existing list (if any). Use
setBackupPlanVersionsList(java.util.Collection)
or
withBackupPlanVersionsList(java.util.Collection)
if you want to override the existing values.
backupPlanVersionsList
- An array of version list items containing metadata about your backup plans.public ListBackupPlanVersionsResult withBackupPlanVersionsList(Collection<BackupPlansListMember> backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
backupPlanVersionsList
- An array of version list items containing metadata about your backup plans.public String toString()
toString
in class Object
Object.toString()
public ListBackupPlanVersionsResult clone()