@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) |
Boolean |
getContainsOldGroupVersions()
A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may
show traces from an older version of the group's filter expression.
|
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() |
Boolean |
isContainsOldGroupVersions()
A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may
show traces from an older version of the group's filter expression.
|
void |
setContainsOldGroupVersions(Boolean containsOldGroupVersions)
A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may
show traces from an older version of the group's filter expression.
|
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.
|
GetServiceGraphResult |
withContainsOldGroupVersions(Boolean containsOldGroupVersions)
A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may
show traces from an older version of the group's filter expression.
|
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 setContainsOldGroupVersions(Boolean containsOldGroupVersions)
A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may show traces from an older version of the group's filter expression.
containsOldGroupVersions
- A flag indicating whether the group's filter expression has been consistent, or if the returned service
graph may show traces from an older version of the group's filter expression.public Boolean getContainsOldGroupVersions()
A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may show traces from an older version of the group's filter expression.
public GetServiceGraphResult withContainsOldGroupVersions(Boolean containsOldGroupVersions)
A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may show traces from an older version of the group's filter expression.
containsOldGroupVersions
- A flag indicating whether the group's filter expression has been consistent, or if the returned service
graph may show traces from an older version of the group's filter expression.public Boolean isContainsOldGroupVersions()
A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may show traces from an older version of the group's filter expression.
public void setNextToken(String nextToken)
Pagination token.
nextToken
- Pagination token.public String getNextToken()
Pagination token.
public GetServiceGraphResult withNextToken(String nextToken)
Pagination token.
nextToken
- Pagination token.public String toString()
toString
in class Object
Object.toString()
public GetServiceGraphResult clone()