@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInsightImpactGraphRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetInsightImpactGraphRequest() |
Modifier and Type | Method and Description |
---|---|
GetInsightImpactGraphRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getEndTime()
The estimated end time of the insight, in Unix time seconds.
|
String |
getInsightId()
The insight's unique identifier.
|
String |
getNextToken()
Specify the pagination token returned by a previous request to retrieve the next page of results.
|
Date |
getStartTime()
The estimated start time of the insight, in Unix time seconds.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The estimated end time of the insight, in Unix time seconds.
|
void |
setInsightId(String insightId)
The insight's unique identifier.
|
void |
setNextToken(String nextToken)
Specify the pagination token returned by a previous request to retrieve the next page of results.
|
void |
setStartTime(Date startTime)
The estimated start time of the insight, in Unix time seconds.
|
String |
toString()
Returns a string representation of this object.
|
GetInsightImpactGraphRequest |
withEndTime(Date endTime)
The estimated end time of the insight, in Unix time seconds.
|
GetInsightImpactGraphRequest |
withInsightId(String insightId)
The insight's unique identifier.
|
GetInsightImpactGraphRequest |
withNextToken(String nextToken)
Specify the pagination token returned by a previous request to retrieve the next page of results.
|
GetInsightImpactGraphRequest |
withStartTime(Date startTime)
The estimated start time of the insight, in Unix time seconds.
|
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 GetInsightImpactGraphRequest 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 setStartTime(Date startTime)
The estimated start time of the insight, in Unix time seconds. The StartTime is inclusive of the value provided and can't be more than 30 days old.
startTime
- The estimated start time of the insight, in Unix time seconds. The StartTime is inclusive of the value
provided and can't be more than 30 days old.public Date getStartTime()
The estimated start time of the insight, in Unix time seconds. The StartTime is inclusive of the value provided and can't be more than 30 days old.
public GetInsightImpactGraphRequest withStartTime(Date startTime)
The estimated start time of the insight, in Unix time seconds. The StartTime is inclusive of the value provided and can't be more than 30 days old.
startTime
- The estimated start time of the insight, in Unix time seconds. The StartTime is inclusive of the value
provided and can't be more than 30 days old.public void setEndTime(Date endTime)
The estimated end time of the insight, in Unix time seconds. The EndTime is exclusive of the value provided. The time range between the start time and end time can't be more than six hours.
endTime
- The estimated end time of the insight, in Unix time seconds. The EndTime is exclusive of the value
provided. The time range between the start time and end time can't be more than six hours.public Date getEndTime()
The estimated end time of the insight, in Unix time seconds. The EndTime is exclusive of the value provided. The time range between the start time and end time can't be more than six hours.
public GetInsightImpactGraphRequest withEndTime(Date endTime)
The estimated end time of the insight, in Unix time seconds. The EndTime is exclusive of the value provided. The time range between the start time and end time can't be more than six hours.
endTime
- The estimated end time of the insight, in Unix time seconds. The EndTime is exclusive of the value
provided. The time range between the start time and end time can't be more than six hours.public void setNextToken(String nextToken)
Specify the pagination token returned by a previous request to retrieve the next page of results.
nextToken
- Specify the pagination token returned by a previous request to retrieve the next page of results.public String getNextToken()
Specify the pagination token returned by a previous request to retrieve the next page of results.
public GetInsightImpactGraphRequest withNextToken(String nextToken)
Specify the pagination token returned by a previous request to retrieve the next page of results.
nextToken
- Specify the pagination token returned by a previous request to retrieve the next page of results.public String toString()
toString
in class Object
Object.toString()
public GetInsightImpactGraphRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()