@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMonitoringExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListMonitoringExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
ListMonitoringExecutionsResult |
clone() |
boolean |
equals(Object obj) |
List<MonitoringExecutionSummary> |
getMonitoringExecutionSummaries()
A JSON array in which each element is a summary for a monitoring execution.
|
String |
getNextToken()
If the response is truncated, Amazon SageMaker returns this token.
|
int |
hashCode() |
void |
setMonitoringExecutionSummaries(Collection<MonitoringExecutionSummary> monitoringExecutionSummaries)
A JSON array in which each element is a summary for a monitoring execution.
|
void |
setNextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token.
|
String |
toString()
Returns a string representation of this object.
|
ListMonitoringExecutionsResult |
withMonitoringExecutionSummaries(Collection<MonitoringExecutionSummary> monitoringExecutionSummaries)
A JSON array in which each element is a summary for a monitoring execution.
|
ListMonitoringExecutionsResult |
withMonitoringExecutionSummaries(MonitoringExecutionSummary... monitoringExecutionSummaries)
A JSON array in which each element is a summary for a monitoring execution.
|
ListMonitoringExecutionsResult |
withNextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MonitoringExecutionSummary> getMonitoringExecutionSummaries()
A JSON array in which each element is a summary for a monitoring execution.
public void setMonitoringExecutionSummaries(Collection<MonitoringExecutionSummary> monitoringExecutionSummaries)
A JSON array in which each element is a summary for a monitoring execution.
monitoringExecutionSummaries
- A JSON array in which each element is a summary for a monitoring execution.public ListMonitoringExecutionsResult withMonitoringExecutionSummaries(MonitoringExecutionSummary... monitoringExecutionSummaries)
A JSON array in which each element is a summary for a monitoring execution.
NOTE: This method appends the values to the existing list (if any). Use
setMonitoringExecutionSummaries(java.util.Collection)
or
withMonitoringExecutionSummaries(java.util.Collection)
if you want to override the existing values.
monitoringExecutionSummaries
- A JSON array in which each element is a summary for a monitoring execution.public ListMonitoringExecutionsResult withMonitoringExecutionSummaries(Collection<MonitoringExecutionSummary> monitoringExecutionSummaries)
A JSON array in which each element is a summary for a monitoring execution.
monitoringExecutionSummaries
- A JSON array in which each element is a summary for a monitoring execution.public void setNextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent reques
nextToken
- If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use
it in the subsequent requespublic String getNextToken()
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent reques
public ListMonitoringExecutionsResult withNextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent reques
nextToken
- If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use
it in the subsequent requespublic String toString()
toString
in class Object
Object.toString()
public ListMonitoringExecutionsResult clone()