@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationResourceAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationResourceAssociation.Builder,ApplicationResourceAssociation>
Describes the association between an application and an application resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationResourceAssociation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The identifier of the application.
|
String |
associatedResourceId()
The identifier of the associated resource.
|
ApplicationAssociatedResourceType |
associatedResourceType()
The resource type of the associated resource.
|
String |
associatedResourceTypeAsString()
The resource type of the associated resource.
|
static ApplicationResourceAssociation.Builder |
builder() |
Instant |
created()
The time the association was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
The time the association status was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationResourceAssociation.Builder> |
serializableBuilderClass() |
AssociationState |
state()
The status of the application resource association.
|
String |
stateAsString()
The status of the application resource association.
|
AssociationStateReason |
stateReason()
The reason the association deployment failed.
|
ApplicationResourceAssociation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The identifier of the application.
public final String associatedResourceId()
The identifier of the associated resource.
public final ApplicationAssociatedResourceType associatedResourceType()
The resource type of the associated resource.
If the service returns an enum value that is not available in the current SDK version,
associatedResourceType will return ApplicationAssociatedResourceType.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from associatedResourceTypeAsString().
ApplicationAssociatedResourceTypepublic final String associatedResourceTypeAsString()
The resource type of the associated resource.
If the service returns an enum value that is not available in the current SDK version,
associatedResourceType will return ApplicationAssociatedResourceType.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from associatedResourceTypeAsString().
ApplicationAssociatedResourceTypepublic final Instant created()
The time the association was created.
public final Instant lastUpdatedTime()
The time the association status was last updated.
public final AssociationState state()
The status of the application resource association.
If the service returns an enum value that is not available in the current SDK version, state will return
AssociationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
AssociationStatepublic final String stateAsString()
The status of the application resource association.
If the service returns an enum value that is not available in the current SDK version, state will return
AssociationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
AssociationStatepublic final AssociationStateReason stateReason()
The reason the association deployment failed.
public ApplicationResourceAssociation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationResourceAssociation.Builder,ApplicationResourceAssociation>public static ApplicationResourceAssociation.Builder builder()
public static Class<? extends ApplicationResourceAssociation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.