@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuditContext extends Object implements Serializable, Cloneable, StructuredPojo
A structure used to include auditing information on the privileged API.
Constructor and Description |
---|
AuditContext() |
Modifier and Type | Method and Description |
---|---|
AuditContext |
clone() |
boolean |
equals(Object obj) |
String |
getAdditionalAuditContext()
The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to track.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdditionalAuditContext(String additionalAuditContext)
The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to track.
|
String |
toString()
Returns a string representation of this object.
|
AuditContext |
withAdditionalAuditContext(String additionalAuditContext)
The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to track.
|
public void setAdditionalAuditContext(String additionalAuditContext)
The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to track. This information will be displayed in CloudTrail log in your account.
additionalAuditContext
- The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to
track. This information will be displayed in CloudTrail log in your account.public String getAdditionalAuditContext()
The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to track. This information will be displayed in CloudTrail log in your account.
public AuditContext withAdditionalAuditContext(String additionalAuditContext)
The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to track. This information will be displayed in CloudTrail log in your account.
additionalAuditContext
- The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to
track. This information will be displayed in CloudTrail log in your account.public String toString()
toString
in class Object
Object.toString()
public AuditContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.