@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsGuardDutyDetectorDataSourcesDnsLogsDetails extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information on the status of DNS logs as a data source for the detector.
| Constructor and Description | 
|---|
| AwsGuardDutyDetectorDataSourcesDnsLogsDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| AwsGuardDutyDetectorDataSourcesDnsLogsDetails | clone() | 
| boolean | equals(Object obj) | 
| String | getStatus()
 Describes whether DNS logs is enabled as a data source for the detector. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setStatus(String status)
 Describes whether DNS logs is enabled as a data source for the detector. | 
| String | toString()Returns a string representation of this object. | 
| AwsGuardDutyDetectorDataSourcesDnsLogsDetails | withStatus(String status)
 Describes whether DNS logs is enabled as a data source for the detector. | 
public AwsGuardDutyDetectorDataSourcesDnsLogsDetails()
public void setStatus(String status)
Describes whether DNS logs is enabled as a data source for the detector.
status - Describes whether DNS logs is enabled as a data source for the detector.public String getStatus()
Describes whether DNS logs is enabled as a data source for the detector.
public AwsGuardDutyDetectorDataSourcesDnsLogsDetails withStatus(String status)
Describes whether DNS logs is enabled as a data source for the detector.
status - Describes whether DNS logs is enabled as a data source for the detector.public String toString()
toString in class ObjectObject.toString()public AwsGuardDutyDetectorDataSourcesDnsLogsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.