@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecoveryPointsByResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRecoveryPointsByResourceResult() |
Modifier and Type | Method and Description |
---|---|
ListRecoveryPointsByResourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The next item following a partial list of returned items.
|
List<RecoveryPointByResource> |
getRecoveryPoints()
An array of objects that contain detailed information about recovery points of the specified resource type.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The next item following a partial list of returned items.
|
void |
setRecoveryPoints(Collection<RecoveryPointByResource> recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
|
String |
toString()
Returns a string representation of this object.
|
ListRecoveryPointsByResourceResult |
withNextToken(String nextToken)
The next item following a partial list of returned items.
|
ListRecoveryPointsByResourceResult |
withRecoveryPoints(Collection<RecoveryPointByResource> recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
|
ListRecoveryPointsByResourceResult |
withRecoveryPoints(RecoveryPointByResource... recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
|
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 ListRecoveryPointsByResourceResult 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<RecoveryPointByResource> getRecoveryPoints()
An array of objects that contain detailed information about recovery points of the specified resource type.
Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
public void setRecoveryPoints(Collection<RecoveryPointByResource> recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
recoveryPoints
- An array of objects that contain detailed information about recovery points of the specified resource
type. Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
public ListRecoveryPointsByResourceResult withRecoveryPoints(RecoveryPointByResource... recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
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 of the specified resource
type. Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
public ListRecoveryPointsByResourceResult withRecoveryPoints(Collection<RecoveryPointByResource> recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
recoveryPoints
- An array of objects that contain detailed information about recovery points of the specified resource
type. Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
public String toString()
toString
in class Object
Object.toString()
public ListRecoveryPointsByResourceResult clone()