@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInsightsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetInsightsResult() |
Modifier and Type | Method and Description |
---|---|
GetInsightsResult |
clone() |
boolean |
equals(Object obj) |
Insights |
getInsights()
The analytics data that the
GetInsights API returned. |
int |
hashCode() |
void |
setInsights(Insights insights)
The analytics data that the
GetInsights API returned. |
String |
toString()
Returns a string representation of this object.
|
GetInsightsResult |
withInsights(Insights insights)
The analytics data that the
GetInsights API returned. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInsights(Insights insights)
The analytics data that the GetInsights
API returned.
insights
- The analytics data that the GetInsights
API returned.public Insights getInsights()
The analytics data that the GetInsights
API returned.
GetInsights
API returned.public GetInsightsResult withInsights(Insights insights)
The analytics data that the GetInsights
API returned.
insights
- The analytics data that the GetInsights
API returned.public String toString()
toString
in class Object
Object.toString()
public GetInsightsResult clone()