@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEngagementsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEngagementsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEngagementsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIncidentId()
The Amazon Resource Name (ARN) of the incident you're listing engagements for.
|
Integer |
getMaxResults()
The maximum number of engagements per page of results.
|
String |
getNextToken()
The pagination token to continue to the next page of results.
|
TimeRange |
getTimeRangeValue()
The time range to lists engagements for an incident.
|
int |
hashCode() |
void |
setIncidentId(String incidentId)
The Amazon Resource Name (ARN) of the incident you're listing engagements for.
|
void |
setMaxResults(Integer maxResults)
The maximum number of engagements per page of results.
|
void |
setNextToken(String nextToken)
The pagination token to continue to the next page of results.
|
void |
setTimeRangeValue(TimeRange timeRangeValue)
The time range to lists engagements for an incident.
|
String |
toString()
Returns a string representation of this object.
|
ListEngagementsRequest |
withIncidentId(String incidentId)
The Amazon Resource Name (ARN) of the incident you're listing engagements for.
|
ListEngagementsRequest |
withMaxResults(Integer maxResults)
The maximum number of engagements per page of results.
|
ListEngagementsRequest |
withNextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListEngagementsRequest |
withTimeRangeValue(TimeRange timeRangeValue)
The time range to lists engagements for an incident.
|
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 setNextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken
- The pagination token to continue to the next page of results.public String getNextToken()
The pagination token to continue to the next page of results.
public ListEngagementsRequest withNextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken
- The pagination token to continue to the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of engagements per page of results.
maxResults
- The maximum number of engagements per page of results.public Integer getMaxResults()
The maximum number of engagements per page of results.
public ListEngagementsRequest withMaxResults(Integer maxResults)
The maximum number of engagements per page of results.
maxResults
- The maximum number of engagements per page of results.public void setIncidentId(String incidentId)
The Amazon Resource Name (ARN) of the incident you're listing engagements for.
incidentId
- The Amazon Resource Name (ARN) of the incident you're listing engagements for.public String getIncidentId()
The Amazon Resource Name (ARN) of the incident you're listing engagements for.
public ListEngagementsRequest withIncidentId(String incidentId)
The Amazon Resource Name (ARN) of the incident you're listing engagements for.
incidentId
- The Amazon Resource Name (ARN) of the incident you're listing engagements for.public void setTimeRangeValue(TimeRange timeRangeValue)
The time range to lists engagements for an incident.
timeRangeValue
- The time range to lists engagements for an incident.public TimeRange getTimeRangeValue()
The time range to lists engagements for an incident.
public ListEngagementsRequest withTimeRangeValue(TimeRange timeRangeValue)
The time range to lists engagements for an incident.
timeRangeValue
- The time range to lists engagements for an incident.public String toString()
toString
in class Object
Object.toString()
public ListEngagementsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()