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