@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectorDebugOption extends Object implements Serializable, Cloneable, StructuredPojo
The detector model and the specific detectors (instances) for which the logging level is given.
Constructor and Description |
---|
DetectorDebugOption() |
Modifier and Type | Method and Description |
---|---|
DetectorDebugOption |
clone() |
boolean |
equals(Object obj) |
String |
getDetectorModelName()
The name of the detector model.
|
String |
getKeyValue()
The value of the input attribute key used to create the detector (the instance of the detector model).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDetectorModelName(String detectorModelName)
The name of the detector model.
|
void |
setKeyValue(String keyValue)
The value of the input attribute key used to create the detector (the instance of the detector model).
|
String |
toString()
Returns a string representation of this object.
|
DetectorDebugOption |
withDetectorModelName(String detectorModelName)
The name of the detector model.
|
DetectorDebugOption |
withKeyValue(String keyValue)
The value of the input attribute key used to create the detector (the instance of the detector model).
|
public void setDetectorModelName(String detectorModelName)
The name of the detector model.
detectorModelName
- The name of the detector model.public String getDetectorModelName()
The name of the detector model.
public DetectorDebugOption withDetectorModelName(String detectorModelName)
The name of the detector model.
detectorModelName
- The name of the detector model.public void setKeyValue(String keyValue)
The value of the input attribute key used to create the detector (the instance of the detector model).
keyValue
- The value of the input attribute key used to create the detector (the instance of the detector model).public String getKeyValue()
The value of the input attribute key used to create the detector (the instance of the detector model).
public DetectorDebugOption withKeyValue(String keyValue)
The value of the input attribute key used to create the detector (the instance of the detector model).
keyValue
- The value of the input attribute key used to create the detector (the instance of the detector model).public String toString()
toString
in class Object
Object.toString()
public DetectorDebugOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.