@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceDetail extends Object implements Serializable, Cloneable, StructuredPojo
Detailed resource information.
| Constructor and Description |
|---|
ResourceDetail() |
| Modifier and Type | Method and Description |
|---|---|
ResourceDetail |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
ARN of the resource.
|
Date |
getCreatedTime()
Creation time of the resource.
|
String |
getDescription()
Description of the resource.
|
String |
getId()
Identifier of the resource.
|
String |
getName()
Name of the resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setARN(String aRN)
ARN of the resource.
|
void |
setCreatedTime(Date createdTime)
Creation time of the resource.
|
void |
setDescription(String description)
Description of the resource.
|
void |
setId(String id)
Identifier of the resource.
|
void |
setName(String name)
Name of the resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ResourceDetail |
withARN(String aRN)
ARN of the resource.
|
ResourceDetail |
withCreatedTime(Date createdTime)
Creation time of the resource.
|
ResourceDetail |
withDescription(String description)
Description of the resource.
|
ResourceDetail |
withId(String id)
Identifier of the resource.
|
ResourceDetail |
withName(String name)
Name of the resource.
|
public void setId(String id)
Identifier of the resource.
id - Identifier of the resource.public String getId()
Identifier of the resource.
public ResourceDetail withId(String id)
Identifier of the resource.
id - Identifier of the resource.public void setARN(String aRN)
ARN of the resource.
aRN - ARN of the resource.public String getARN()
ARN of the resource.
public ResourceDetail withARN(String aRN)
ARN of the resource.
aRN - ARN of the resource.public void setName(String name)
Name of the resource.
name - Name of the resource.public String getName()
Name of the resource.
public ResourceDetail withName(String name)
Name of the resource.
name - Name of the resource.public void setDescription(String description)
Description of the resource.
description - Description of the resource.public String getDescription()
Description of the resource.
public ResourceDetail withDescription(String description)
Description of the resource.
description - Description of the resource.public void setCreatedTime(Date createdTime)
Creation time of the resource.
createdTime - Creation time of the resource.public Date getCreatedTime()
Creation time of the resource.
public ResourceDetail withCreatedTime(Date createdTime)
Creation time of the resource.
createdTime - Creation time of the resource.public String toString()
toString in class ObjectObject.toString()public ResourceDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.