@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationCredential extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationCredential.Builder,ApplicationCredential>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationCredential.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationCredential.Builder |
builder() |
CredentialType |
credentialType()
|
String |
credentialTypeAsString()
|
String |
databaseName()
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
secretId()
|
static Class<? extends ApplicationCredential.Builder> |
serializableBuilderClass() |
ApplicationCredential.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String databaseName()
public final CredentialType credentialType()
If the service returns an enum value that is not available in the current SDK version, credentialType
will return CredentialType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from credentialTypeAsString().
CredentialTypepublic final String credentialTypeAsString()
If the service returns an enum value that is not available in the current SDK version, credentialType
will return CredentialType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from credentialTypeAsString().
CredentialTypepublic final String secretId()
public ApplicationCredential.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationCredential.Builder,ApplicationCredential>public static ApplicationCredential.Builder builder()
public static Class<? extends ApplicationCredential.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.