@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationCredential extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationCredential.Builder,ApplicationCredential>
The credentials of your SAP application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationCredential.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationCredential.Builder |
builder() |
CredentialType |
credentialType()
The type of the application credentials.
|
String |
credentialTypeAsString()
The type of the application credentials.
|
String |
databaseName()
The name of the SAP HANA database.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
secretId()
The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
|
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()
The name of the SAP HANA database.
public final CredentialType credentialType()
The type of the application credentials.
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()
The type of the application credentials.
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()
The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
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 © 2023. All rights reserved.