@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectorFeatureConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a GuardDuty feature.
| Constructor and Description |
|---|
DetectorFeatureConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DetectorFeatureConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the feature.
|
String |
getStatus()
The status of the feature.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the feature.
|
void |
setStatus(String status)
The status of the feature.
|
String |
toString()
Returns a string representation of this object.
|
DetectorFeatureConfiguration |
withName(DetectorFeature name)
The name of the feature.
|
DetectorFeatureConfiguration |
withName(String name)
The name of the feature.
|
DetectorFeatureConfiguration |
withStatus(FeatureStatus status)
The status of the feature.
|
DetectorFeatureConfiguration |
withStatus(String status)
The status of the feature.
|
public void setName(String name)
The name of the feature.
name - The name of the feature.DetectorFeaturepublic String getName()
The name of the feature.
DetectorFeaturepublic DetectorFeatureConfiguration withName(String name)
The name of the feature.
name - The name of the feature.DetectorFeaturepublic DetectorFeatureConfiguration withName(DetectorFeature name)
The name of the feature.
name - The name of the feature.DetectorFeaturepublic void setStatus(String status)
The status of the feature.
status - The status of the feature.FeatureStatuspublic String getStatus()
The status of the feature.
FeatureStatuspublic DetectorFeatureConfiguration withStatus(String status)
The status of the feature.
status - The status of the feature.FeatureStatuspublic DetectorFeatureConfiguration withStatus(FeatureStatus status)
The status of the feature.
status - The status of the feature.FeatureStatuspublic String toString()
toString in class ObjectObject.toString()public DetectorFeatureConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.