@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Entity extends Object implements Serializable, Cloneable, StructuredPojo
An object, structure, or sub-structure of an analysis, template, or dashboard.
Constructor and Description |
---|
Entity() |
Modifier and Type | Method and Description |
---|---|
Entity |
clone() |
boolean |
equals(Object obj) |
String |
getPath()
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPath(String path)
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
|
String |
toString()
Returns a string representation of this object.
|
Entity |
withPath(String path)
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
|
public void setPath(String path)
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
path
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.public String getPath()
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
public Entity withPath(String path)
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
path
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.