@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuditLogProcessingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about an audit log processing configuration.
Constructor and Description |
---|
AuditLogProcessingConfiguration() |
Modifier and Type | Method and Description |
---|---|
AuditLogProcessingConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getFormat()
The format in which the audit logs need to be formatted.
|
String |
getSchema()
The event schema in which the audit logs need to be formatted.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFormat(String format)
The format in which the audit logs need to be formatted.
|
void |
setSchema(String schema)
The event schema in which the audit logs need to be formatted.
|
String |
toString()
Returns a string representation of this object.
|
AuditLogProcessingConfiguration |
withFormat(Format format)
The format in which the audit logs need to be formatted.
|
AuditLogProcessingConfiguration |
withFormat(String format)
The format in which the audit logs need to be formatted.
|
AuditLogProcessingConfiguration |
withSchema(Schema schema)
The event schema in which the audit logs need to be formatted.
|
AuditLogProcessingConfiguration |
withSchema(String schema)
The event schema in which the audit logs need to be formatted.
|
public void setSchema(String schema)
The event schema in which the audit logs need to be formatted.
schema
- The event schema in which the audit logs need to be formatted.Schema
public String getSchema()
The event schema in which the audit logs need to be formatted.
Schema
public AuditLogProcessingConfiguration withSchema(String schema)
The event schema in which the audit logs need to be formatted.
schema
- The event schema in which the audit logs need to be formatted.Schema
public AuditLogProcessingConfiguration withSchema(Schema schema)
The event schema in which the audit logs need to be formatted.
schema
- The event schema in which the audit logs need to be formatted.Schema
public void setFormat(String format)
The format in which the audit logs need to be formatted.
format
- The format in which the audit logs need to be formatted.Format
public String getFormat()
The format in which the audit logs need to be formatted.
Format
public AuditLogProcessingConfiguration withFormat(String format)
The format in which the audit logs need to be formatted.
format
- The format in which the audit logs need to be formatted.Format
public AuditLogProcessingConfiguration withFormat(Format format)
The format in which the audit logs need to be formatted.
format
- The format in which the audit logs need to be formatted.Format
public String toString()
toString
in class Object
Object.toString()
public AuditLogProcessingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.