Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeAlarmsRequest.Builder,DescribeAlarmsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeAlarmsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeAlarmsRequest.Builder,DescribeAlarmsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeAlarmsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
actionPrefix() |
The action name prefix.
|
String |
alarmNamePrefix() |
The alarm name prefix.
|
List<String> |
alarmNames() |
The names of the alarms.
|
static DescribeAlarmsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxRecords() |
The maximum number of alarm descriptions to retrieve.
|
String |
nextToken() |
The token returned by a previous call to indicate that there is more data available.
|
static Class<? extends DescribeAlarmsRequest.Builder> |
serializableBuilderClass() |
|
String |
stateValue() |
The state value to be used in matching alarms.
|
DescribeAlarmsRequest.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 List<String> alarmNames()
The names of the alarms.
public String alarmNamePrefix()
The alarm name prefix. You cannot specify AlarmNames
if this parameter is specified.
AlarmNames
if this parameter is specified.public String stateValue()
The state value to be used in matching alarms.
StateValue
public String actionPrefix()
The action name prefix.
public Integer maxRecords()
The maximum number of alarm descriptions to retrieve.
public String nextToken()
The token returned by a previous call to indicate that there is more data available.
public DescribeAlarmsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeAlarmsRequest.Builder,DescribeAlarmsRequest>
public static DescribeAlarmsRequest.Builder builder()
public static Class<? extends DescribeAlarmsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.