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