@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExplainabilitiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListExplainabilitiesResult() |
Modifier and Type | Method and Description |
---|---|
ListExplainabilitiesResult |
clone() |
boolean |
equals(Object obj) |
List<ExplainabilitySummary> |
getExplainabilities()
An array of objects that summarize the properties of each Explainability resource.
|
String |
getNextToken()
Returns this token if the response is truncated.
|
int |
hashCode() |
void |
setExplainabilities(Collection<ExplainabilitySummary> explainabilities)
An array of objects that summarize the properties of each Explainability resource.
|
void |
setNextToken(String nextToken)
Returns this token if the response is truncated.
|
String |
toString()
Returns a string representation of this object.
|
ListExplainabilitiesResult |
withExplainabilities(Collection<ExplainabilitySummary> explainabilities)
An array of objects that summarize the properties of each Explainability resource.
|
ListExplainabilitiesResult |
withExplainabilities(ExplainabilitySummary... explainabilities)
An array of objects that summarize the properties of each Explainability resource.
|
ListExplainabilitiesResult |
withNextToken(String nextToken)
Returns this token if the response is truncated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ExplainabilitySummary> getExplainabilities()
An array of objects that summarize the properties of each Explainability resource.
public void setExplainabilities(Collection<ExplainabilitySummary> explainabilities)
An array of objects that summarize the properties of each Explainability resource.
explainabilities
- An array of objects that summarize the properties of each Explainability resource.public ListExplainabilitiesResult withExplainabilities(ExplainabilitySummary... explainabilities)
An array of objects that summarize the properties of each Explainability resource.
NOTE: This method appends the values to the existing list (if any). Use
setExplainabilities(java.util.Collection)
or withExplainabilities(java.util.Collection)
if you
want to override the existing values.
explainabilities
- An array of objects that summarize the properties of each Explainability resource.public ListExplainabilitiesResult withExplainabilities(Collection<ExplainabilitySummary> explainabilities)
An array of objects that summarize the properties of each Explainability resource.
explainabilities
- An array of objects that summarize the properties of each Explainability resource.public void setNextToken(String nextToken)
Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.
nextToken
- Returns this token if the response is truncated. To retrieve the next set of results, use the token in the
next request.public String getNextToken()
Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.
public ListExplainabilitiesResult withNextToken(String nextToken)
Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.
nextToken
- Returns this token if the response is truncated. To retrieve the next set of results, use the token in the
next request.public String toString()
toString
in class Object
Object.toString()
public ListExplainabilitiesResult clone()