@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsGuardDutyDetectorDataSourcesS3LogsDetails extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information on the status of S3 data event logs as a data source for the detector.
Constructor and Description |
---|
AwsGuardDutyDetectorDataSourcesS3LogsDetails() |
Modifier and Type | Method and Description |
---|---|
AwsGuardDutyDetectorDataSourcesS3LogsDetails |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
A value that describes whether S3 data event logs are automatically enabled for new members of an 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 an organization.
|
String |
toString()
Returns a string representation of this object.
|
AwsGuardDutyDetectorDataSourcesS3LogsDetails |
withStatus(String status)
A value that describes whether S3 data event logs are automatically enabled for new members of an organization.
|
public AwsGuardDutyDetectorDataSourcesS3LogsDetails()
public void setStatus(String status)
A value that describes whether S3 data event logs are automatically enabled for new members of an organization.
status
- A value that describes whether S3 data event logs are automatically enabled for new members of an
organization.public String getStatus()
A value that describes whether S3 data event logs are automatically enabled for new members of an organization.
public AwsGuardDutyDetectorDataSourcesS3LogsDetails withStatus(String status)
A value that describes whether S3 data event logs are automatically enabled for new members of an organization.
status
- A value that describes whether S3 data event logs are automatically enabled for new members of an
organization.public String toString()
toString
in class Object
Object.toString()
public AwsGuardDutyDetectorDataSourcesS3LogsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.