@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAlarmRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeAlarmRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAlarmRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAlarmModelName()
The name of the alarm model.
|
String |
getKeyValue()
The value of the key used as a filter to select only the alarms associated with the key.
|
int |
hashCode() |
void |
setAlarmModelName(String alarmModelName)
The name of the alarm model.
|
void |
setKeyValue(String keyValue)
The value of the key used as a filter to select only the alarms associated with the key.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAlarmRequest |
withAlarmModelName(String alarmModelName)
The name of the alarm model.
|
DescribeAlarmRequest |
withKeyValue(String keyValue)
The value of the key used as a filter to select only the alarms associated with the key.
|
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, 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 DescribeAlarmRequest withAlarmModelName(String alarmModelName)
The name of the alarm model.
alarmModelName - The name of the alarm model.public void setKeyValue(String keyValue)
The value of the key used as a filter to select only the alarms associated with the key.
keyValue - The value of the key used as a filter to select only the alarms associated with the key.public String getKeyValue()
The value of the key used as a filter to select only the alarms associated with the key.
public DescribeAlarmRequest withKeyValue(String keyValue)
The value of the key used as a filter to select only the alarms associated with the key.
keyValue - The value of the key used as a filter to select only the alarms associated with the key.public String toString()
toString in class ObjectObject.toString()public DescribeAlarmRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()