@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationCredential extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ApplicationCredential() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationCredential |
clone() |
boolean |
equals(Object obj) |
String |
getCredentialType()
|
String |
getDatabaseName()
|
String |
getSecretId()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCredentialType(String credentialType)
|
void |
setDatabaseName(String databaseName)
|
void |
setSecretId(String secretId)
|
String |
toString()
Returns a string representation of this object.
|
ApplicationCredential |
withCredentialType(CredentialType credentialType)
|
ApplicationCredential |
withCredentialType(String credentialType)
|
ApplicationCredential |
withDatabaseName(String databaseName)
|
ApplicationCredential |
withSecretId(String secretId)
|
public void setDatabaseName(String databaseName)
databaseName - public String getDatabaseName()
public ApplicationCredential withDatabaseName(String databaseName)
databaseName - public void setCredentialType(String credentialType)
credentialType - CredentialTypepublic String getCredentialType()
CredentialTypepublic ApplicationCredential withCredentialType(String credentialType)
credentialType - CredentialTypepublic ApplicationCredential withCredentialType(CredentialType credentialType)
credentialType - CredentialTypepublic void setSecretId(String secretId)
secretId - public String getSecretId()
public ApplicationCredential withSecretId(String secretId)
secretId - public String toString()
toString in class ObjectObject.toString()public ApplicationCredential clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.