@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBackupSelectionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBackupSelectionsResult() |
Modifier and Type | Method and Description |
---|---|
ListBackupSelectionsResult |
clone() |
boolean |
equals(Object obj) |
List<BackupSelectionsListMember> |
getBackupSelectionsList()
An array of backup selection list items containing metadata about each resource in the list.
|
String |
getNextToken()
The next item following a partial list of returned items.
|
int |
hashCode() |
void |
setBackupSelectionsList(Collection<BackupSelectionsListMember> backupSelectionsList)
An array of backup selection list items containing metadata about each resource in the list.
|
void |
setNextToken(String nextToken)
The next item following a partial list of returned items.
|
String |
toString()
Returns a string representation of this object.
|
ListBackupSelectionsResult |
withBackupSelectionsList(BackupSelectionsListMember... backupSelectionsList)
An array of backup selection list items containing metadata about each resource in the list.
|
ListBackupSelectionsResult |
withBackupSelectionsList(Collection<BackupSelectionsListMember> backupSelectionsList)
An array of backup selection list items containing metadata about each resource in the list.
|
ListBackupSelectionsResult |
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 ListBackupSelectionsResult 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<BackupSelectionsListMember> getBackupSelectionsList()
An array of backup selection list items containing metadata about each resource in the list.
public void setBackupSelectionsList(Collection<BackupSelectionsListMember> backupSelectionsList)
An array of backup selection list items containing metadata about each resource in the list.
backupSelectionsList
- An array of backup selection list items containing metadata about each resource in the list.public ListBackupSelectionsResult withBackupSelectionsList(BackupSelectionsListMember... backupSelectionsList)
An array of backup selection list items containing metadata about each resource in the list.
NOTE: This method appends the values to the existing list (if any). Use
setBackupSelectionsList(java.util.Collection)
or withBackupSelectionsList(java.util.Collection)
if you want to override the existing values.
backupSelectionsList
- An array of backup selection list items containing metadata about each resource in the list.public ListBackupSelectionsResult withBackupSelectionsList(Collection<BackupSelectionsListMember> backupSelectionsList)
An array of backup selection list items containing metadata about each resource in the list.
backupSelectionsList
- An array of backup selection list items containing metadata about each resource in the list.public String toString()
toString
in class Object
Object.toString()
public ListBackupSelectionsResult clone()