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