@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceGraphRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
GetServiceGraphRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetServiceGraphRequest | 
clone()
Creates a shallow clone of this request. 
 | 
boolean | 
equals(Object obj)  | 
Date | 
getEndTime()
 The end of the time frame for which to generate a graph. 
 | 
String | 
getNextToken()
 Pagination token. 
 | 
Date | 
getStartTime()
 The start of the time frame for which to generate a graph. 
 | 
int | 
hashCode()  | 
void | 
setEndTime(Date endTime)
 The end of the time frame for which to generate a graph. 
 | 
void | 
setNextToken(String nextToken)
 Pagination token. 
 | 
void | 
setStartTime(Date startTime)
 The start of the time frame for which to generate a graph. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
GetServiceGraphRequest | 
withEndTime(Date endTime)
 The end of the time frame for which to generate a graph. 
 | 
GetServiceGraphRequest | 
withNextToken(String nextToken)
 Pagination token. 
 | 
GetServiceGraphRequest | 
withStartTime(Date startTime)
 The start of the time frame for which to generate a graph. 
 | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStartTime(Date startTime)
The start of the time frame for which to generate a graph.
startTime - The start of the time frame for which to generate a graph.public Date getStartTime()
The start of the time frame for which to generate a graph.
public GetServiceGraphRequest withStartTime(Date startTime)
The start of the time frame for which to generate a graph.
startTime - The start of the time frame for which to generate a graph.public void setEndTime(Date endTime)
The end of the time frame for which to generate a graph.
endTime - The end of the time frame for which to generate a graph.public Date getEndTime()
The end of the time frame for which to generate a graph.
public GetServiceGraphRequest withEndTime(Date endTime)
The end of the time frame for which to generate a graph.
endTime - The end of the time frame for which to generate a graph.public void setNextToken(String nextToken)
Pagination token. Not used.
nextToken - Pagination token. Not used.public String getNextToken()
Pagination token. Not used.
public GetServiceGraphRequest withNextToken(String nextToken)
Pagination token. Not used.
nextToken - Pagination token. Not used.public String toString()
toString in class ObjectObject.toString()public GetServiceGraphRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.