@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMonitoringScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateMonitoringScheduleRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateMonitoringScheduleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
MonitoringScheduleConfig |
getMonitoringScheduleConfig()
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
String |
getMonitoringScheduleName()
The name of the monitoring schedule.
|
int |
hashCode() |
void |
setMonitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
void |
setMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMonitoringScheduleRequest |
withMonitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
UpdateMonitoringScheduleRequest |
withMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule. The name must be unique within an AWS Region within an AWS account.
monitoringScheduleName - The name of the monitoring schedule. The name must be unique within an AWS Region within an AWS account.public String getMonitoringScheduleName()
The name of the monitoring schedule. The name must be unique within an AWS Region within an AWS account.
public UpdateMonitoringScheduleRequest withMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule. The name must be unique within an AWS Region within an AWS account.
monitoringScheduleName - The name of the monitoring schedule. The name must be unique within an AWS Region within an AWS account.public void setMonitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
monitoringScheduleConfig - The configuration object that specifies the monitoring schedule and defines the monitoring job.public MonitoringScheduleConfig getMonitoringScheduleConfig()
The configuration object that specifies the monitoring schedule and defines the monitoring job.
public UpdateMonitoringScheduleRequest withMonitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
monitoringScheduleConfig - The configuration object that specifies the monitoring schedule and defines the monitoring job.public String toString()
toString in class ObjectObject.toString()public UpdateMonitoringScheduleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()