@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public IssueDetectionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.