@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMonitoringScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateMonitoringScheduleResult() |
Modifier and Type | Method and Description |
---|---|
CreateMonitoringScheduleResult |
clone() |
boolean |
equals(Object obj) |
String |
getMonitoringScheduleArn()
The Amazon Resource Name (ARN) of the monitoring schedule.
|
int |
hashCode() |
void |
setMonitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
|
String |
toString()
Returns a string representation of this object.
|
CreateMonitoringScheduleResult |
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 CreateMonitoringScheduleResult withMonitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
monitoringScheduleArn
- The Amazon Resource Name (ARN) of the monitoring schedule.public String toString()
toString
in class Object
Object.toString()
public CreateMonitoringScheduleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.