@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuditEventField extends Object implements Serializable, Cloneable, StructuredPojo
Fields for audit event.
Constructor and Description |
---|
AuditEventField() |
Modifier and Type | Method and Description |
---|---|
AuditEventField |
clone() |
boolean |
equals(Object obj) |
String |
getEventFieldId()
Unique identifier of field in an Audit History entry.
|
AuditEventFieldValueUnion |
getNewValue()
Union of potential field value types.
|
AuditEventFieldValueUnion |
getOldValue()
Union of potential field value types.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEventFieldId(String eventFieldId)
Unique identifier of field in an Audit History entry.
|
void |
setNewValue(AuditEventFieldValueUnion newValue)
Union of potential field value types.
|
void |
setOldValue(AuditEventFieldValueUnion oldValue)
Union of potential field value types.
|
String |
toString()
Returns a string representation of this object.
|
AuditEventField |
withEventFieldId(String eventFieldId)
Unique identifier of field in an Audit History entry.
|
AuditEventField |
withNewValue(AuditEventFieldValueUnion newValue)
Union of potential field value types.
|
AuditEventField |
withOldValue(AuditEventFieldValueUnion oldValue)
Union of potential field value types.
|
public void setEventFieldId(String eventFieldId)
Unique identifier of field in an Audit History entry.
eventFieldId
- Unique identifier of field in an Audit History entry.public String getEventFieldId()
Unique identifier of field in an Audit History entry.
public AuditEventField withEventFieldId(String eventFieldId)
Unique identifier of field in an Audit History entry.
eventFieldId
- Unique identifier of field in an Audit History entry.public void setNewValue(AuditEventFieldValueUnion newValue)
Union of potential field value types.
newValue
- Union of potential field value types.public AuditEventFieldValueUnion getNewValue()
Union of potential field value types.
public AuditEventField withNewValue(AuditEventFieldValueUnion newValue)
Union of potential field value types.
newValue
- Union of potential field value types.public void setOldValue(AuditEventFieldValueUnion oldValue)
Union of potential field value types.
oldValue
- Union of potential field value types.public AuditEventFieldValueUnion getOldValue()
Union of potential field value types.
public AuditEventField withOldValue(AuditEventFieldValueUnion oldValue)
Union of potential field value types.
oldValue
- Union of potential field value types.public String toString()
toString
in class Object
Object.toString()
public AuditEventField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.