Class ResourceGroup
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalogappregistry.model.ResourceGroup
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourceGroup.Builder,ResourceGroup>
@Generated("software.amazon.awssdk:codegen") public final class ResourceGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceGroup.Builder,ResourceGroup>
The information about the resource group integration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResourceGroup.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon resource name (ARN) of the resource group.static ResourceGroup.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()The error message that generates when the propagation process for the resource group fails.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ResourceGroup.Builder>serializableBuilderClass()ResourceGroupStatestate()The state of the propagation process for the resource group.StringstateAsString()The state of the propagation process for the resource group.ResourceGroup.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
state
public final ResourceGroupState state()
The state of the propagation process for the resource group. The states includes:
CREATINGif the resource group is in the process of being created.CREATE_COMPLETEif the resource group was created successfully.CREATE_FAILEDif the resource group failed to be created.UPDATINGif the resource group is in the process of being updated.UPDATE_COMPLETEif the resource group updated successfully.UPDATE_FAILEDif the resource group could not update successfully.If the service returns an enum value that is not available in the current SDK version,
statewill returnResourceGroupState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the propagation process for the resource group. The states includes:
CREATINGif the resource group is in the process of being created.CREATE_COMPLETEif the resource group was created successfully.CREATE_FAILEDif the resource group failed to be created.UPDATINGif the resource group is in the process of being updated.UPDATE_COMPLETEif the resource group updated successfully.UPDATE_FAILEDif the resource group could not update successfully. - See Also:
ResourceGroupState
-
stateAsString
public final String stateAsString()
The state of the propagation process for the resource group. The states includes:
CREATINGif the resource group is in the process of being created.CREATE_COMPLETEif the resource group was created successfully.CREATE_FAILEDif the resource group failed to be created.UPDATINGif the resource group is in the process of being updated.UPDATE_COMPLETEif the resource group updated successfully.UPDATE_FAILEDif the resource group could not update successfully.If the service returns an enum value that is not available in the current SDK version,
statewill returnResourceGroupState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the propagation process for the resource group. The states includes:
CREATINGif the resource group is in the process of being created.CREATE_COMPLETEif the resource group was created successfully.CREATE_FAILEDif the resource group failed to be created.UPDATINGif the resource group is in the process of being updated.UPDATE_COMPLETEif the resource group updated successfully.UPDATE_FAILEDif the resource group could not update successfully. - See Also:
ResourceGroupState
-
arn
public final String arn()
The Amazon resource name (ARN) of the resource group.
- Returns:
- The Amazon resource name (ARN) of the resource group.
-
errorMessage
public final String errorMessage()
The error message that generates when the propagation process for the resource group fails.
- Returns:
- The error message that generates when the propagation process for the resource group fails.
-
toBuilder
public ResourceGroup.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourceGroup.Builder,ResourceGroup>
-
builder
public static ResourceGroup.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResourceGroup.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-