@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAlarmRecommendationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAlarmRecommendationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAlarmRecommendationsResult |
clone() |
boolean |
equals(Object obj) |
List<AlarmRecommendation> |
getAlarmRecommendations()
The alarm recommendations for an AWS Resilience Hub application, returned as an object.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
int |
hashCode() |
void |
setAlarmRecommendations(Collection<AlarmRecommendation> alarmRecommendations)
The alarm recommendations for an AWS Resilience Hub application, returned as an object.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
String |
toString()
Returns a string representation of this object.
|
ListAlarmRecommendationsResult |
withAlarmRecommendations(AlarmRecommendation... alarmRecommendations)
The alarm recommendations for an AWS Resilience Hub application, returned as an object.
|
ListAlarmRecommendationsResult |
withAlarmRecommendations(Collection<AlarmRecommendation> alarmRecommendations)
The alarm recommendations for an AWS Resilience Hub application, returned as an object.
|
ListAlarmRecommendationsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AlarmRecommendation> getAlarmRecommendations()
The alarm recommendations for an AWS Resilience Hub application, returned as an object. This object includes Application Component names, descriptions, information about whether a recommendation has already been implemented or not, prerequisites, and more.
public void setAlarmRecommendations(Collection<AlarmRecommendation> alarmRecommendations)
The alarm recommendations for an AWS Resilience Hub application, returned as an object. This object includes Application Component names, descriptions, information about whether a recommendation has already been implemented or not, prerequisites, and more.
alarmRecommendations - The alarm recommendations for an AWS Resilience Hub application, returned as an object. This object
includes Application Component names, descriptions, information about whether a recommendation has already
been implemented or not, prerequisites, and more.public ListAlarmRecommendationsResult withAlarmRecommendations(AlarmRecommendation... alarmRecommendations)
The alarm recommendations for an AWS Resilience Hub application, returned as an object. This object includes Application Component names, descriptions, information about whether a recommendation has already been implemented or not, prerequisites, and more.
NOTE: This method appends the values to the existing list (if any). Use
setAlarmRecommendations(java.util.Collection) or withAlarmRecommendations(java.util.Collection)
if you want to override the existing values.
alarmRecommendations - The alarm recommendations for an AWS Resilience Hub application, returned as an object. This object
includes Application Component names, descriptions, information about whether a recommendation has already
been implemented or not, prerequisites, and more.public ListAlarmRecommendationsResult withAlarmRecommendations(Collection<AlarmRecommendation> alarmRecommendations)
The alarm recommendations for an AWS Resilience Hub application, returned as an object. This object includes Application Component names, descriptions, information about whether a recommendation has already been implemented or not, prerequisites, and more.
alarmRecommendations - The alarm recommendations for an AWS Resilience Hub application, returned as an object. This object
includes Application Component names, descriptions, information about whether a recommendation has already
been implemented or not, prerequisites, and more.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListAlarmRecommendationsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String toString()
toString in class ObjectObject.toString()public ListAlarmRecommendationsResult clone()
Copyright © 2023. All rights reserved.