@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInsightResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateInsightResult() |
Modifier and Type | Method and Description |
---|---|
CreateInsightResult |
clone() |
boolean |
equals(Object obj) |
String |
getInsightArn()
The ARN of the insight created.
|
int |
hashCode() |
void |
setInsightArn(String insightArn)
The ARN of the insight created.
|
String |
toString()
Returns a string representation of this object.
|
CreateInsightResult |
withInsightArn(String insightArn)
The ARN of the insight created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInsightArn(String insightArn)
The ARN of the insight created.
insightArn
- The ARN of the insight created.public String getInsightArn()
The ARN of the insight created.
public CreateInsightResult withInsightArn(String insightArn)
The ARN of the insight created.
insightArn
- The ARN of the insight created.public String toString()
toString
in class Object
Object.toString()
public CreateInsightResult clone()