@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InsightsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The structure containing configurations related to insights.
Constructor and Description |
---|
InsightsConfiguration() |
Modifier and Type | Method and Description |
---|---|
InsightsConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getInsightsEnabled()
Set the InsightsEnabled value to true to enable insights or false to disable insights.
|
int |
hashCode() |
Boolean |
isInsightsEnabled()
Set the InsightsEnabled value to true to enable insights or false to disable insights.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInsightsEnabled(Boolean insightsEnabled)
Set the InsightsEnabled value to true to enable insights or false to disable insights.
|
String |
toString()
Returns a string representation of this object.
|
InsightsConfiguration |
withInsightsEnabled(Boolean insightsEnabled)
Set the InsightsEnabled value to true to enable insights or false to disable insights.
|
public void setInsightsEnabled(Boolean insightsEnabled)
Set the InsightsEnabled value to true to enable insights or false to disable insights.
insightsEnabled
- Set the InsightsEnabled value to true to enable insights or false to disable insights.public Boolean getInsightsEnabled()
Set the InsightsEnabled value to true to enable insights or false to disable insights.
public InsightsConfiguration withInsightsEnabled(Boolean insightsEnabled)
Set the InsightsEnabled value to true to enable insights or false to disable insights.
insightsEnabled
- Set the InsightsEnabled value to true to enable insights or false to disable insights.public Boolean isInsightsEnabled()
Set the InsightsEnabled value to true to enable insights or false to disable insights.
public String toString()
toString
in class Object
Object.toString()
public InsightsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.