@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCaseAuditEventsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCaseAuditEventsResult() |
Modifier and Type | Method and Description |
---|---|
GetCaseAuditEventsResult |
clone() |
boolean |
equals(Object obj) |
List<AuditEvent> |
getAuditEvents()
A list of case audits where each represents a particular edit of the case.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setAuditEvents(Collection<AuditEvent> auditEvents)
A list of case audits where each represents a particular edit of the case.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
GetCaseAuditEventsResult |
withAuditEvents(AuditEvent... auditEvents)
A list of case audits where each represents a particular edit of the case.
|
GetCaseAuditEventsResult |
withAuditEvents(Collection<AuditEvent> auditEvents)
A list of case audits where each represents a particular edit of the case.
|
GetCaseAuditEventsResult |
withNextToken(String nextToken)
The token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AuditEvent> getAuditEvents()
A list of case audits where each represents a particular edit of the case.
public void setAuditEvents(Collection<AuditEvent> auditEvents)
A list of case audits where each represents a particular edit of the case.
auditEvents
- A list of case audits where each represents a particular edit of the case.public GetCaseAuditEventsResult withAuditEvents(AuditEvent... auditEvents)
A list of case audits where each represents a particular edit of the case.
NOTE: This method appends the values to the existing list (if any). Use
setAuditEvents(java.util.Collection)
or withAuditEvents(java.util.Collection)
if you want to
override the existing values.
auditEvents
- A list of case audits where each represents a particular edit of the case.public GetCaseAuditEventsResult withAuditEvents(Collection<AuditEvent> auditEvents)
A list of case audits where each represents a particular edit of the case.
auditEvents
- A list of case audits where each represents a particular edit of the case.public void setNextToken(String nextToken)
The token for the next set of results. This is null if there are no more results to return.
nextToken
- The token for the next set of results. This is null if there are no more results to return.public String getNextToken()
The token for the next set of results. This is null if there are no more results to return.
public GetCaseAuditEventsResult withNextToken(String nextToken)
The token for the next set of results. This is null if there are no more results to return.
nextToken
- The token for the next set of results. This is null if there are no more results to return.public String toString()
toString
in class Object
Object.toString()
public GetCaseAuditEventsResult clone()