@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInferenceSchedulersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListInferenceSchedulersResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListInferenceSchedulersResult | clone() | 
| boolean | equals(Object obj) | 
| List<InferenceSchedulerSummary> | getInferenceSchedulerSummaries()
 Provides information about the specified inference scheduler, including data upload frequency, model name and
 ARN, and status. | 
| String | getNextToken()
 An opaque pagination token indicating where to continue the listing of inference schedulers. | 
| int | hashCode() | 
| void | setInferenceSchedulerSummaries(Collection<InferenceSchedulerSummary> inferenceSchedulerSummaries)
 Provides information about the specified inference scheduler, including data upload frequency, model name and
 ARN, and status. | 
| void | setNextToken(String nextToken)
 An opaque pagination token indicating where to continue the listing of inference schedulers. | 
| String | toString()Returns a string representation of this object. | 
| ListInferenceSchedulersResult | withInferenceSchedulerSummaries(Collection<InferenceSchedulerSummary> inferenceSchedulerSummaries)
 Provides information about the specified inference scheduler, including data upload frequency, model name and
 ARN, and status. | 
| ListInferenceSchedulersResult | withInferenceSchedulerSummaries(InferenceSchedulerSummary... inferenceSchedulerSummaries)
 Provides information about the specified inference scheduler, including data upload frequency, model name and
 ARN, and status. | 
| ListInferenceSchedulersResult | withNextToken(String nextToken)
 An opaque pagination token indicating where to continue the listing of inference schedulers. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of inference schedulers.
nextToken - An opaque pagination token indicating where to continue the listing of inference schedulers.public String getNextToken()
An opaque pagination token indicating where to continue the listing of inference schedulers.
public ListInferenceSchedulersResult withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of inference schedulers.
nextToken - An opaque pagination token indicating where to continue the listing of inference schedulers.public List<InferenceSchedulerSummary> getInferenceSchedulerSummaries()
Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.
public void setInferenceSchedulerSummaries(Collection<InferenceSchedulerSummary> inferenceSchedulerSummaries)
Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.
inferenceSchedulerSummaries - Provides information about the specified inference scheduler, including data upload frequency, model name
        and ARN, and status.public ListInferenceSchedulersResult withInferenceSchedulerSummaries(InferenceSchedulerSummary... inferenceSchedulerSummaries)
Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.
 NOTE: This method appends the values to the existing list (if any). Use
 setInferenceSchedulerSummaries(java.util.Collection) or
 withInferenceSchedulerSummaries(java.util.Collection) if you want to override the existing values.
 
inferenceSchedulerSummaries - Provides information about the specified inference scheduler, including data upload frequency, model name
        and ARN, and status.public ListInferenceSchedulersResult withInferenceSchedulerSummaries(Collection<InferenceSchedulerSummary> inferenceSchedulerSummaries)
Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.
inferenceSchedulerSummaries - Provides information about the specified inference scheduler, including data upload frequency, model name
        and ARN, and status.public String toString()
toString in class ObjectObject.toString()public ListInferenceSchedulersResult clone()