@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInferenceComponentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListInferenceComponentsResult() |
Modifier and Type | Method and Description |
---|---|
ListInferenceComponentsResult |
clone() |
boolean |
equals(Object obj) |
List<InferenceComponentSummary> |
getInferenceComponents()
A list of inference components and their properties that matches any of the filters you specified in the request.
|
String |
getNextToken()
The token to use in a subsequent request to get the next set of results following a truncated response.
|
int |
hashCode() |
void |
setInferenceComponents(Collection<InferenceComponentSummary> inferenceComponents)
A list of inference components and their properties that matches any of the filters you specified in the request.
|
void |
setNextToken(String nextToken)
The token to use in a subsequent request to get the next set of results following a truncated response.
|
String |
toString()
Returns a string representation of this object.
|
ListInferenceComponentsResult |
withInferenceComponents(Collection<InferenceComponentSummary> inferenceComponents)
A list of inference components and their properties that matches any of the filters you specified in the request.
|
ListInferenceComponentsResult |
withInferenceComponents(InferenceComponentSummary... inferenceComponents)
A list of inference components and their properties that matches any of the filters you specified in the request.
|
ListInferenceComponentsResult |
withNextToken(String nextToken)
The token to use in a subsequent request to get the next set of results following a truncated response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<InferenceComponentSummary> getInferenceComponents()
A list of inference components and their properties that matches any of the filters you specified in the request.
public void setInferenceComponents(Collection<InferenceComponentSummary> inferenceComponents)
A list of inference components and their properties that matches any of the filters you specified in the request.
inferenceComponents
- A list of inference components and their properties that matches any of the filters you specified in the
request.public ListInferenceComponentsResult withInferenceComponents(InferenceComponentSummary... inferenceComponents)
A list of inference components and their properties that matches any of the filters you specified in the request.
NOTE: This method appends the values to the existing list (if any). Use
setInferenceComponents(java.util.Collection)
or withInferenceComponents(java.util.Collection)
if you want to override the existing values.
inferenceComponents
- A list of inference components and their properties that matches any of the filters you specified in the
request.public ListInferenceComponentsResult withInferenceComponents(Collection<InferenceComponentSummary> inferenceComponents)
A list of inference components and their properties that matches any of the filters you specified in the request.
inferenceComponents
- A list of inference components and their properties that matches any of the filters you specified in the
request.public void setNextToken(String nextToken)
The token to use in a subsequent request to get the next set of results following a truncated response.
nextToken
- The token to use in a subsequent request to get the next set of results following a truncated response.public String getNextToken()
The token to use in a subsequent request to get the next set of results following a truncated response.
public ListInferenceComponentsResult withNextToken(String nextToken)
The token to use in a subsequent request to get the next set of results following a truncated response.
nextToken
- The token to use in a subsequent request to get the next set of results following a truncated response.public String toString()
toString
in class Object
Object.toString()
public ListInferenceComponentsResult clone()