@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details related to the resource.
| Constructor and Description |
|---|
ResourceDetails() |
| Modifier and Type | Method and Description |
|---|---|
ResourceDetails |
clone() |
boolean |
equals(Object obj) |
String |
getTagValue()
The value of the tag.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTagValue(String tagValue)
The value of the tag.
|
String |
toString()
Returns a string representation of this object.
|
ResourceDetails |
withTagValue(String tagValue)
The value of the tag.
|
public void setTagValue(String tagValue)
The value of the tag.
tagValue - The value of the tag.public String getTagValue()
The value of the tag.
public ResourceDetails withTagValue(String tagValue)
The value of the tag.
tagValue - The value of the tag.public String toString()
toString in class ObjectObject.toString()public ResourceDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.