@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHumanLoopsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListHumanLoopsResult() |
Modifier and Type | Method and Description |
---|---|
ListHumanLoopsResult |
clone() |
boolean |
equals(Object obj) |
List<HumanLoopSummary> |
getHumanLoopSummaries()
An array of objects that contain information about the human loops.
|
String |
getNextToken()
A token to display the next page of results.
|
int |
hashCode() |
void |
setHumanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)
An array of objects that contain information about the human loops.
|
void |
setNextToken(String nextToken)
A token to display the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListHumanLoopsResult |
withHumanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)
An array of objects that contain information about the human loops.
|
ListHumanLoopsResult |
withHumanLoopSummaries(HumanLoopSummary... humanLoopSummaries)
An array of objects that contain information about the human loops.
|
ListHumanLoopsResult |
withNextToken(String nextToken)
A token to display the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<HumanLoopSummary> getHumanLoopSummaries()
An array of objects that contain information about the human loops.
public void setHumanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)
An array of objects that contain information about the human loops.
humanLoopSummaries
- An array of objects that contain information about the human loops.public ListHumanLoopsResult withHumanLoopSummaries(HumanLoopSummary... humanLoopSummaries)
An array of objects that contain information about the human loops.
NOTE: This method appends the values to the existing list (if any). Use
setHumanLoopSummaries(java.util.Collection)
or withHumanLoopSummaries(java.util.Collection)
if
you want to override the existing values.
humanLoopSummaries
- An array of objects that contain information about the human loops.public ListHumanLoopsResult withHumanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)
An array of objects that contain information about the human loops.
humanLoopSummaries
- An array of objects that contain information about the human loops.public void setNextToken(String nextToken)
A token to display the next page of results.
nextToken
- A token to display the next page of results.public String getNextToken()
A token to display the next page of results.
public ListHumanLoopsResult withNextToken(String nextToken)
A token to display the next page of results.
nextToken
- A token to display the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListHumanLoopsResult clone()