@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInferenceRecommendationsJobStepsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListInferenceRecommendationsJobStepsResult() |
Modifier and Type | Method and Description |
---|---|
ListInferenceRecommendationsJobStepsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token that you can specify in your next request to return more results from the list.
|
List<InferenceRecommendationsJobStep> |
getSteps()
A list of all subtask details in Inference Recommender.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that you can specify in your next request to return more results from the list.
|
void |
setSteps(Collection<InferenceRecommendationsJobStep> steps)
A list of all subtask details in Inference Recommender.
|
String |
toString()
Returns a string representation of this object.
|
ListInferenceRecommendationsJobStepsResult |
withNextToken(String nextToken)
A token that you can specify in your next request to return more results from the list.
|
ListInferenceRecommendationsJobStepsResult |
withSteps(Collection<InferenceRecommendationsJobStep> steps)
A list of all subtask details in Inference Recommender.
|
ListInferenceRecommendationsJobStepsResult |
withSteps(InferenceRecommendationsJobStep... steps)
A list of all subtask details in Inference Recommender.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListInferenceRecommendationsJobStepsResult()
public List<InferenceRecommendationsJobStep> getSteps()
A list of all subtask details in Inference Recommender.
public void setSteps(Collection<InferenceRecommendationsJobStep> steps)
A list of all subtask details in Inference Recommender.
steps
- A list of all subtask details in Inference Recommender.public ListInferenceRecommendationsJobStepsResult withSteps(InferenceRecommendationsJobStep... steps)
A list of all subtask details in Inference Recommender.
NOTE: This method appends the values to the existing list (if any). Use
setSteps(java.util.Collection)
or withSteps(java.util.Collection)
if you want to override the
existing values.
steps
- A list of all subtask details in Inference Recommender.public ListInferenceRecommendationsJobStepsResult withSteps(Collection<InferenceRecommendationsJobStep> steps)
A list of all subtask details in Inference Recommender.
steps
- A list of all subtask details in Inference Recommender.public void setNextToken(String nextToken)
A token that you can specify in your next request to return more results from the list.
nextToken
- A token that you can specify in your next request to return more results from the list.public String getNextToken()
A token that you can specify in your next request to return more results from the list.
public ListInferenceRecommendationsJobStepsResult withNextToken(String nextToken)
A token that you can specify in your next request to return more results from the list.
nextToken
- A token that you can specify in your next request to return more results from the list.public String toString()
toString
in class Object
Object.toString()
public ListInferenceRecommendationsJobStepsResult clone()