@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IssueDetectionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains the configuration settings for an issue detection task.
| Constructor and Description |
|---|
IssueDetectionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
IssueDetectionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getRuleName()
The name of the issue detection rule.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRuleName(String ruleName)
The name of the issue detection rule.
|
String |
toString()
Returns a string representation of this object.
|
IssueDetectionConfiguration |
withRuleName(String ruleName)
The name of the issue detection rule.
|
public void setRuleName(String ruleName)
The name of the issue detection rule.
ruleName - The name of the issue detection rule.public String getRuleName()
The name of the issue detection rule.
public IssueDetectionConfiguration withRuleName(String ruleName)
The name of the issue detection rule.
ruleName - The name of the issue detection rule.public String toString()
toString in class ObjectObject.toString()public IssueDetectionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.