@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAlarmContributorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAlarmContributorsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAlarmContributorsResult |
clone() |
boolean |
equals(Object obj) |
List<AlarmContributor> |
getAlarmContributors()
A list of alarm contributors that provide details about the individual time series contributing to the alarm's
state.
|
String |
getNextToken()
The token that marks the start of the next batch of returned results.
|
int |
hashCode() |
void |
setAlarmContributors(Collection<AlarmContributor> alarmContributors)
A list of alarm contributors that provide details about the individual time series contributing to the alarm's
state.
|
void |
setNextToken(String nextToken)
The token that marks the start of the next batch of returned results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAlarmContributorsResult |
withAlarmContributors(AlarmContributor... alarmContributors)
A list of alarm contributors that provide details about the individual time series contributing to the alarm's
state.
|
DescribeAlarmContributorsResult |
withAlarmContributors(Collection<AlarmContributor> alarmContributors)
A list of alarm contributors that provide details about the individual time series contributing to the alarm's
state.
|
DescribeAlarmContributorsResult |
withNextToken(String nextToken)
The token that marks the start of the next batch of returned results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AlarmContributor> getAlarmContributors()
A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
public void setAlarmContributors(Collection<AlarmContributor> alarmContributors)
A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
alarmContributors - A list of alarm contributors that provide details about the individual time series contributing to the
alarm's state.public DescribeAlarmContributorsResult withAlarmContributors(AlarmContributor... alarmContributors)
A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
NOTE: This method appends the values to the existing list (if any). Use
setAlarmContributors(java.util.Collection) or withAlarmContributors(java.util.Collection) if
you want to override the existing values.
alarmContributors - A list of alarm contributors that provide details about the individual time series contributing to the
alarm's state.public DescribeAlarmContributorsResult withAlarmContributors(Collection<AlarmContributor> alarmContributors)
A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
alarmContributors - A list of alarm contributors that provide details about the individual time series contributing to the
alarm's state.public void setNextToken(String nextToken)
The token that marks the start of the next batch of returned results.
nextToken - The token that marks the start of the next batch of returned results.public String getNextToken()
The token that marks the start of the next batch of returned results.
public DescribeAlarmContributorsResult withNextToken(String nextToken)
The token that marks the start of the next batch of returned results.
nextToken - The token that marks the start of the next batch of returned results.public String toString()
toString in class ObjectObject.toString()public DescribeAlarmContributorsResult clone()