@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMonitoringAlertResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateMonitoringAlertResult() |
Modifier and Type | Method and Description |
---|---|
UpdateMonitoringAlertResult |
clone() |
boolean |
equals(Object obj) |
String |
getMonitoringAlertName()
The name of a monitoring alert.
|
String |
getMonitoringScheduleArn()
The Amazon Resource Name (ARN) of the monitoring schedule.
|
int |
hashCode() |
void |
setMonitoringAlertName(String monitoringAlertName)
The name of a monitoring alert.
|
void |
setMonitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMonitoringAlertResult |
withMonitoringAlertName(String monitoringAlertName)
The name of a monitoring alert.
|
UpdateMonitoringAlertResult |
withMonitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMonitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
monitoringScheduleArn
- The Amazon Resource Name (ARN) of the monitoring schedule.public String getMonitoringScheduleArn()
The Amazon Resource Name (ARN) of the monitoring schedule.
public UpdateMonitoringAlertResult withMonitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
monitoringScheduleArn
- The Amazon Resource Name (ARN) of the monitoring schedule.public void setMonitoringAlertName(String monitoringAlertName)
The name of a monitoring alert.
monitoringAlertName
- The name of a monitoring alert.public String getMonitoringAlertName()
The name of a monitoring alert.
public UpdateMonitoringAlertResult withMonitoringAlertName(String monitoringAlertName)
The name of a monitoring alert.
monitoringAlertName
- The name of a monitoring alert.public String toString()
toString
in class Object
Object.toString()
public UpdateMonitoringAlertResult clone()