@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecoveryPointsByBackupVaultResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRecoveryPointsByBackupVaultResult() |
Modifier and Type | Method and Description |
---|---|
ListRecoveryPointsByBackupVaultResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The next item following a partial list of returned items.
|
List<RecoveryPointByBackupVault> |
getRecoveryPoints()
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The next item following a partial list of returned items.
|
void |
setRecoveryPoints(Collection<RecoveryPointByBackupVault> recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
String |
toString()
Returns a string representation of this object.
|
ListRecoveryPointsByBackupVaultResult |
withNextToken(String nextToken)
The next item following a partial list of returned items.
|
ListRecoveryPointsByBackupVaultResult |
withRecoveryPoints(Collection<RecoveryPointByBackupVault> recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
ListRecoveryPointsByBackupVaultResult |
withRecoveryPoints(RecoveryPointByBackupVault... recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListRecoveryPointsByBackupVaultResult()
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 ListRecoveryPointsByBackupVaultResult 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<RecoveryPointByBackupVault> getRecoveryPoints()
An array of objects that contain detailed information about recovery points saved in a backup vault.
public void setRecoveryPoints(Collection<RecoveryPointByBackupVault> recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
recoveryPoints
- An array of objects that contain detailed information about recovery points saved in a backup vault.public ListRecoveryPointsByBackupVaultResult withRecoveryPoints(RecoveryPointByBackupVault... recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
NOTE: This method appends the values to the existing list (if any). Use
setRecoveryPoints(java.util.Collection)
or withRecoveryPoints(java.util.Collection)
if you want
to override the existing values.
recoveryPoints
- An array of objects that contain detailed information about recovery points saved in a backup vault.public ListRecoveryPointsByBackupVaultResult withRecoveryPoints(Collection<RecoveryPointByBackupVault> recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
recoveryPoints
- An array of objects that contain detailed information about recovery points saved in a backup vault.public String toString()
toString
in class Object
Object.toString()
public ListRecoveryPointsByBackupVaultResult clone()