@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfileTimesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request for ListProfileTimes operation.
NOOP
Constructor and Description |
---|
ListProfileTimesRequest() |
Modifier and Type | Method and Description |
---|---|
ListProfileTimesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getEndTime()
The end time of the time range to list profiles until.
|
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getOrderBy()
The order (ascending or descending by start time of the profile) to list the profiles by.
|
String |
getPeriod()
The aggregation period to list the profiles for.
|
String |
getProfilingGroupName() |
Date |
getStartTime()
The start time of the time range to list the profiles from.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The end time of the time range to list profiles until.
|
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setOrderBy(String orderBy)
The order (ascending or descending by start time of the profile) to list the profiles by.
|
void |
setPeriod(String period)
The aggregation period to list the profiles for.
|
void |
setProfilingGroupName(String profilingGroupName) |
void |
setStartTime(Date startTime)
The start time of the time range to list the profiles from.
|
String |
toString()
Returns a string representation of this object.
|
ListProfileTimesRequest |
withEndTime(Date endTime)
The end time of the time range to list profiles until.
|
ListProfileTimesRequest |
withMaxResults(Integer maxResults) |
ListProfileTimesRequest |
withNextToken(String nextToken) |
ListProfileTimesRequest |
withOrderBy(OrderBy orderBy)
The order (ascending or descending by start time of the profile) to list the profiles by.
|
ListProfileTimesRequest |
withOrderBy(String orderBy)
The order (ascending or descending by start time of the profile) to list the profiles by.
|
ListProfileTimesRequest |
withPeriod(AggregationPeriod period)
The aggregation period to list the profiles for.
|
ListProfileTimesRequest |
withPeriod(String period)
The aggregation period to list the profiles for.
|
ListProfileTimesRequest |
withProfilingGroupName(String profilingGroupName) |
ListProfileTimesRequest |
withStartTime(Date startTime)
The start time of the time range to list the profiles from.
|
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 setEndTime(Date endTime)
The end time of the time range to list profiles until.
endTime
- The end time of the time range to list profiles until.public Date getEndTime()
The end time of the time range to list profiles until.
public ListProfileTimesRequest withEndTime(Date endTime)
The end time of the time range to list profiles until.
endTime
- The end time of the time range to list profiles until.public void setMaxResults(Integer maxResults)
maxResults
- public Integer getMaxResults()
public ListProfileTimesRequest withMaxResults(Integer maxResults)
maxResults
- public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListProfileTimesRequest withNextToken(String nextToken)
nextToken
- public void setOrderBy(String orderBy)
The order (ascending or descending by start time of the profile) to list the profiles by. Defaults to TIMESTAMP_DESCENDING.
orderBy
- The order (ascending or descending by start time of the profile) to list the profiles by. Defaults to
TIMESTAMP_DESCENDING.OrderBy
public String getOrderBy()
The order (ascending or descending by start time of the profile) to list the profiles by. Defaults to TIMESTAMP_DESCENDING.
OrderBy
public ListProfileTimesRequest withOrderBy(String orderBy)
The order (ascending or descending by start time of the profile) to list the profiles by. Defaults to TIMESTAMP_DESCENDING.
orderBy
- The order (ascending or descending by start time of the profile) to list the profiles by. Defaults to
TIMESTAMP_DESCENDING.OrderBy
public ListProfileTimesRequest withOrderBy(OrderBy orderBy)
The order (ascending or descending by start time of the profile) to list the profiles by. Defaults to TIMESTAMP_DESCENDING.
orderBy
- The order (ascending or descending by start time of the profile) to list the profiles by. Defaults to
TIMESTAMP_DESCENDING.OrderBy
public void setPeriod(String period)
The aggregation period to list the profiles for.
period
- The aggregation period to list the profiles for.AggregationPeriod
public String getPeriod()
The aggregation period to list the profiles for.
AggregationPeriod
public ListProfileTimesRequest withPeriod(String period)
The aggregation period to list the profiles for.
period
- The aggregation period to list the profiles for.AggregationPeriod
public ListProfileTimesRequest withPeriod(AggregationPeriod period)
The aggregation period to list the profiles for.
period
- The aggregation period to list the profiles for.AggregationPeriod
public void setProfilingGroupName(String profilingGroupName)
profilingGroupName
- public String getProfilingGroupName()
public ListProfileTimesRequest withProfilingGroupName(String profilingGroupName)
profilingGroupName
- public void setStartTime(Date startTime)
The start time of the time range to list the profiles from.
startTime
- The start time of the time range to list the profiles from.public Date getStartTime()
The start time of the time range to list the profiles from.
public ListProfileTimesRequest withStartTime(Date startTime)
The start time of the time range to list the profiles from.
startTime
- The start time of the time range to list the profiles from.public String toString()
toString
in class Object
Object.toString()
public ListProfileTimesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.