@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCaseAuditEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCaseAuditEventsRequest() |
Modifier and Type | Method and Description |
---|---|
GetCaseAuditEventsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCaseId()
A unique identifier of the case.
|
String |
getDomainId()
The unique identifier of the Cases domain.
|
Integer |
getMaxResults()
The maximum number of audit events to return.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setCaseId(String caseId)
A unique identifier of the case.
|
void |
setDomainId(String domainId)
The unique identifier of the Cases domain.
|
void |
setMaxResults(Integer maxResults)
The maximum number of audit events to return.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
GetCaseAuditEventsRequest |
withCaseId(String caseId)
A unique identifier of the case.
|
GetCaseAuditEventsRequest |
withDomainId(String domainId)
The unique identifier of the Cases domain.
|
GetCaseAuditEventsRequest |
withMaxResults(Integer maxResults)
The maximum number of audit events to return.
|
GetCaseAuditEventsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCaseId(String caseId)
A unique identifier of the case.
caseId
- A unique identifier of the case.public String getCaseId()
A unique identifier of the case.
public GetCaseAuditEventsRequest withCaseId(String caseId)
A unique identifier of the case.
caseId
- A unique identifier of the case.public void setDomainId(String domainId)
The unique identifier of the Cases domain.
domainId
- The unique identifier of the Cases domain.public String getDomainId()
The unique identifier of the Cases domain.
public GetCaseAuditEventsRequest withDomainId(String domainId)
The unique identifier of the Cases domain.
domainId
- The unique identifier of the Cases domain.public void setMaxResults(Integer maxResults)
The maximum number of audit events to return. The current maximum supported value is 25. This is also the default when no other value is provided.
maxResults
- The maximum number of audit events to return. The current maximum supported value is 25. This is also the
default when no other value is provided.public Integer getMaxResults()
The maximum number of audit events to return. The current maximum supported value is 25. This is also the default when no other value is provided.
public GetCaseAuditEventsRequest withMaxResults(Integer maxResults)
The maximum number of audit events to return. The current maximum supported value is 25. This is also the default when no other value is provided.
maxResults
- The maximum number of audit events to return. The current maximum supported value is 25. This is also the
default when no other value is provided.public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public GetCaseAuditEventsRequest withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public GetCaseAuditEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()