@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3LogsConfigurationResult extends Object implements Serializable, Cloneable, StructuredPojo
Describes whether S3 data event logs will be enabled as a data source.
Constructor and Description |
---|
S3LogsConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
S3LogsConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatus(String status)
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
|
String |
toString()
Returns a string representation of this object.
|
S3LogsConfigurationResult |
withStatus(DataSourceStatus status)
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
|
S3LogsConfigurationResult |
withStatus(String status)
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
|
public void setStatus(String status)
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
status
- A value that describes whether S3 data event logs are automatically enabled for new members of the
organization.DataSourceStatus
public String getStatus()
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
DataSourceStatus
public S3LogsConfigurationResult withStatus(String status)
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
status
- A value that describes whether S3 data event logs are automatically enabled for new members of the
organization.DataSourceStatus
public S3LogsConfigurationResult withStatus(DataSourceStatus status)
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
status
- A value that describes whether S3 data event logs are automatically enabled for new members of the
organization.DataSourceStatus
public String toString()
toString
in class Object
Object.toString()
public S3LogsConfigurationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.