@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFleetAdvisorDatabasesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteFleetAdvisorDatabasesResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteFleetAdvisorDatabasesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDatabaseIds()
The IDs of the databases that the operation deleted.
|
int |
hashCode() |
void |
setDatabaseIds(Collection<String> databaseIds)
The IDs of the databases that the operation deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFleetAdvisorDatabasesResult |
withDatabaseIds(Collection<String> databaseIds)
The IDs of the databases that the operation deleted.
|
DeleteFleetAdvisorDatabasesResult |
withDatabaseIds(String... databaseIds)
The IDs of the databases that the operation deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getDatabaseIds()
The IDs of the databases that the operation deleted.
public void setDatabaseIds(Collection<String> databaseIds)
The IDs of the databases that the operation deleted.
databaseIds - The IDs of the databases that the operation deleted.public DeleteFleetAdvisorDatabasesResult withDatabaseIds(String... databaseIds)
The IDs of the databases that the operation deleted.
NOTE: This method appends the values to the existing list (if any). Use
setDatabaseIds(java.util.Collection) or withDatabaseIds(java.util.Collection) if you want to
override the existing values.
databaseIds - The IDs of the databases that the operation deleted.public DeleteFleetAdvisorDatabasesResult withDatabaseIds(Collection<String> databaseIds)
The IDs of the databases that the operation deleted.
databaseIds - The IDs of the databases that the operation deleted.public String toString()
toString in class ObjectObject.toString()public DeleteFleetAdvisorDatabasesResult clone()