@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInsightImpactGraphResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetInsightImpactGraphResult() |
Modifier and Type | Method and Description |
---|---|
GetInsightImpactGraphResult |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
The provided end time.
|
String |
getInsightId()
The insight's unique identifier.
|
String |
getNextToken()
Pagination token.
|
Date |
getServiceGraphEndTime()
The time, in Unix seconds, at which the service graph ended.
|
Date |
getServiceGraphStartTime()
The time, in Unix seconds, at which the service graph started.
|
List<InsightImpactGraphService> |
getServices()
The Amazon Web Services instrumented services related to the insight.
|
Date |
getStartTime()
The provided start time.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The provided end time.
|
void |
setInsightId(String insightId)
The insight's unique identifier.
|
void |
setNextToken(String nextToken)
Pagination token.
|
void |
setServiceGraphEndTime(Date serviceGraphEndTime)
The time, in Unix seconds, at which the service graph ended.
|
void |
setServiceGraphStartTime(Date serviceGraphStartTime)
The time, in Unix seconds, at which the service graph started.
|
void |
setServices(Collection<InsightImpactGraphService> services)
The Amazon Web Services instrumented services related to the insight.
|
void |
setStartTime(Date startTime)
The provided start time.
|
String |
toString()
Returns a string representation of this object.
|
GetInsightImpactGraphResult |
withEndTime(Date endTime)
The provided end time.
|
GetInsightImpactGraphResult |
withInsightId(String insightId)
The insight's unique identifier.
|
GetInsightImpactGraphResult |
withNextToken(String nextToken)
Pagination token.
|
GetInsightImpactGraphResult |
withServiceGraphEndTime(Date serviceGraphEndTime)
The time, in Unix seconds, at which the service graph ended.
|
GetInsightImpactGraphResult |
withServiceGraphStartTime(Date serviceGraphStartTime)
The time, in Unix seconds, at which the service graph started.
|
GetInsightImpactGraphResult |
withServices(Collection<InsightImpactGraphService> services)
The Amazon Web Services instrumented services related to the insight.
|
GetInsightImpactGraphResult |
withServices(InsightImpactGraphService... services)
The Amazon Web Services instrumented services related to the insight.
|
GetInsightImpactGraphResult |
withStartTime(Date startTime)
The provided start time.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInsightId(String insightId)
The insight's unique identifier.
insightId
- The insight's unique identifier.public String getInsightId()
The insight's unique identifier.
public GetInsightImpactGraphResult withInsightId(String insightId)
The insight's unique identifier.
insightId
- The insight's unique identifier.public void setStartTime(Date startTime)
The provided start time.
startTime
- The provided start time.public Date getStartTime()
The provided start time.
public GetInsightImpactGraphResult withStartTime(Date startTime)
The provided start time.
startTime
- The provided start time.public void setEndTime(Date endTime)
The provided end time.
endTime
- The provided end time.public Date getEndTime()
The provided end time.
public GetInsightImpactGraphResult withEndTime(Date endTime)
The provided end time.
endTime
- The provided end time.public void setServiceGraphStartTime(Date serviceGraphStartTime)
The time, in Unix seconds, at which the service graph started.
serviceGraphStartTime
- The time, in Unix seconds, at which the service graph started.public Date getServiceGraphStartTime()
The time, in Unix seconds, at which the service graph started.
public GetInsightImpactGraphResult withServiceGraphStartTime(Date serviceGraphStartTime)
The time, in Unix seconds, at which the service graph started.
serviceGraphStartTime
- The time, in Unix seconds, at which the service graph started.public void setServiceGraphEndTime(Date serviceGraphEndTime)
The time, in Unix seconds, at which the service graph ended.
serviceGraphEndTime
- The time, in Unix seconds, at which the service graph ended.public Date getServiceGraphEndTime()
The time, in Unix seconds, at which the service graph ended.
public GetInsightImpactGraphResult withServiceGraphEndTime(Date serviceGraphEndTime)
The time, in Unix seconds, at which the service graph ended.
serviceGraphEndTime
- The time, in Unix seconds, at which the service graph ended.public List<InsightImpactGraphService> getServices()
The Amazon Web Services instrumented services related to the insight.
public void setServices(Collection<InsightImpactGraphService> services)
The Amazon Web Services instrumented services related to the insight.
services
- The Amazon Web Services instrumented services related to the insight.public GetInsightImpactGraphResult withServices(InsightImpactGraphService... services)
The Amazon Web Services instrumented services related to the insight.
NOTE: This method appends the values to the existing list (if any). Use
setServices(java.util.Collection)
or withServices(java.util.Collection)
if you want to override
the existing values.
services
- The Amazon Web Services instrumented services related to the insight.public GetInsightImpactGraphResult withServices(Collection<InsightImpactGraphService> services)
The Amazon Web Services instrumented services related to the insight.
services
- The Amazon Web Services instrumented services related to the insight.public void setNextToken(String nextToken)
Pagination token.
nextToken
- Pagination token.public String getNextToken()
Pagination token.
public GetInsightImpactGraphResult withNextToken(String nextToken)
Pagination token.
nextToken
- Pagination token.public String toString()
toString
in class Object
Object.toString()
public GetInsightImpactGraphResult clone()