@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppAuthorizationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of an app authorization.
Constructor and Description |
---|
AppAuthorizationSummary() |
Modifier and Type | Method and Description |
---|---|
AppAuthorizationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getApp()
The name of the application.
|
String |
getAppAuthorizationArn()
The Amazon Resource Name (ARN) of the app authorization.
|
String |
getAppBundleArn()
The Amazon Resource Name (ARN) of the app bundle for the app authorization.
|
String |
getStatus()
The state of the app authorization.
|
Tenant |
getTenant()
Contains information about an application tenant, such as the application display name and identifier.
|
Date |
getUpdatedAt()
Timestamp for when the app authorization was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApp(String app)
The name of the application.
|
void |
setAppAuthorizationArn(String appAuthorizationArn)
The Amazon Resource Name (ARN) of the app authorization.
|
void |
setAppBundleArn(String appBundleArn)
The Amazon Resource Name (ARN) of the app bundle for the app authorization.
|
void |
setStatus(String status)
The state of the app authorization.
|
void |
setTenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
void |
setUpdatedAt(Date updatedAt)
Timestamp for when the app authorization was last updated.
|
String |
toString()
Returns a string representation of this object.
|
AppAuthorizationSummary |
withApp(String app)
The name of the application.
|
AppAuthorizationSummary |
withAppAuthorizationArn(String appAuthorizationArn)
The Amazon Resource Name (ARN) of the app authorization.
|
AppAuthorizationSummary |
withAppBundleArn(String appBundleArn)
The Amazon Resource Name (ARN) of the app bundle for the app authorization.
|
AppAuthorizationSummary |
withStatus(AppAuthorizationStatus status)
The state of the app authorization.
|
AppAuthorizationSummary |
withStatus(String status)
The state of the app authorization.
|
AppAuthorizationSummary |
withTenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
AppAuthorizationSummary |
withUpdatedAt(Date updatedAt)
Timestamp for when the app authorization was last updated.
|
public void setAppAuthorizationArn(String appAuthorizationArn)
The Amazon Resource Name (ARN) of the app authorization.
appAuthorizationArn
- The Amazon Resource Name (ARN) of the app authorization.public String getAppAuthorizationArn()
The Amazon Resource Name (ARN) of the app authorization.
public AppAuthorizationSummary withAppAuthorizationArn(String appAuthorizationArn)
The Amazon Resource Name (ARN) of the app authorization.
appAuthorizationArn
- The Amazon Resource Name (ARN) of the app authorization.public void setAppBundleArn(String appBundleArn)
The Amazon Resource Name (ARN) of the app bundle for the app authorization.
appBundleArn
- The Amazon Resource Name (ARN) of the app bundle for the app authorization.public String getAppBundleArn()
The Amazon Resource Name (ARN) of the app bundle for the app authorization.
public AppAuthorizationSummary withAppBundleArn(String appBundleArn)
The Amazon Resource Name (ARN) of the app bundle for the app authorization.
appBundleArn
- The Amazon Resource Name (ARN) of the app bundle for the app authorization.public void setApp(String app)
The name of the application.
app
- The name of the application.public String getApp()
The name of the application.
public AppAuthorizationSummary withApp(String app)
The name of the application.
app
- The name of the application.public void setTenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
tenant
- Contains information about an application tenant, such as the application display name and identifier.public Tenant getTenant()
Contains information about an application tenant, such as the application display name and identifier.
public AppAuthorizationSummary withTenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
tenant
- Contains information about an application tenant, such as the application display name and identifier.public void setStatus(String 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.
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.
AppAuthorizationStatus
public String getStatus()
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.
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.
AppAuthorizationStatus
public AppAuthorizationSummary withStatus(String 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.
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.
AppAuthorizationStatus
public AppAuthorizationSummary withStatus(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.
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.
AppAuthorizationStatus
public void setUpdatedAt(Date updatedAt)
Timestamp for when the app authorization was last updated.
updatedAt
- Timestamp for when the app authorization was last updated.public Date getUpdatedAt()
Timestamp for when the app authorization was last updated.
public AppAuthorizationSummary withUpdatedAt(Date updatedAt)
Timestamp for when the app authorization was last updated.
updatedAt
- Timestamp for when the app authorization was last updated.public String toString()
toString
in class Object
Object.toString()
public AppAuthorizationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.