@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
- DatabaseType
public String getDatabaseType()
DatabaseType
public Database withDatabaseType(String databaseType)
databaseType
- DatabaseType
public Database withDatabaseType(DatabaseType databaseType)
databaseType
- DatabaseType
public void setArn(String arn)
arn
- public String getArn()
public Database withArn(String arn)
arn
- public void setStatus(String status)
status
- DatabaseStatus
public String getStatus()
DatabaseStatus
public Database withStatus(String status)
status
- DatabaseStatus
public Database withStatus(DatabaseStatus status)
status
- DatabaseStatus
public 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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.