@Generated(value="software.amazon.awssdk:codegen") public final class ResourceGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceGroup.Builder,ResourceGroup>
The information about the resource group integration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon resource name (ARN) of the resource group.
|
static ResourceGroup.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
The error message that generates when the propagation process for the resource group fails.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceGroup.Builder> |
serializableBuilderClass() |
ResourceGroupState |
state()
The state of the propagation process for the resource group.
|
String |
stateAsString()
The state of the propagation process for the resource group.
|
ResourceGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceGroupState state()
The state of the propagation process for the resource group. The states includes:
CREATING if the resource group is in the process of being created.
CREATE_COMPLETE if the resource group was created successfully.
CREATE_FAILED if the resource group failed to be created.
UPDATING if the resource group is in the process of being updated.
UPDATE_COMPLETE if the resource group updated successfully.
UPDATE_FAILED if the resource group could not update successfully.
If the service returns an enum value that is not available in the current SDK version, state will return
ResourceGroupState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
CREATING if the resource group is in the process of being created.
CREATE_COMPLETE if the resource group was created successfully.
CREATE_FAILED if the resource group failed to be created.
UPDATING if the resource group is in the process of being updated.
UPDATE_COMPLETE if the resource group updated successfully.
UPDATE_FAILED if the resource group could not update successfully.
ResourceGroupStatepublic final String stateAsString()
The state of the propagation process for the resource group. The states includes:
CREATING if the resource group is in the process of being created.
CREATE_COMPLETE if the resource group was created successfully.
CREATE_FAILED if the resource group failed to be created.
UPDATING if the resource group is in the process of being updated.
UPDATE_COMPLETE if the resource group updated successfully.
UPDATE_FAILED if the resource group could not update successfully.
If the service returns an enum value that is not available in the current SDK version, state will return
ResourceGroupState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
CREATING if the resource group is in the process of being created.
CREATE_COMPLETE if the resource group was created successfully.
CREATE_FAILED if the resource group failed to be created.
UPDATING if the resource group is in the process of being updated.
UPDATE_COMPLETE if the resource group updated successfully.
UPDATE_FAILED if the resource group could not update successfully.
ResourceGroupStatepublic final String arn()
The Amazon resource name (ARN) of the resource group.
public final String errorMessage()
The error message that generates when the propagation process for the resource group fails.
public ResourceGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceGroup.Builder,ResourceGroup>public static ResourceGroup.Builder builder()
public static Class<? extends ResourceGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.