@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information on the status of Kubernetes audit logs as a data source for the detector.
| Constructor and Description |
|---|
AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
Describes whether Kubernetes audit logs are activated as a data source for the detector.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStatus(String status)
Describes whether Kubernetes audit logs are activated as a data source for the detector.
|
String |
toString()
Returns a string representation of this object.
|
AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails |
withStatus(String status)
Describes whether Kubernetes audit logs are activated as a data source for the detector.
|
public AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails()
public void setStatus(String status)
Describes whether Kubernetes audit logs are activated as a data source for the detector.
status - Describes whether Kubernetes audit logs are activated as a data source for the detector.public String getStatus()
Describes whether Kubernetes audit logs are activated as a data source for the detector.
public AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails withStatus(String status)
Describes whether Kubernetes audit logs are activated as a data source for the detector.
status - Describes whether Kubernetes audit logs are activated as a data source for the detector.public String toString()
toString in class ObjectObject.toString()public AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.