@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KubernetesDataSourceFreeTrial extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about the Kubernetes resources when it is enabled as a data source.
| Constructor and Description |
|---|
KubernetesDataSourceFreeTrial() |
| Modifier and Type | Method and Description |
|---|---|
KubernetesDataSourceFreeTrial |
clone() |
boolean |
equals(Object obj) |
DataSourceFreeTrial |
getAuditLogs()
Describes whether Kubernetes audit logs are enabled as a data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAuditLogs(DataSourceFreeTrial auditLogs)
Describes whether Kubernetes audit logs are enabled as a data source.
|
String |
toString()
Returns a string representation of this object.
|
KubernetesDataSourceFreeTrial |
withAuditLogs(DataSourceFreeTrial auditLogs)
Describes whether Kubernetes audit logs are enabled as a data source.
|
public void setAuditLogs(DataSourceFreeTrial auditLogs)
Describes whether Kubernetes audit logs are enabled as a data source.
auditLogs - Describes whether Kubernetes audit logs are enabled as a data source.public DataSourceFreeTrial getAuditLogs()
Describes whether Kubernetes audit logs are enabled as a data source.
public KubernetesDataSourceFreeTrial withAuditLogs(DataSourceFreeTrial auditLogs)
Describes whether Kubernetes audit logs are enabled as a data source.
auditLogs - Describes whether Kubernetes audit logs are enabled as a data source.public String toString()
toString in class ObjectObject.toString()public KubernetesDataSourceFreeTrial clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.