@Generated(value="software.amazon.awssdk:codegen") public final class AppAuthorizationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppAuthorizationSummary.Builder,AppAuthorizationSummary>
Contains a summary of an app authorization.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppAuthorizationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
app()
The name of the application.
|
String |
appAuthorizationArn()
The Amazon Resource Name (ARN) of the app authorization.
|
String |
appBundleArn()
The Amazon Resource Name (ARN) of the app bundle for the app authorization.
|
static AppAuthorizationSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AppAuthorizationSummary.Builder> |
serializableBuilderClass() |
AppAuthorizationStatus |
status()
The state of the app authorization.
|
String |
statusAsString()
The state of the app authorization.
|
Tenant |
tenant()
Contains information about an application tenant, such as the application display name and identifier.
|
AppAuthorizationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
Timestamp for when the app authorization was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appAuthorizationArn()
The Amazon Resource Name (ARN) of the app authorization.
public final String appBundleArn()
The Amazon Resource Name (ARN) of the app bundle for the app authorization.
public final String app()
The name of the application.
public final Tenant tenant()
Contains information about an application tenant, such as the application display name and identifier.
public final AppAuthorizationStatus status()
The state of the app authorization.
The following states are possible:
PendingConnect: The initial state of the app authorization. The app authorization is created but not
yet connected.
Connected: The app authorization is connected to the application, and is ready to be used.
ConnectionValidationFailed: The app authorization received a validation exception when trying to
connect to the application. If the app authorization is in this state, you should verify the configured
credentials and try to connect the app authorization again.
TokenAutoRotationFailed: AppFabric failed to refresh the access token. If the app authorization is
in this state, you should try to reconnect the app authorization.
If the service returns an enum value that is not available in the current SDK version, status will
return AppAuthorizationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
The following states are possible:
PendingConnect: The initial state of the app authorization. The app authorization is created
but not yet connected.
Connected: The app authorization is connected to the application, and is ready to be used.
ConnectionValidationFailed: The app authorization received a validation exception when
trying to connect to the application. If the app authorization is in this state, you should verify the
configured credentials and try to connect the app authorization again.
TokenAutoRotationFailed: AppFabric failed to refresh the access token. If the app
authorization is in this state, you should try to reconnect the app authorization.
AppAuthorizationStatuspublic final String statusAsString()
The state of the app authorization.
The following states are possible:
PendingConnect: The initial state of the app authorization. The app authorization is created but not
yet connected.
Connected: The app authorization is connected to the application, and is ready to be used.
ConnectionValidationFailed: The app authorization received a validation exception when trying to
connect to the application. If the app authorization is in this state, you should verify the configured
credentials and try to connect the app authorization again.
TokenAutoRotationFailed: AppFabric failed to refresh the access token. If the app authorization is
in this state, you should try to reconnect the app authorization.
If the service returns an enum value that is not available in the current SDK version, status will
return AppAuthorizationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
The following states are possible:
PendingConnect: The initial state of the app authorization. The app authorization is created
but not yet connected.
Connected: The app authorization is connected to the application, and is ready to be used.
ConnectionValidationFailed: The app authorization received a validation exception when
trying to connect to the application. If the app authorization is in this state, you should verify the
configured credentials and try to connect the app authorization again.
TokenAutoRotationFailed: AppFabric failed to refresh the access token. If the app
authorization is in this state, you should try to reconnect the app authorization.
AppAuthorizationStatuspublic final Instant updatedAt()
Timestamp for when the app authorization was last updated.
public AppAuthorizationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppAuthorizationSummary.Builder,AppAuthorizationSummary>public static AppAuthorizationSummary.Builder builder()
public static Class<? extends AppAuthorizationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.