@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMonitoringAlertHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListMonitoringAlertHistoryResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListMonitoringAlertHistoryResult | clone() | 
| boolean | equals(Object obj) | 
| List<MonitoringAlertHistorySummary> | getMonitoringAlertHistory()
 An alert history for a model monitoring schedule. | 
| String | getNextToken()
 If the response is truncated, SageMaker returns this token. | 
| int | hashCode() | 
| void | setMonitoringAlertHistory(Collection<MonitoringAlertHistorySummary> monitoringAlertHistory)
 An alert history for a model monitoring schedule. | 
| void | setNextToken(String nextToken)
 If the response is truncated, SageMaker returns this token. | 
| String | toString()Returns a string representation of this object. | 
| ListMonitoringAlertHistoryResult | withMonitoringAlertHistory(Collection<MonitoringAlertHistorySummary> monitoringAlertHistory)
 An alert history for a model monitoring schedule. | 
| ListMonitoringAlertHistoryResult | withMonitoringAlertHistory(MonitoringAlertHistorySummary... monitoringAlertHistory)
 An alert history for a model monitoring schedule. | 
| ListMonitoringAlertHistoryResult | withNextToken(String nextToken)
 If the response is truncated, SageMaker returns this token. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<MonitoringAlertHistorySummary> getMonitoringAlertHistory()
An alert history for a model monitoring schedule.
public void setMonitoringAlertHistory(Collection<MonitoringAlertHistorySummary> monitoringAlertHistory)
An alert history for a model monitoring schedule.
monitoringAlertHistory - An alert history for a model monitoring schedule.public ListMonitoringAlertHistoryResult withMonitoringAlertHistory(MonitoringAlertHistorySummary... monitoringAlertHistory)
An alert history for a model monitoring schedule.
 NOTE: This method appends the values to the existing list (if any). Use
 setMonitoringAlertHistory(java.util.Collection) or
 withMonitoringAlertHistory(java.util.Collection) if you want to override the existing values.
 
monitoringAlertHistory - An alert history for a model monitoring schedule.public ListMonitoringAlertHistoryResult withMonitoringAlertHistory(Collection<MonitoringAlertHistorySummary> monitoringAlertHistory)
An alert history for a model monitoring schedule.
monitoringAlertHistory - An alert history for a model monitoring schedule.public void setNextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.
nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in
        the subsequent request.public String getNextToken()
If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.
public ListMonitoringAlertHistoryResult withNextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.
nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in
        the subsequent request.public String toString()
toString in class ObjectObject.toString()public ListMonitoringAlertHistoryResult clone()