@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) |
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)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.