@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInsightRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeInsightRulesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeInsightRulesResult |
clone() |
boolean |
equals(Object obj) |
List<InsightRule> |
getInsightRules()
The rules returned by the operation.
|
String |
getNextToken()
If this parameter is present, it is a token that marks the start of the next batch of returned results.
|
int |
hashCode() |
void |
setInsightRules(Collection<InsightRule> insightRules)
The rules returned by the operation.
|
void |
setNextToken(String nextToken)
If this parameter is present, it is a token that marks the start of the next batch of returned results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInsightRulesResult |
withInsightRules(Collection<InsightRule> insightRules)
The rules returned by the operation.
|
DescribeInsightRulesResult |
withInsightRules(InsightRule... insightRules)
The rules returned by the operation.
|
DescribeInsightRulesResult |
withNextToken(String nextToken)
If this parameter is present, it is a token that marks the start of the next batch of returned results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
If this parameter is present, it is a token that marks the start of the next batch of returned results.
nextToken - If this parameter is present, it is a token that marks the start of the next batch of returned results.public String getNextToken()
If this parameter is present, it is a token that marks the start of the next batch of returned results.
public DescribeInsightRulesResult withNextToken(String nextToken)
If this parameter is present, it is a token that marks the start of the next batch of returned results.
nextToken - If this parameter is present, it is a token that marks the start of the next batch of returned results.public List<InsightRule> getInsightRules()
The rules returned by the operation.
public void setInsightRules(Collection<InsightRule> insightRules)
The rules returned by the operation.
insightRules - The rules returned by the operation.public DescribeInsightRulesResult withInsightRules(InsightRule... insightRules)
The rules returned by the operation.
NOTE: This method appends the values to the existing list (if any). Use
setInsightRules(java.util.Collection) or withInsightRules(java.util.Collection) if you want to
override the existing values.
insightRules - The rules returned by the operation.public DescribeInsightRulesResult withInsightRules(Collection<InsightRule> insightRules)
The rules returned by the operation.
insightRules - The rules returned by the operation.public String toString()
toString in class ObjectObject.toString()public DescribeInsightRulesResult clone()