@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)
Marshalls this structured data using the given
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.DetectorFeatureResult
public String getName()
Indicates the name of the feature that can be enabled for the detector.
DetectorFeatureResult
public 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.DetectorFeatureResult
public 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.DetectorFeatureResult
public 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.FeatureStatus
public String getStatus()
Indicates the status of the feature that is enabled for the detector.
FeatureStatus
public 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.FeatureStatus
public 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.FeatureStatus
public 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 Object
Object.toString()
public DetectorFeatureConfigurationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.