@Generated(value="software.amazon.awssdk:codegen") public final class ListMonitoringExecutionsResponse extends SageMakerResponse implements ToCopyableBuilder<ListMonitoringExecutionsResponse.Builder,ListMonitoringExecutionsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListMonitoringExecutionsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListMonitoringExecutionsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasMonitoringExecutionSummaries()
Returns true if the MonitoringExecutionSummaries property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
List<MonitoringExecutionSummary> |
monitoringExecutionSummaries()
A JSON array in which each element is a summary for a monitoring execution.
|
String |
nextToken()
If the response is truncated, Amazon SageMaker returns this token.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListMonitoringExecutionsResponse.Builder> |
serializableBuilderClass() |
ListMonitoringExecutionsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasMonitoringExecutionSummaries()
public List<MonitoringExecutionSummary> monitoringExecutionSummaries()
A JSON array in which each element is a summary for a monitoring execution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasMonitoringExecutionSummaries() to see if a value was sent in this field.
public 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
public ListMonitoringExecutionsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListMonitoringExecutionsResponse.Builder,ListMonitoringExecutionsResponse>toBuilder in class AwsResponsepublic static ListMonitoringExecutionsResponse.Builder builder()
public static Class<? extends ListMonitoringExecutionsResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.