@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 timeframe for which to generate a graph. 
 | 
String | 
getGroupARN()
 The ARN of a group to generate a graph based on. 
 | 
String | 
getGroupName()
 The name of a group to generate a graph based on. 
 | 
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 timeframe for which to generate a graph. 
 | 
void | 
setGroupARN(String groupARN)
 The ARN of a group to generate a graph based on. 
 | 
void | 
setGroupName(String groupName)
 The name of a group to generate a graph based on. 
 | 
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. 
 | 
GetServiceGraphRequest | 
withEndTime(Date endTime)
 The end of the timeframe for which to generate a graph. 
 | 
GetServiceGraphRequest | 
withGroupARN(String groupARN)
 The ARN of a group to generate a graph based on. 
 | 
GetServiceGraphRequest | 
withGroupName(String groupName)
 The name of a group to generate a graph based on. 
 | 
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, 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 timeframe for which to generate a graph.
endTime - The end of the timeframe for which to generate a graph.public Date getEndTime()
The end of the timeframe for which to generate a graph.
public GetServiceGraphRequest withEndTime(Date endTime)
The end of the timeframe for which to generate a graph.
endTime - The end of the timeframe for which to generate a graph.public void setGroupName(String groupName)
The name of a group to generate a graph based on.
groupName - The name of a group to generate a graph based on.public String getGroupName()
The name of a group to generate a graph based on.
public GetServiceGraphRequest withGroupName(String groupName)
The name of a group to generate a graph based on.
groupName - The name of a group to generate a graph based on.public void setGroupARN(String groupARN)
The ARN of a group to generate a graph based on.
groupARN - The ARN of a group to generate a graph based on.public String getGroupARN()
The ARN of a group to generate a graph based on.
public GetServiceGraphRequest withGroupARN(String groupARN)
The ARN of a group to generate a graph based on.
groupARN - The ARN of a group to generate a graph based on.public void setNextToken(String nextToken)
Pagination token.
nextToken - Pagination token.public String getNextToken()
Pagination token.
public GetServiceGraphRequest withNextToken(String nextToken)
Pagination token.
nextToken - Pagination token.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.