@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalysisResultLocation extends Object implements Serializable, Cloneable, StructuredPojo
Contains information that you can use to locate the field in your detector model that the analysis result references.
| Constructor and Description |
|---|
AnalysisResultLocation() |
| Modifier and Type | Method and Description |
|---|---|
AnalysisResultLocation |
clone() |
boolean |
equals(Object obj) |
String |
getPath()
A JsonPath expression that identifies the error field in your
detector model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPath(String path)
A JsonPath expression that identifies the error field in your
detector model.
|
String |
toString()
Returns a string representation of this object.
|
AnalysisResultLocation |
withPath(String path)
A JsonPath expression that identifies the error field in your
detector model.
|
public void setPath(String path)
A JsonPath expression that identifies the error field in your detector model.
path - A JsonPath expression that identifies the error field
in your detector model.public String getPath()
A JsonPath expression that identifies the error field in your detector model.
public AnalysisResultLocation withPath(String path)
A JsonPath expression that identifies the error field in your detector model.
path - A JsonPath expression that identifies the error field
in your detector model.public String toString()
toString in class ObjectObject.toString()public AnalysisResultLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.