@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceGraphResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetServiceGraphResult() |
Modifier and Type | Method and Description |
---|---|
GetServiceGraphResult |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
The end of the time frame for which the graph was generated.
|
String |
getNextToken()
Pagination token.
|
List<Service> |
getServices()
The services that have processed a traced request during the specified time frame.
|
Date |
getStartTime()
The start of the time frame for which the graph was generated.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The end of the time frame for which the graph was generated.
|
void |
setNextToken(String nextToken)
Pagination token.
|
void |
setServices(Collection<Service> services)
The services that have processed a traced request during the specified time frame.
|
void |
setStartTime(Date startTime)
The start of the time frame for which the graph was generated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetServiceGraphResult |
withEndTime(Date endTime)
The end of the time frame for which the graph was generated.
|
GetServiceGraphResult |
withNextToken(String nextToken)
Pagination token.
|
GetServiceGraphResult |
withServices(Collection<Service> services)
The services that have processed a traced request during the specified time frame.
|
GetServiceGraphResult |
withServices(Service... services)
The services that have processed a traced request during the specified time frame.
|
GetServiceGraphResult |
withStartTime(Date startTime)
The start of the time frame for which the graph was generated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStartTime(Date startTime)
The start of the time frame for which the graph was generated.
startTime
- The start of the time frame for which the graph was generated.public Date getStartTime()
The start of the time frame for which the graph was generated.
public GetServiceGraphResult withStartTime(Date startTime)
The start of the time frame for which the graph was generated.
startTime
- The start of the time frame for which the graph was generated.public void setEndTime(Date endTime)
The end of the time frame for which the graph was generated.
endTime
- The end of the time frame for which the graph was generated.public Date getEndTime()
The end of the time frame for which the graph was generated.
public GetServiceGraphResult withEndTime(Date endTime)
The end of the time frame for which the graph was generated.
endTime
- The end of the time frame for which the graph was generated.public List<Service> getServices()
The services that have processed a traced request during the specified time frame.
public void setServices(Collection<Service> services)
The services that have processed a traced request during the specified time frame.
services
- The services that have processed a traced request during the specified time frame.public GetServiceGraphResult withServices(Service... services)
The services that have processed a traced request during the specified time frame.
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 services that have processed a traced request during the specified time frame.public GetServiceGraphResult withServices(Collection<Service> services)
The services that have processed a traced request during the specified time frame.
services
- The services that have processed a traced request during the specified time frame.public void setNextToken(String nextToken)
Pagination token. Not used.
nextToken
- Pagination token. Not used.public String getNextToken()
Pagination token. Not used.
public GetServiceGraphResult withNextToken(String nextToken)
Pagination token. Not used.
nextToken
- Pagination token. Not used.public String toString()
toString
in class Object
Object.toString()
public GetServiceGraphResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.