@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() |
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, copyBaseTo, 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 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.OrderBypublic String getOrderBy()
The order (ascending or descending by start time of the profile) to list the profiles by. Defaults to TIMESTAMP_DESCENDING.
OrderBypublic 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.OrderBypublic 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.OrderBypublic void setPeriod(String period)
The aggregation period to list the profiles for.
period - The aggregation period to list the profiles for.AggregationPeriodpublic String getPeriod()
The aggregation period to list the profiles for.
AggregationPeriodpublic ListProfileTimesRequest withPeriod(String period)
The aggregation period to list the profiles for.
period - The aggregation period to list the profiles for.AggregationPeriodpublic ListProfileTimesRequest withPeriod(AggregationPeriod period)
The aggregation period to list the profiles for.
period - The aggregation period to list the profiles for.AggregationPeriodpublic 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 ObjectObject.toString()public ListProfileTimesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.