@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationDataSourceConfigurationsResult extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information on which data sources are automatically enabled for new members within the organization.
| Constructor and Description |
|---|
OrganizationDataSourceConfigurationsResult() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationDataSourceConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
OrganizationKubernetesConfigurationResult |
getKubernetes()
Describes the configuration of Kubernetes data sources.
|
OrganizationMalwareProtectionConfigurationResult |
getMalwareProtection()
Describes the configuration of Malware Protection data source for an organization.
|
OrganizationS3LogsConfigurationResult |
getS3Logs()
Describes whether S3 data event logs are enabled as a data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setKubernetes(OrganizationKubernetesConfigurationResult kubernetes)
Describes the configuration of Kubernetes data sources.
|
void |
setMalwareProtection(OrganizationMalwareProtectionConfigurationResult malwareProtection)
Describes the configuration of Malware Protection data source for an organization.
|
void |
setS3Logs(OrganizationS3LogsConfigurationResult s3Logs)
Describes whether S3 data event logs are enabled as a data source.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationDataSourceConfigurationsResult |
withKubernetes(OrganizationKubernetesConfigurationResult kubernetes)
Describes the configuration of Kubernetes data sources.
|
OrganizationDataSourceConfigurationsResult |
withMalwareProtection(OrganizationMalwareProtectionConfigurationResult malwareProtection)
Describes the configuration of Malware Protection data source for an organization.
|
OrganizationDataSourceConfigurationsResult |
withS3Logs(OrganizationS3LogsConfigurationResult s3Logs)
Describes whether S3 data event logs are enabled as a data source.
|
public OrganizationDataSourceConfigurationsResult()
public void setS3Logs(OrganizationS3LogsConfigurationResult s3Logs)
Describes whether S3 data event logs are enabled as a data source.
s3Logs - Describes whether S3 data event logs are enabled as a data source.public OrganizationS3LogsConfigurationResult getS3Logs()
Describes whether S3 data event logs are enabled as a data source.
public OrganizationDataSourceConfigurationsResult withS3Logs(OrganizationS3LogsConfigurationResult s3Logs)
Describes whether S3 data event logs are enabled as a data source.
s3Logs - Describes whether S3 data event logs are enabled as a data source.public void setKubernetes(OrganizationKubernetesConfigurationResult kubernetes)
Describes the configuration of Kubernetes data sources.
kubernetes - Describes the configuration of Kubernetes data sources.public OrganizationKubernetesConfigurationResult getKubernetes()
Describes the configuration of Kubernetes data sources.
public OrganizationDataSourceConfigurationsResult withKubernetes(OrganizationKubernetesConfigurationResult kubernetes)
Describes the configuration of Kubernetes data sources.
kubernetes - Describes the configuration of Kubernetes data sources.public void setMalwareProtection(OrganizationMalwareProtectionConfigurationResult malwareProtection)
Describes the configuration of Malware Protection data source for an organization.
malwareProtection - Describes the configuration of Malware Protection data source for an organization.public OrganizationMalwareProtectionConfigurationResult getMalwareProtection()
Describes the configuration of Malware Protection data source for an organization.
public OrganizationDataSourceConfigurationsResult withMalwareProtection(OrganizationMalwareProtectionConfigurationResult malwareProtection)
Describes the configuration of Malware Protection data source for an organization.
malwareProtection - Describes the configuration of Malware Protection data source for an organization.public String toString()
toString in class ObjectObject.toString()public OrganizationDataSourceConfigurationsResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.