@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMonitorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMonitorResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMonitorResult |
clone() |
boolean |
equals(Object obj) |
Baseline |
getBaseline()
Metrics you can use as a baseline for comparison purposes.
|
Date |
getCreationTime()
The timestamp for when the monitor resource was created.
|
Long |
getEstimatedEvaluationTimeRemainingInMinutes()
The estimated number of minutes remaining before the monitor resource finishes its current evaluation.
|
String |
getLastEvaluationState()
The state of the monitor's latest evaluation.
|
Date |
getLastEvaluationTime()
The timestamp of the latest evaluation completed by the monitor.
|
Date |
getLastModificationTime()
The timestamp of the latest modification to the monitor.
|
String |
getMessage()
An error message, if any, for the monitor.
|
String |
getMonitorArn()
The Amazon Resource Name (ARN) of the monitor resource described.
|
String |
getMonitorName()
The name of the monitor.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of the auto predictor being monitored.
|
String |
getStatus()
The status of the monitor resource.
|
int |
hashCode() |
void |
setBaseline(Baseline baseline)
Metrics you can use as a baseline for comparison purposes.
|
void |
setCreationTime(Date creationTime)
The timestamp for when the monitor resource was created.
|
void |
setEstimatedEvaluationTimeRemainingInMinutes(Long estimatedEvaluationTimeRemainingInMinutes)
The estimated number of minutes remaining before the monitor resource finishes its current evaluation.
|
void |
setLastEvaluationState(String lastEvaluationState)
The state of the monitor's latest evaluation.
|
void |
setLastEvaluationTime(Date lastEvaluationTime)
The timestamp of the latest evaluation completed by the monitor.
|
void |
setLastModificationTime(Date lastModificationTime)
The timestamp of the latest modification to the monitor.
|
void |
setMessage(String message)
An error message, if any, for the monitor.
|
void |
setMonitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor resource described.
|
void |
setMonitorName(String monitorName)
The name of the monitor.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the auto predictor being monitored.
|
void |
setStatus(String status)
The status of the monitor resource.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMonitorResult |
withBaseline(Baseline baseline)
Metrics you can use as a baseline for comparison purposes.
|
DescribeMonitorResult |
withCreationTime(Date creationTime)
The timestamp for when the monitor resource was created.
|
DescribeMonitorResult |
withEstimatedEvaluationTimeRemainingInMinutes(Long estimatedEvaluationTimeRemainingInMinutes)
The estimated number of minutes remaining before the monitor resource finishes its current evaluation.
|
DescribeMonitorResult |
withLastEvaluationState(String lastEvaluationState)
The state of the monitor's latest evaluation.
|
DescribeMonitorResult |
withLastEvaluationTime(Date lastEvaluationTime)
The timestamp of the latest evaluation completed by the monitor.
|
DescribeMonitorResult |
withLastModificationTime(Date lastModificationTime)
The timestamp of the latest modification to the monitor.
|
DescribeMonitorResult |
withMessage(String message)
An error message, if any, for the monitor.
|
DescribeMonitorResult |
withMonitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor resource described.
|
DescribeMonitorResult |
withMonitorName(String monitorName)
The name of the monitor.
|
DescribeMonitorResult |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the auto predictor being monitored.
|
DescribeMonitorResult |
withStatus(String status)
The status of the monitor resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMonitorName(String monitorName)
The name of the monitor.
monitorName
- The name of the monitor.public String getMonitorName()
The name of the monitor.
public DescribeMonitorResult withMonitorName(String monitorName)
The name of the monitor.
monitorName
- The name of the monitor.public void setMonitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor resource described.
monitorArn
- The Amazon Resource Name (ARN) of the monitor resource described.public String getMonitorArn()
The Amazon Resource Name (ARN) of the monitor resource described.
public DescribeMonitorResult withMonitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor resource described.
monitorArn
- The Amazon Resource Name (ARN) of the monitor resource described.public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the auto predictor being monitored.
resourceArn
- The Amazon Resource Name (ARN) of the auto predictor being monitored.public String getResourceArn()
The Amazon Resource Name (ARN) of the auto predictor being monitored.
public DescribeMonitorResult withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the auto predictor being monitored.
resourceArn
- The Amazon Resource Name (ARN) of the auto predictor being monitored.public void setStatus(String status)
The status of the monitor resource.
status
- The status of the monitor resource.public String getStatus()
The status of the monitor resource.
public DescribeMonitorResult withStatus(String status)
The status of the monitor resource.
status
- The status of the monitor resource.public void setLastEvaluationTime(Date lastEvaluationTime)
The timestamp of the latest evaluation completed by the monitor.
lastEvaluationTime
- The timestamp of the latest evaluation completed by the monitor.public Date getLastEvaluationTime()
The timestamp of the latest evaluation completed by the monitor.
public DescribeMonitorResult withLastEvaluationTime(Date lastEvaluationTime)
The timestamp of the latest evaluation completed by the monitor.
lastEvaluationTime
- The timestamp of the latest evaluation completed by the monitor.public void setLastEvaluationState(String lastEvaluationState)
The state of the monitor's latest evaluation.
lastEvaluationState
- The state of the monitor's latest evaluation.public String getLastEvaluationState()
The state of the monitor's latest evaluation.
public DescribeMonitorResult withLastEvaluationState(String lastEvaluationState)
The state of the monitor's latest evaluation.
lastEvaluationState
- The state of the monitor's latest evaluation.public void setBaseline(Baseline baseline)
Metrics you can use as a baseline for comparison purposes. Use these values you interpret monitoring results for an auto predictor.
baseline
- Metrics you can use as a baseline for comparison purposes. Use these values you interpret monitoring
results for an auto predictor.public Baseline getBaseline()
Metrics you can use as a baseline for comparison purposes. Use these values you interpret monitoring results for an auto predictor.
public DescribeMonitorResult withBaseline(Baseline baseline)
Metrics you can use as a baseline for comparison purposes. Use these values you interpret monitoring results for an auto predictor.
baseline
- Metrics you can use as a baseline for comparison purposes. Use these values you interpret monitoring
results for an auto predictor.public void setMessage(String message)
An error message, if any, for the monitor.
message
- An error message, if any, for the monitor.public String getMessage()
An error message, if any, for the monitor.
public DescribeMonitorResult withMessage(String message)
An error message, if any, for the monitor.
message
- An error message, if any, for the monitor.public void setCreationTime(Date creationTime)
The timestamp for when the monitor resource was created.
creationTime
- The timestamp for when the monitor resource was created.public Date getCreationTime()
The timestamp for when the monitor resource was created.
public DescribeMonitorResult withCreationTime(Date creationTime)
The timestamp for when the monitor resource was created.
creationTime
- The timestamp for when the monitor resource was created.public void setLastModificationTime(Date lastModificationTime)
The timestamp of the latest modification to the monitor.
lastModificationTime
- The timestamp of the latest modification to the monitor.public Date getLastModificationTime()
The timestamp of the latest modification to the monitor.
public DescribeMonitorResult withLastModificationTime(Date lastModificationTime)
The timestamp of the latest modification to the monitor.
lastModificationTime
- The timestamp of the latest modification to the monitor.public void setEstimatedEvaluationTimeRemainingInMinutes(Long estimatedEvaluationTimeRemainingInMinutes)
The estimated number of minutes remaining before the monitor resource finishes its current evaluation.
estimatedEvaluationTimeRemainingInMinutes
- The estimated number of minutes remaining before the monitor resource finishes its current evaluation.public Long getEstimatedEvaluationTimeRemainingInMinutes()
The estimated number of minutes remaining before the monitor resource finishes its current evaluation.
public DescribeMonitorResult withEstimatedEvaluationTimeRemainingInMinutes(Long estimatedEvaluationTimeRemainingInMinutes)
The estimated number of minutes remaining before the monitor resource finishes its current evaluation.
estimatedEvaluationTimeRemainingInMinutes
- The estimated number of minutes remaining before the monitor resource finishes its current evaluation.public String toString()
toString
in class Object
Object.toString()
public DescribeMonitorResult clone()