@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectorFeatureConfigurationResult extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a GuardDuty feature.
| Constructor and Description |
|---|
DetectorFeatureConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
DetectorFeatureConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Indicates the name of the feature that can be enabled for the detector.
|
String |
getStatus()
Indicates the status of the feature that is enabled for the detector.
|
Date |
getUpdatedAt()
The timestamp at which the feature object was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
Indicates the name of the feature that can be enabled for the detector.
|
void |
setStatus(String status)
Indicates the status of the feature that is enabled for the detector.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp at which the feature object was updated.
|
String |
toString()
Returns a string representation of this object.
|
DetectorFeatureConfigurationResult |
withName(DetectorFeatureResult name)
Indicates the name of the feature that can be enabled for the detector.
|
DetectorFeatureConfigurationResult |
withName(String name)
Indicates the name of the feature that can be enabled for the detector.
|
DetectorFeatureConfigurationResult |
withStatus(FeatureStatus status)
Indicates the status of the feature that is enabled for the detector.
|
DetectorFeatureConfigurationResult |
withStatus(String status)
Indicates the status of the feature that is enabled for the detector.
|
DetectorFeatureConfigurationResult |
withUpdatedAt(Date updatedAt)
The timestamp at which the feature object was updated.
|
public void setName(String name)
Indicates the name of the feature that can be enabled for the detector.
name - Indicates the name of the feature that can be enabled for the detector.DetectorFeatureResultpublic String getName()
Indicates the name of the feature that can be enabled for the detector.
DetectorFeatureResultpublic DetectorFeatureConfigurationResult withName(String name)
Indicates the name of the feature that can be enabled for the detector.
name - Indicates the name of the feature that can be enabled for the detector.DetectorFeatureResultpublic DetectorFeatureConfigurationResult withName(DetectorFeatureResult name)
Indicates the name of the feature that can be enabled for the detector.
name - Indicates the name of the feature that can be enabled for the detector.DetectorFeatureResultpublic void setStatus(String status)
Indicates the status of the feature that is enabled for the detector.
status - Indicates the status of the feature that is enabled for the detector.FeatureStatuspublic String getStatus()
Indicates the status of the feature that is enabled for the detector.
FeatureStatuspublic DetectorFeatureConfigurationResult withStatus(String status)
Indicates the status of the feature that is enabled for the detector.
status - Indicates the status of the feature that is enabled for the detector.FeatureStatuspublic DetectorFeatureConfigurationResult withStatus(FeatureStatus status)
Indicates the status of the feature that is enabled for the detector.
status - Indicates the status of the feature that is enabled for the detector.FeatureStatuspublic void setUpdatedAt(Date updatedAt)
The timestamp at which the feature object was updated.
updatedAt - The timestamp at which the feature object was updated.public Date getUpdatedAt()
The timestamp at which the feature object was updated.
public DetectorFeatureConfigurationResult withUpdatedAt(Date updatedAt)
The timestamp at which the feature object was updated.
updatedAt - The timestamp at which the feature object was updated.public String toString()
toString in class ObjectObject.toString()public DetectorFeatureConfigurationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.