@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MonitoringScheduleSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summarizes the monitoring schedule.
Constructor and Description |
---|
MonitoringScheduleSummary() |
Modifier and Type | Method and Description |
---|---|
MonitoringScheduleSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The creation time of the monitoring schedule.
|
String |
getEndpointName()
The name of the endpoint using the monitoring schedule.
|
Date |
getLastModifiedTime()
The last time the monitoring schedule was modified.
|
String |
getMonitoringScheduleArn()
The Amazon Resource Name (ARN) of the monitoring schedule.
|
String |
getMonitoringScheduleName()
The name of the monitoring schedule.
|
String |
getMonitoringScheduleStatus()
The status of the monitoring schedule.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The creation time of the monitoring schedule.
|
void |
setEndpointName(String endpointName)
The name of the endpoint using the monitoring schedule.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The last time the monitoring schedule was modified.
|
void |
setMonitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
|
void |
setMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
|
void |
setMonitoringScheduleStatus(String monitoringScheduleStatus)
The status of the monitoring schedule.
|
String |
toString()
Returns a string representation of this object.
|
MonitoringScheduleSummary |
withCreationTime(Date creationTime)
The creation time of the monitoring schedule.
|
MonitoringScheduleSummary |
withEndpointName(String endpointName)
The name of the endpoint using the monitoring schedule.
|
MonitoringScheduleSummary |
withLastModifiedTime(Date lastModifiedTime)
The last time the monitoring schedule was modified.
|
MonitoringScheduleSummary |
withMonitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
|
MonitoringScheduleSummary |
withMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
|
MonitoringScheduleSummary |
withMonitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of the monitoring schedule.
|
MonitoringScheduleSummary |
withMonitoringScheduleStatus(String monitoringScheduleStatus)
The status of the monitoring schedule.
|
public void setMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
monitoringScheduleName
- The name of the monitoring schedule.public String getMonitoringScheduleName()
The name of the monitoring schedule.
public MonitoringScheduleSummary withMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
monitoringScheduleName
- The name of the monitoring schedule.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 MonitoringScheduleSummary withMonitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
monitoringScheduleArn
- The Amazon Resource Name (ARN) of the monitoring schedule.public void setCreationTime(Date creationTime)
The creation time of the monitoring schedule.
creationTime
- The creation time of the monitoring schedule.public Date getCreationTime()
The creation time of the monitoring schedule.
public MonitoringScheduleSummary withCreationTime(Date creationTime)
The creation time of the monitoring schedule.
creationTime
- The creation time of the monitoring schedule.public void setLastModifiedTime(Date lastModifiedTime)
The last time the monitoring schedule was modified.
lastModifiedTime
- The last time the monitoring schedule was modified.public Date getLastModifiedTime()
The last time the monitoring schedule was modified.
public MonitoringScheduleSummary withLastModifiedTime(Date lastModifiedTime)
The last time the monitoring schedule was modified.
lastModifiedTime
- The last time the monitoring schedule was modified.public void setMonitoringScheduleStatus(String monitoringScheduleStatus)
The status of the monitoring schedule.
monitoringScheduleStatus
- The status of the monitoring schedule.ScheduleStatus
public String getMonitoringScheduleStatus()
The status of the monitoring schedule.
ScheduleStatus
public MonitoringScheduleSummary withMonitoringScheduleStatus(String monitoringScheduleStatus)
The status of the monitoring schedule.
monitoringScheduleStatus
- The status of the monitoring schedule.ScheduleStatus
public MonitoringScheduleSummary withMonitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of the monitoring schedule.
monitoringScheduleStatus
- The status of the monitoring schedule.ScheduleStatus
public void setEndpointName(String endpointName)
The name of the endpoint using the monitoring schedule.
endpointName
- The name of the endpoint using the monitoring schedule.public String getEndpointName()
The name of the endpoint using the monitoring schedule.
public MonitoringScheduleSummary withEndpointName(String endpointName)
The name of the endpoint using the monitoring schedule.
endpointName
- The name of the endpoint using the monitoring schedule.public String toString()
toString
in class Object
Object.toString()
public MonitoringScheduleSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.