@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatabaseSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the database.
Constructor and Description |
---|
DatabaseSummary() |
Modifier and Type | Method and Description |
---|---|
DatabaseSummary |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DatabaseSummary |
clearTagsEntries()
Removes all the entries added into Tags.
|
DatabaseSummary |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The ID of the application.
|
String |
getArn()
The Amazon Resource Name (ARN) of the database.
|
String |
getComponentId()
The ID of the component.
|
String |
getDatabaseId()
The ID of the database.
|
String |
getDatabaseType()
The type of the database.
|
Map<String,String> |
getTags()
The tags of the database.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
The ID of the application.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the database.
|
void |
setComponentId(String componentId)
The ID of the component.
|
void |
setDatabaseId(String databaseId)
The ID of the database.
|
void |
setDatabaseType(String databaseType)
The type of the database.
|
void |
setTags(Map<String,String> tags)
The tags of the database.
|
String |
toString()
Returns a string representation of this object.
|
DatabaseSummary |
withApplicationId(String applicationId)
The ID of the application.
|
DatabaseSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the database.
|
DatabaseSummary |
withComponentId(String componentId)
The ID of the component.
|
DatabaseSummary |
withDatabaseId(String databaseId)
The ID of the database.
|
DatabaseSummary |
withDatabaseType(DatabaseType databaseType)
The type of the database.
|
DatabaseSummary |
withDatabaseType(String databaseType)
The type of the database.
|
DatabaseSummary |
withTags(Map<String,String> tags)
The tags of the database.
|
public void setApplicationId(String applicationId)
The ID of the application.
applicationId
- The ID of the application.public String getApplicationId()
The ID of the application.
public DatabaseSummary withApplicationId(String applicationId)
The ID of the application.
applicationId
- The ID of the application.public void setComponentId(String componentId)
The ID of the component.
componentId
- The ID of the component.public String getComponentId()
The ID of the component.
public DatabaseSummary withComponentId(String componentId)
The ID of the component.
componentId
- The ID of the component.public void setDatabaseId(String databaseId)
The ID of the database.
databaseId
- The ID of the database.public String getDatabaseId()
The ID of the database.
public DatabaseSummary withDatabaseId(String databaseId)
The ID of the database.
databaseId
- The ID of the database.public void setDatabaseType(String databaseType)
The type of the database.
databaseType
- The type of the database.DatabaseType
public String getDatabaseType()
The type of the database.
DatabaseType
public DatabaseSummary withDatabaseType(String databaseType)
The type of the database.
databaseType
- The type of the database.DatabaseType
public DatabaseSummary withDatabaseType(DatabaseType databaseType)
The type of the database.
databaseType
- The type of the database.DatabaseType
public void setArn(String arn)
The Amazon Resource Name (ARN) of the database.
arn
- The Amazon Resource Name (ARN) of the database.public String getArn()
The Amazon Resource Name (ARN) of the database.
public DatabaseSummary withArn(String arn)
The Amazon Resource Name (ARN) of the database.
arn
- The Amazon Resource Name (ARN) of the database.public Map<String,String> getTags()
The tags of the database.
public void setTags(Map<String,String> tags)
The tags of the database.
tags
- The tags of the database.public DatabaseSummary withTags(Map<String,String> tags)
The tags of the database.
tags
- The tags of the database.public DatabaseSummary addTagsEntry(String key, String value)
public DatabaseSummary clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public DatabaseSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.