@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatabaseConfigDetail extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information used for assessing databases.
Constructor and Description |
---|
DatabaseConfigDetail() |
Modifier and Type | Method and Description |
---|---|
DatabaseConfigDetail |
clone() |
boolean |
equals(Object obj) |
String |
getSecretName()
AWS Secrets Manager key that holds the credentials that you use to connect to a database.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSecretName(String secretName)
AWS Secrets Manager key that holds the credentials that you use to connect to a database.
|
String |
toString()
Returns a string representation of this object.
|
DatabaseConfigDetail |
withSecretName(String secretName)
AWS Secrets Manager key that holds the credentials that you use to connect to a database.
|
public void setSecretName(String secretName)
AWS Secrets Manager key that holds the credentials that you use to connect to a database.
secretName
- AWS Secrets Manager key that holds the credentials that you use to connect to a database.public String getSecretName()
AWS Secrets Manager key that holds the credentials that you use to connect to a database.
public DatabaseConfigDetail withSecretName(String secretName)
AWS Secrets Manager key that holds the credentials that you use to connect to a database.
secretName
- AWS Secrets Manager key that holds the credentials that you use to connect to a database.public String toString()
toString
in class Object
Object.toString()
public DatabaseConfigDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.