public class ListBackupsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListBackupsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<BackupSummary> |
getBackupSummaries()
List of
BackupSummary objects. |
java.lang.String |
getLastEvaluatedBackupArn()
The ARN of the backup last evaluated when the current page of results was
returned, inclusive of the current page of results.
|
int |
hashCode() |
void |
setBackupSummaries(java.util.Collection<BackupSummary> backupSummaries)
List of
BackupSummary objects. |
void |
setLastEvaluatedBackupArn(java.lang.String lastEvaluatedBackupArn)
The ARN of the backup last evaluated when the current page of results was
returned, inclusive of the current page of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListBackupsResult |
withBackupSummaries(BackupSummary... backupSummaries)
List of
BackupSummary objects. |
ListBackupsResult |
withBackupSummaries(java.util.Collection<BackupSummary> backupSummaries)
List of
BackupSummary objects. |
ListBackupsResult |
withLastEvaluatedBackupArn(java.lang.String lastEvaluatedBackupArn)
The ARN of the backup last evaluated when the current page of results was
returned, inclusive of the current page of results.
|
public java.util.List<BackupSummary> getBackupSummaries()
List of BackupSummary
objects.
List of BackupSummary
objects.
public void setBackupSummaries(java.util.Collection<BackupSummary> backupSummaries)
List of BackupSummary
objects.
backupSummaries
-
List of BackupSummary
objects.
public ListBackupsResult withBackupSummaries(BackupSummary... backupSummaries)
List of BackupSummary
objects.
Returns a reference to this object so that method calls can be chained together.
backupSummaries
-
List of BackupSummary
objects.
public ListBackupsResult withBackupSummaries(java.util.Collection<BackupSummary> backupSummaries)
List of BackupSummary
objects.
Returns a reference to this object so that method calls can be chained together.
backupSummaries
-
List of BackupSummary
objects.
public java.lang.String getLastEvaluatedBackupArn()
The ARN of the backup last evaluated when the current page of results was
returned, inclusive of the current page of results. This value may be
specified as the ExclusiveStartBackupArn
of a new
ListBackups
operation in order to fetch the next page of
results.
If LastEvaluatedBackupArn
is empty, then the last page of
results has been processed and there are no more results to be retrieved.
If LastEvaluatedBackupArn
is not empty, this may or may not
indicate there is more data to be returned. All results are guaranteed to
have been returned if and only if no value for
LastEvaluatedBackupArn
is returned.
Constraints:
Length: 37 - 1024
The ARN of the backup last evaluated when the current page of
results was returned, inclusive of the current page of results.
This value may be specified as the
ExclusiveStartBackupArn
of a new
ListBackups
operation in order to fetch the next
page of results.
If LastEvaluatedBackupArn
is empty, then the last
page of results has been processed and there are no more results
to be retrieved.
If LastEvaluatedBackupArn
is not empty, this may or
may not indicate there is more data to be returned. All results
are guaranteed to have been returned if and only if no value for
LastEvaluatedBackupArn
is returned.
public void setLastEvaluatedBackupArn(java.lang.String lastEvaluatedBackupArn)
The ARN of the backup last evaluated when the current page of results was
returned, inclusive of the current page of results. This value may be
specified as the ExclusiveStartBackupArn
of a new
ListBackups
operation in order to fetch the next page of
results.
If LastEvaluatedBackupArn
is empty, then the last page of
results has been processed and there are no more results to be retrieved.
If LastEvaluatedBackupArn
is not empty, this may or may not
indicate there is more data to be returned. All results are guaranteed to
have been returned if and only if no value for
LastEvaluatedBackupArn
is returned.
Constraints:
Length: 37 - 1024
lastEvaluatedBackupArn
-
The ARN of the backup last evaluated when the current page of
results was returned, inclusive of the current page of
results. This value may be specified as the
ExclusiveStartBackupArn
of a new
ListBackups
operation in order to fetch the next
page of results.
If LastEvaluatedBackupArn
is empty, then the last
page of results has been processed and there are no more
results to be retrieved.
If LastEvaluatedBackupArn
is not empty, this may
or may not indicate there is more data to be returned. All
results are guaranteed to have been returned if and only if no
value for LastEvaluatedBackupArn
is returned.
public ListBackupsResult withLastEvaluatedBackupArn(java.lang.String lastEvaluatedBackupArn)
The ARN of the backup last evaluated when the current page of results was
returned, inclusive of the current page of results. This value may be
specified as the ExclusiveStartBackupArn
of a new
ListBackups
operation in order to fetch the next page of
results.
If LastEvaluatedBackupArn
is empty, then the last page of
results has been processed and there are no more results to be retrieved.
If LastEvaluatedBackupArn
is not empty, this may or may not
indicate there is more data to be returned. All results are guaranteed to
have been returned if and only if no value for
LastEvaluatedBackupArn
is returned.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 37 - 1024
lastEvaluatedBackupArn
-
The ARN of the backup last evaluated when the current page of
results was returned, inclusive of the current page of
results. This value may be specified as the
ExclusiveStartBackupArn
of a new
ListBackups
operation in order to fetch the next
page of results.
If LastEvaluatedBackupArn
is empty, then the last
page of results has been processed and there are no more
results to be retrieved.
If LastEvaluatedBackupArn
is not empty, this may
or may not indicate there is more data to be returned. All
results are guaranteed to have been returned if and only if no
value for LastEvaluatedBackupArn
is returned.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.