@Generated(value="software.amazon.awssdk:codegen") public final class ResourceDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceDetail.Builder,ResourceDetail>
Information about a resource.
Modifier and Type | Class and Description |
---|---|
static interface |
ResourceDetail.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The ARN of the resource.
|
static ResourceDetail.Builder |
builder() |
Instant |
createdTime()
The creation time of the resource.
|
String |
description()
The description of the resource.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the resource.
|
String |
name()
The name of the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceDetail.Builder> |
serializableBuilderClass() |
ResourceDetail.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String id()
The identifier of the resource.
public String arn()
The ARN of the resource.
public String name()
The name of the resource.
public String description()
The description of the resource.
public Instant createdTime()
The creation time of the resource.
public ResourceDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResourceDetail.Builder,ResourceDetail>
public static ResourceDetail.Builder builder()
public static Class<? extends ResourceDetail.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.