Cloneable, ReadLimitInfo, ToCopyableBuilder<DescribeAlarmHistoryRequest.Builder,DescribeAlarmHistoryRequest>@Generated("software.amazon.awssdk:codegen") public class DescribeAlarmHistoryRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeAlarmHistoryRequest.Builder,DescribeAlarmHistoryRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeAlarmHistoryRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
String |
alarmName() |
The name of the alarm.
|
static DescribeAlarmHistoryRequest.Builder |
builder() |
|
Date |
endDate() |
The ending date to retrieve alarm history.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
historyItemType() |
The type of alarm histories to retrieve.
|
Integer |
maxRecords() |
The maximum number of alarm history records to retrieve.
|
String |
nextToken() |
The token returned by a previous call to indicate that there is more data available.
|
static Class<? extends DescribeAlarmHistoryRequest.Builder> |
serializableBuilderClass() |
|
Date |
startDate() |
The starting date to retrieve alarm history.
|
DescribeAlarmHistoryRequest.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, withSdkClientExecutionTimeoutpublic String alarmName()
The name of the alarm.
public String historyItemType()
The type of alarm histories to retrieve.
HistoryItemTypepublic Date startDate()
The starting date to retrieve alarm history.
public Date endDate()
The ending date to retrieve alarm history.
public Integer maxRecords()
The maximum number of alarm history records to retrieve.
public String nextToken()
The token returned by a previous call to indicate that there is more data available.
public DescribeAlarmHistoryRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeAlarmHistoryRequest.Builder,DescribeAlarmHistoryRequest>public static DescribeAlarmHistoryRequest.Builder builder()
public static Class<? extends DescribeAlarmHistoryRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.