@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteInsightRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteInsightRulesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteInsightRulesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getRuleNames()
An array of the rule names to delete.
|
int |
hashCode() |
void |
setRuleNames(Collection<String> ruleNames)
An array of the rule names to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteInsightRulesRequest |
withRuleNames(Collection<String> ruleNames)
An array of the rule names to delete.
|
DeleteInsightRulesRequest |
withRuleNames(String... ruleNames)
An array of the rule names to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getRuleNames()
An array of the rule names to delete. If you need to find out the names of your rules, use DescribeInsightRules.
public void setRuleNames(Collection<String> ruleNames)
An array of the rule names to delete. If you need to find out the names of your rules, use DescribeInsightRules.
ruleNames - An array of the rule names to delete. If you need to find out the names of your rules, use DescribeInsightRules.public DeleteInsightRulesRequest withRuleNames(String... ruleNames)
An array of the rule names to delete. If you need to find out the names of your rules, use DescribeInsightRules.
NOTE: This method appends the values to the existing list (if any). Use
setRuleNames(java.util.Collection) or withRuleNames(java.util.Collection) if you want to
override the existing values.
ruleNames - An array of the rule names to delete. If you need to find out the names of your rules, use DescribeInsightRules.public DeleteInsightRulesRequest withRuleNames(Collection<String> ruleNames)
An array of the rule names to delete. If you need to find out the names of your rules, use DescribeInsightRules.
ruleNames - An array of the rule names to delete. If you need to find out the names of your rules, use DescribeInsightRules.public String toString()
toString in class ObjectObject.toString()public DeleteInsightRulesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()