@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3LogsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Describes whether S3 data event logs will be enabled as a data source.
Constructor and Description |
---|
S3LogsConfiguration() |
Modifier and Type | Method and Description |
---|---|
S3LogsConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnable()
The status of S3 data event logs as a data source.
|
int |
hashCode() |
Boolean |
isEnable()
The status of S3 data event logs as a data source.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnable(Boolean enable)
The status of S3 data event logs as a data source.
|
String |
toString()
Returns a string representation of this object.
|
S3LogsConfiguration |
withEnable(Boolean enable)
The status of S3 data event logs as a data source.
|
public void setEnable(Boolean enable)
The status of S3 data event logs as a data source.
enable
- The status of S3 data event logs as a data source.public Boolean getEnable()
The status of S3 data event logs as a data source.
public S3LogsConfiguration withEnable(Boolean enable)
The status of S3 data event logs as a data source.
enable
- The status of S3 data event logs as a data source.public Boolean isEnable()
The status of S3 data event logs as a data source.
public String toString()
toString
in class Object
Object.toString()
public S3LogsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.