Class DescribeAlarmHistoryRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The name of the alarm.The ending date to retrieve alarm history.The type of alarm histories to retrieve.The maximum number of alarm history records to retrieve.The token returned by a previous call to indicate that there is more data available.The starting date to retrieve alarm history.int
hashCode()
void
setAlarmName
(String alarmName) The name of the alarm.void
setEndDate
(Date endDate) The ending date to retrieve alarm history.void
setHistoryItemType
(HistoryItemType historyItemType) The type of alarm histories to retrieve.void
setHistoryItemType
(String historyItemType) The type of alarm histories to retrieve.void
setMaxRecords
(Integer maxRecords) The maximum number of alarm history records to retrieve.void
setNextToken
(String nextToken) The token returned by a previous call to indicate that there is more data available.void
setStartDate
(Date startDate) The starting date to retrieve alarm history.toString()
Returns a string representation of this object; useful for testing and debugging.withAlarmName
(String alarmName) The name of the alarm.withEndDate
(Date endDate) The ending date to retrieve alarm history.withHistoryItemType
(HistoryItemType historyItemType) The type of alarm histories to retrieve.withHistoryItemType
(String historyItemType) The type of alarm histories to retrieve.withMaxRecords
(Integer maxRecords) The maximum number of alarm history records to retrieve.withNextToken
(String nextToken) The token returned by a previous call to indicate that there is more data available.withStartDate
(Date startDate) The starting date to retrieve alarm history.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DescribeAlarmHistoryRequest
public DescribeAlarmHistoryRequest()
-
-
Method Details
-
setAlarmName
The name of the alarm.
- Parameters:
alarmName
- The name of the alarm.
-
getAlarmName
The name of the alarm.
- Returns:
- The name of the alarm.
-
withAlarmName
The name of the alarm.
- Parameters:
alarmName
- The name of the alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHistoryItemType
The type of alarm histories to retrieve.
- Parameters:
historyItemType
- The type of alarm histories to retrieve.- See Also:
-
getHistoryItemType
The type of alarm histories to retrieve.
- Returns:
- The type of alarm histories to retrieve.
- See Also:
-
withHistoryItemType
The type of alarm histories to retrieve.
- Parameters:
historyItemType
- The type of alarm histories to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setHistoryItemType
The type of alarm histories to retrieve.
- Parameters:
historyItemType
- The type of alarm histories to retrieve.- See Also:
-
withHistoryItemType
The type of alarm histories to retrieve.
- Parameters:
historyItemType
- The type of alarm histories to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStartDate
The starting date to retrieve alarm history.
- Parameters:
startDate
- The starting date to retrieve alarm history.
-
getStartDate
The starting date to retrieve alarm history.
- Returns:
- The starting date to retrieve alarm history.
-
withStartDate
The starting date to retrieve alarm history.
- Parameters:
startDate
- The starting date to retrieve alarm history.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEndDate
The ending date to retrieve alarm history.
- Parameters:
endDate
- The ending date to retrieve alarm history.
-
getEndDate
The ending date to retrieve alarm history.
- Returns:
- The ending date to retrieve alarm history.
-
withEndDate
The ending date to retrieve alarm history.
- Parameters:
endDate
- The ending date to retrieve alarm history.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxRecords
The maximum number of alarm history records to retrieve.
- Parameters:
maxRecords
- The maximum number of alarm history records to retrieve.
-
getMaxRecords
The maximum number of alarm history records to retrieve.
- Returns:
- The maximum number of alarm history records to retrieve.
-
withMaxRecords
The maximum number of alarm history records to retrieve.
- Parameters:
maxRecords
- The maximum number of alarm history records to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The token returned by a previous call to indicate that there is more data available.
- Parameters:
nextToken
- The token returned by a previous call to indicate that there is more data available.
-
getNextToken
The token returned by a previous call to indicate that there is more data available.
- Returns:
- The token returned by a previous call to indicate that there is more data available.
-
withNextToken
The token returned by a previous call to indicate that there is more data available.
- Parameters:
nextToken
- The token returned by a previous call to indicate that there is more data available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-