@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 object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetServiceGraphRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.