@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Database extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Database() |
public void setApplicationId(String applicationId)
applicationId - public String getApplicationId()
public Database withApplicationId(String applicationId)
applicationId - public void setComponentId(String componentId)
componentId - public String getComponentId()
public Database withComponentId(String componentId)
componentId - public List<ApplicationCredential> getCredentials()
public void setCredentials(Collection<ApplicationCredential> credentials)
credentials - public Database withCredentials(ApplicationCredential... credentials)
NOTE: This method appends the values to the existing list (if any). Use
setCredentials(java.util.Collection) or withCredentials(java.util.Collection) if you want to
override the existing values.
credentials - public Database withCredentials(Collection<ApplicationCredential> credentials)
credentials - public void setDatabaseId(String databaseId)
databaseId - public String getDatabaseId()
public Database withDatabaseId(String databaseId)
databaseId - public void setDatabaseName(String databaseName)
databaseName - public String getDatabaseName()
public Database withDatabaseName(String databaseName)
databaseName - public void setDatabaseType(String databaseType)
databaseType - DatabaseTypepublic String getDatabaseType()
DatabaseTypepublic Database withDatabaseType(String databaseType)
databaseType - DatabaseTypepublic Database withDatabaseType(DatabaseType databaseType)
databaseType - DatabaseTypepublic void setArn(String arn)
arn - public String getArn()
public Database withArn(String arn)
arn - public void setStatus(String status)
status - DatabaseStatuspublic String getStatus()
DatabaseStatuspublic Database withStatus(String status)
status - DatabaseStatuspublic Database withStatus(DatabaseStatus status)
status - DatabaseStatuspublic void setPrimaryHost(String primaryHost)
primaryHost - public String getPrimaryHost()
public Database withPrimaryHost(String primaryHost)
primaryHost - public void setSQLPort(Integer sQLPort)
sQLPort - public Integer getSQLPort()
public Database withSQLPort(Integer sQLPort)
sQLPort - public void setLastUpdated(Date lastUpdated)
lastUpdated - public Date getLastUpdated()
public Database withLastUpdated(Date lastUpdated)
lastUpdated - public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.