@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public DataSourceConfigurations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.