Class ResourceDetail
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalog.model.ResourceDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourceDetail.Builder,ResourceDetail>
@Generated("software.amazon.awssdk:codegen") public final class ResourceDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceDetail.Builder,ResourceDetail>
Information about a resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResourceDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the resource.static ResourceDetail.Builderbuilder()InstantcreatedTime()The creation time of the resource.Stringdescription()The description of the resource.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the resource.Stringname()The name of the resource.List<SdkField<?>>sdkFields()static Class<? extends ResourceDetail.Builder>serializableBuilderClass()ResourceDetail.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
-
id
public final String id()
The identifier of the resource.
- Returns:
- The identifier of the resource.
-
arn
public final String arn()
The ARN of the resource.
- Returns:
- The ARN of the resource.
-
name
public final String name()
The name of the resource.
- Returns:
- The name of the resource.
-
description
public final String description()
The description of the resource.
- Returns:
- The description of the resource.
-
createdTime
public final Instant createdTime()
The creation time of the resource.
- Returns:
- The creation time of the resource.
-
toBuilder
public ResourceDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourceDetail.Builder,ResourceDetail>
-
builder
public static ResourceDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResourceDetail.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.
-
-