Class ApplicationCredential
- java.lang.Object
-
- software.amazon.awssdk.services.ssmsap.model.ApplicationCredential
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationCredential.Builder,ApplicationCredential>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationCredential extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationCredential.Builder,ApplicationCredential>
The credentials of your SAP application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationCredential.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationCredential.Builderbuilder()CredentialTypecredentialType()The type of the application credentials.StringcredentialTypeAsString()The type of the application credentials.StringdatabaseName()The name of the SAP HANA database.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()StringsecretId()The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.static Class<? extends ApplicationCredential.Builder>serializableBuilderClass()ApplicationCredential.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
databaseName
public final String databaseName()
The name of the SAP HANA database.
- Returns:
- The name of the SAP HANA database.
-
credentialType
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,
credentialTypewill returnCredentialType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcredentialTypeAsString().- Returns:
- The type of the application credentials.
- See Also:
CredentialType
-
credentialTypeAsString
public 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,
credentialTypewill returnCredentialType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcredentialTypeAsString().- Returns:
- The type of the application credentials.
- See Also:
CredentialType
-
secretId
public final String secretId()
The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
- Returns:
- The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
-
toBuilder
public ApplicationCredential.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationCredential.Builder,ApplicationCredential>
-
builder
public static ApplicationCredential.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationCredential.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-