@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIntentPathsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListIntentPathsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListIntentPathsResult |
clone() |
boolean |
equals(Object obj) |
List<AnalyticsIntentNodeSummary> |
getNodeSummaries()
A list of objects, each of which contains information about a node in the intent path for which you requested
metrics.
|
int |
hashCode() |
void |
setNodeSummaries(Collection<AnalyticsIntentNodeSummary> nodeSummaries)
A list of objects, each of which contains information about a node in the intent path for which you requested
metrics.
|
String |
toString()
Returns a string representation of this object.
|
ListIntentPathsResult |
withNodeSummaries(AnalyticsIntentNodeSummary... nodeSummaries)
A list of objects, each of which contains information about a node in the intent path for which you requested
metrics.
|
ListIntentPathsResult |
withNodeSummaries(Collection<AnalyticsIntentNodeSummary> nodeSummaries)
A list of objects, each of which contains information about a node in the intent path for which you requested
metrics.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AnalyticsIntentNodeSummary> getNodeSummaries()
A list of objects, each of which contains information about a node in the intent path for which you requested metrics.
public void setNodeSummaries(Collection<AnalyticsIntentNodeSummary> nodeSummaries)
A list of objects, each of which contains information about a node in the intent path for which you requested metrics.
nodeSummaries - A list of objects, each of which contains information about a node in the intent path for which you
requested metrics.public ListIntentPathsResult withNodeSummaries(AnalyticsIntentNodeSummary... nodeSummaries)
A list of objects, each of which contains information about a node in the intent path for which you requested metrics.
NOTE: This method appends the values to the existing list (if any). Use
setNodeSummaries(java.util.Collection) or withNodeSummaries(java.util.Collection) if you want
to override the existing values.
nodeSummaries - A list of objects, each of which contains information about a node in the intent path for which you
requested metrics.public ListIntentPathsResult withNodeSummaries(Collection<AnalyticsIntentNodeSummary> nodeSummaries)
A list of objects, each of which contains information about a node in the intent path for which you requested metrics.
nodeSummaries - A list of objects, each of which contains information about a node in the intent path for which you
requested metrics.public String toString()
toString in class ObjectObject.toString()public ListIntentPathsResult clone()