Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SetAlarmStateRequest.Builder,SetAlarmStateRequest>
@Generated("software.amazon.awssdk:codegen") public class SetAlarmStateRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SetAlarmStateRequest.Builder,SetAlarmStateRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SetAlarmStateRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
alarmName() |
The name for the alarm.
|
static SetAlarmStateRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends SetAlarmStateRequest.Builder> |
serializableBuilderClass() |
|
String |
stateReason() |
The reason that this alarm is set to this specific state, in text format.
|
String |
stateReasonData() |
The reason that this alarm is set to this specific state, in JSON format.
|
String |
stateValue() |
The value of the state.
|
SetAlarmStateRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String alarmName()
The name for the alarm. This name must be unique within the AWS account. The maximum length is 255 characters.
public String stateValue()
The value of the state.
StateValue
public String stateReason()
The reason that this alarm is set to this specific state, in text format.
public String stateReasonData()
The reason that this alarm is set to this specific state, in JSON format.
public SetAlarmStateRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetAlarmStateRequest.Builder,SetAlarmStateRequest>
public static SetAlarmStateRequest.Builder builder()
public static Class<? extends SetAlarmStateRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.