@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBClusterAutomatedBackupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeDBClusterAutomatedBackupsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDBClusterAutomatedBackupsResult |
clone() |
boolean |
equals(Object obj) |
List<DBClusterAutomatedBackup> |
getDBClusterAutomatedBackups()
A list of
DBClusterAutomatedBackup backups. |
String |
getMarker()
The pagination token provided in the previous request.
|
int |
hashCode() |
void |
setDBClusterAutomatedBackups(Collection<DBClusterAutomatedBackup> dBClusterAutomatedBackups)
A list of
DBClusterAutomatedBackup backups. |
void |
setMarker(String marker)
The pagination token provided in the previous request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDBClusterAutomatedBackupsResult |
withDBClusterAutomatedBackups(Collection<DBClusterAutomatedBackup> dBClusterAutomatedBackups)
A list of
DBClusterAutomatedBackup backups. |
DescribeDBClusterAutomatedBackupsResult |
withDBClusterAutomatedBackups(DBClusterAutomatedBackup... dBClusterAutomatedBackups)
A list of
DBClusterAutomatedBackup backups. |
DescribeDBClusterAutomatedBackupsResult |
withMarker(String marker)
The pagination token provided in the previous request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeDBClusterAutomatedBackupsResult()
public void setMarker(String marker)
The pagination token provided in the previous request. If this parameter is specified the response includes only
records beyond the marker, up to MaxRecords.
marker - The pagination token provided in the previous request. If this parameter is specified the response
includes only records beyond the marker, up to MaxRecords.public String getMarker()
The pagination token provided in the previous request. If this parameter is specified the response includes only
records beyond the marker, up to MaxRecords.
MaxRecords.public DescribeDBClusterAutomatedBackupsResult withMarker(String marker)
The pagination token provided in the previous request. If this parameter is specified the response includes only
records beyond the marker, up to MaxRecords.
marker - The pagination token provided in the previous request. If this parameter is specified the response
includes only records beyond the marker, up to MaxRecords.public List<DBClusterAutomatedBackup> getDBClusterAutomatedBackups()
A list of DBClusterAutomatedBackup backups.
DBClusterAutomatedBackup backups.public void setDBClusterAutomatedBackups(Collection<DBClusterAutomatedBackup> dBClusterAutomatedBackups)
A list of DBClusterAutomatedBackup backups.
dBClusterAutomatedBackups - A list of DBClusterAutomatedBackup backups.public DescribeDBClusterAutomatedBackupsResult withDBClusterAutomatedBackups(DBClusterAutomatedBackup... dBClusterAutomatedBackups)
A list of DBClusterAutomatedBackup backups.
NOTE: This method appends the values to the existing list (if any). Use
setDBClusterAutomatedBackups(java.util.Collection) or
withDBClusterAutomatedBackups(java.util.Collection) if you want to override the existing values.
dBClusterAutomatedBackups - A list of DBClusterAutomatedBackup backups.public DescribeDBClusterAutomatedBackupsResult withDBClusterAutomatedBackups(Collection<DBClusterAutomatedBackup> dBClusterAutomatedBackups)
A list of DBClusterAutomatedBackup backups.
dBClusterAutomatedBackups - A list of DBClusterAutomatedBackup backups.public String toString()
toString in class ObjectObject.toString()public DescribeDBClusterAutomatedBackupsResult clone()