@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationKubernetesConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Organization-wide Kubernetes data sources configurations.
| Constructor and Description |
|---|
OrganizationKubernetesConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationKubernetesConfiguration |
clone() |
boolean |
equals(Object obj) |
OrganizationKubernetesAuditLogsConfiguration |
getAuditLogs()
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAuditLogs(OrganizationKubernetesAuditLogsConfiguration auditLogs)
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationKubernetesConfiguration |
withAuditLogs(OrganizationKubernetesAuditLogsConfiguration auditLogs)
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
|
public void setAuditLogs(OrganizationKubernetesAuditLogsConfiguration auditLogs)
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
auditLogs - Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.public OrganizationKubernetesAuditLogsConfiguration getAuditLogs()
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
public OrganizationKubernetesConfiguration withAuditLogs(OrganizationKubernetesAuditLogsConfiguration auditLogs)
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
auditLogs - Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.public String toString()
toString in class ObjectObject.toString()public OrganizationKubernetesConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.