@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListServicesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListServicesRequest |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
The end of the time period to retrieve information about.
|
Integer |
getMaxResults()
The maximum number of results to return in one operation.
|
String |
getNextToken()
Include this value, if it was returned by the previous operation, to get the next set of services.
|
Date |
getStartTime()
The start of the time period to retrieve information about.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The end of the time period to retrieve information about.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
void |
setNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of services.
|
void |
setStartTime(Date startTime)
The start of the time period to retrieve information about.
|
String |
toString()
Returns a string representation of this object.
|
ListServicesRequest |
withEndTime(Date endTime)
The end of the time period to retrieve information about.
|
ListServicesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
ListServicesRequest |
withNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of services.
|
ListServicesRequest |
withStartTime(Date startTime)
The start of the time period to retrieve information about.
|
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 setStartTime(Date startTime)
The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as
be epoch time in seconds. For example: 1698778057
startTime - The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is
formatted as be epoch time in seconds. For example: 1698778057public Date getStartTime()
The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as
be epoch time in seconds. For example: 1698778057
1698778057public ListServicesRequest withStartTime(Date startTime)
The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as
be epoch time in seconds. For example: 1698778057
startTime - The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is
formatted as be epoch time in seconds. For example: 1698778057public void setEndTime(Date endTime)
The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as
be epoch time in seconds. For example: 1698778057
endTime - The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is
formatted as be epoch time in seconds. For example: 1698778057public Date getEndTime()
The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as
be epoch time in seconds. For example: 1698778057
1698778057public ListServicesRequest withEndTime(Date endTime)
The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as
be epoch time in seconds. For example: 1698778057
endTime - The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is
formatted as be epoch time in seconds. For example: 1698778057public void setMaxResults(Integer maxResults)
The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.
maxResults - The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is
used.public Integer getMaxResults()
The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.
public ListServicesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.
maxResults - The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is
used.public void setNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of services.
nextToken - Include this value, if it was returned by the previous operation, to get the next set of services.public String getNextToken()
Include this value, if it was returned by the previous operation, to get the next set of services.
public ListServicesRequest withNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of services.
nextToken - Include this value, if it was returned by the previous operation, to get the next set of services.public String toString()
toString in class ObjectObject.toString()public ListServicesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.