@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) |
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 |
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 |
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 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.