@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSourceConfigurations extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about which data sources are enabled.
| Constructor and Description |
|---|
DataSourceConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
DataSourceConfigurations |
clone() |
boolean |
equals(Object obj) |
S3LogsConfiguration |
getS3Logs()
Describes whether S3 data event logs are enabled as a data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3Logs(S3LogsConfiguration s3Logs)
Describes whether S3 data event logs are enabled as a data source.
|
String |
toString()
Returns a string representation of this object.
|
DataSourceConfigurations |
withS3Logs(S3LogsConfiguration s3Logs)
Describes whether S3 data event logs are enabled as a data source.
|
public void setS3Logs(S3LogsConfiguration 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 S3LogsConfiguration getS3Logs()
Describes whether S3 data event logs are enabled as a data source.
public DataSourceConfigurations withS3Logs(S3LogsConfiguration 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 DataSourceConfigurations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.