@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAlarmsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAlarmsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAlarmsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAlarmModelName()
The name of the alarm model.
|
Integer |
getMaxResults()
The maximum number of results to be returned per request.
|
String |
getNextToken()
The token that you can use to return the next set of results.
|
int |
hashCode() |
void |
setAlarmModelName(String alarmModelName)
The name of the alarm model.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
void |
setNextToken(String nextToken)
The token that you can use to return the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAlarmsRequest |
withAlarmModelName(String alarmModelName)
The name of the alarm model.
|
ListAlarmsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListAlarmsRequest |
withNextToken(String nextToken)
The token that you can use to return the next set of results.
|
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 setAlarmModelName(String alarmModelName)
The name of the alarm model.
alarmModelName - The name of the alarm model.public String getAlarmModelName()
The name of the alarm model.
public ListAlarmsRequest withAlarmModelName(String alarmModelName)
The name of the alarm model.
alarmModelName - The name of the alarm model.public void setNextToken(String nextToken)
The token that you can use to return the next set of results.
nextToken - The token that you can use to return the next set of results.public String getNextToken()
The token that you can use to return the next set of results.
public ListAlarmsRequest withNextToken(String nextToken)
The token that you can use to return the next set of results.
nextToken - The token that you can use to return the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.public Integer getMaxResults()
The maximum number of results to be returned per request.
public ListAlarmsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.public String toString()
toString in class ObjectObject.toString()public ListAlarmsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.