Class ResourcesListItem
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalogappregistry.model.ResourcesListItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourcesListItem.Builder,ResourcesListItem>
@Generated("software.amazon.awssdk:codegen") public final class ResourcesListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourcesListItem.Builder,ResourcesListItem>
The resource in a list of resources.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResourcesListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourcesListItem.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()The message returned if the call fails.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceArn()The Amazon resource name (ARN) of the resource.StringresourceType()Provides information about the AppRegistry resource type.List<SdkField<?>>sdkFields()static Class<? extends ResourcesListItem.Builder>serializableBuilderClass()Stringstatus()The status of the list item.ResourcesListItem.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
-
resourceArn
public final String resourceArn()
The Amazon resource name (ARN) of the resource.
- Returns:
- The Amazon resource name (ARN) of the resource.
-
errorMessage
public final String errorMessage()
The message returned if the call fails.
- Returns:
- The message returned if the call fails.
-
status
public final String status()
The status of the list item.
- Returns:
- The status of the list item.
-
resourceType
public final String resourceType()
Provides information about the AppRegistry resource type.
- Returns:
- Provides information about the AppRegistry resource type.
-
toBuilder
public ResourcesListItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourcesListItem.Builder,ResourcesListItem>
-
builder
public static ResourcesListItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResourcesListItem.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.
-
-