@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 Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
|
String |
getGroupName()
The name of a group based on which you want 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 timeframe for which to generate a graph.
|
void |
setGroupARN(String groupARN)
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
|
void |
setGroupName(String groupName)
The name of a group based on which you want 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.
|
GetServiceGraphRequest |
withEndTime(Date endTime)
The end of the timeframe for which to generate a graph.
|
GetServiceGraphRequest |
withGroupARN(String groupARN)
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
|
GetServiceGraphRequest |
withGroupName(String groupName)
The name of a group based on which you want 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 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 based on which you want to generate a graph.
groupName
- The name of a group based on which you want to generate a graph.public String getGroupName()
The name of a group based on which you want to generate a graph.
public GetServiceGraphRequest withGroupName(String groupName)
The name of a group based on which you want to generate a graph.
groupName
- The name of a group based on which you want to generate a graph.public void setGroupARN(String groupARN)
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
groupARN
- The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.public String getGroupARN()
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
public GetServiceGraphRequest withGroupARN(String groupARN)
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
groupARN
- The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.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 Object
Object.toString()
public GetServiceGraphRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()