@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationKubernetesConfigurationResult extends Object implements Serializable, Cloneable, StructuredPojo
The current configuration of all Kubernetes data sources for the organization.
| Constructor and Description |
|---|
OrganizationKubernetesConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationKubernetesConfigurationResult |
clone() |
boolean |
equals(Object obj) |
OrganizationKubernetesAuditLogsConfigurationResult |
getAuditLogs()
The current configuration of Kubernetes audit logs as a data source for the organization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAuditLogs(OrganizationKubernetesAuditLogsConfigurationResult auditLogs)
The current configuration of Kubernetes audit logs as a data source for the organization.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationKubernetesConfigurationResult |
withAuditLogs(OrganizationKubernetesAuditLogsConfigurationResult auditLogs)
The current configuration of Kubernetes audit logs as a data source for the organization.
|
public OrganizationKubernetesConfigurationResult()
public void setAuditLogs(OrganizationKubernetesAuditLogsConfigurationResult auditLogs)
The current configuration of Kubernetes audit logs as a data source for the organization.
auditLogs - The current configuration of Kubernetes audit logs as a data source for the organization.public OrganizationKubernetesAuditLogsConfigurationResult getAuditLogs()
The current configuration of Kubernetes audit logs as a data source for the organization.
public OrganizationKubernetesConfigurationResult withAuditLogs(OrganizationKubernetesAuditLogsConfigurationResult auditLogs)
The current configuration of Kubernetes audit logs as a data source for the organization.
auditLogs - The current configuration of Kubernetes audit logs as a data source for the organization.public String toString()
toString in class ObjectObject.toString()public OrganizationKubernetesConfigurationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.