@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInsightEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetInsightEventsRequest() |
Modifier and Type | Method and Description |
---|---|
GetInsightEventsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInsightId()
The insight's unique identifier.
|
Integer |
getMaxResults()
Used to retrieve at most the specified value of events.
|
String |
getNextToken()
Specify the pagination token returned by a previous request to retrieve the next page of events.
|
int |
hashCode() |
void |
setInsightId(String insightId)
The insight's unique identifier.
|
void |
setMaxResults(Integer maxResults)
Used to retrieve at most the specified value of events.
|
void |
setNextToken(String nextToken)
Specify the pagination token returned by a previous request to retrieve the next page of events.
|
String |
toString()
Returns a string representation of this object.
|
GetInsightEventsRequest |
withInsightId(String insightId)
The insight's unique identifier.
|
GetInsightEventsRequest |
withMaxResults(Integer maxResults)
Used to retrieve at most the specified value of events.
|
GetInsightEventsRequest |
withNextToken(String nextToken)
Specify the pagination token returned by a previous request to retrieve the next page of events.
|
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 setInsightId(String insightId)
The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
insightId
- The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.public String getInsightId()
The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
public GetInsightEventsRequest withInsightId(String insightId)
The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
insightId
- The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.public void setMaxResults(Integer maxResults)
Used to retrieve at most the specified value of events.
maxResults
- Used to retrieve at most the specified value of events.public Integer getMaxResults()
Used to retrieve at most the specified value of events.
public GetInsightEventsRequest withMaxResults(Integer maxResults)
Used to retrieve at most the specified value of events.
maxResults
- Used to retrieve at most the specified value of events.public void setNextToken(String nextToken)
Specify the pagination token returned by a previous request to retrieve the next page of events.
nextToken
- Specify the pagination token returned by a previous request to retrieve the next page of events.public String getNextToken()
Specify the pagination token returned by a previous request to retrieve the next page of events.
public GetInsightEventsRequest withNextToken(String nextToken)
Specify the pagination token returned by a previous request to retrieve the next page of events.
nextToken
- Specify the pagination token returned by a previous request to retrieve the next page of events.public String toString()
toString
in class Object
Object.toString()
public GetInsightEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()