@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationS3LogsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Describes whether S3 data event logs will be automatically enabled for new members of the organization.
| Constructor and Description |
|---|
OrganizationS3LogsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationS3LogsConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAutoEnable()
A value that contains information on whether S3 data event logs will be enabled automatically as a data source
for the organization.
|
int |
hashCode() |
Boolean |
isAutoEnable()
A value that contains information on whether S3 data event logs will be enabled automatically as a data source
for the organization.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAutoEnable(Boolean autoEnable)
A value that contains information on whether S3 data event logs will be enabled automatically as a data source
for the organization.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationS3LogsConfiguration |
withAutoEnable(Boolean autoEnable)
A value that contains information on whether S3 data event logs will be enabled automatically as a data source
for the organization.
|
public void setAutoEnable(Boolean autoEnable)
A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.
autoEnable - A value that contains information on whether S3 data event logs will be enabled automatically as a data
source for the organization.public Boolean getAutoEnable()
A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.
public OrganizationS3LogsConfiguration withAutoEnable(Boolean autoEnable)
A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.
autoEnable - A value that contains information on whether S3 data event logs will be enabled automatically as a data
source for the organization.public Boolean isAutoEnable()
A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.
public String toString()
toString in class ObjectObject.toString()public OrganizationS3LogsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.