@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSolFunctionInstancesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListSolFunctionInstancesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSolFunctionInstancesResult |
clone() |
boolean |
equals(Object obj) |
List<ListSolFunctionInstanceInfo> |
getFunctionInstances()
Network function instances.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setFunctionInstances(Collection<ListSolFunctionInstanceInfo> functionInstances)
Network function instances.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListSolFunctionInstancesResult |
withFunctionInstances(Collection<ListSolFunctionInstanceInfo> functionInstances)
Network function instances.
|
ListSolFunctionInstancesResult |
withFunctionInstances(ListSolFunctionInstanceInfo... functionInstances)
Network function instances.
|
ListSolFunctionInstancesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ListSolFunctionInstanceInfo> getFunctionInstances()
Network function instances.
public void setFunctionInstances(Collection<ListSolFunctionInstanceInfo> functionInstances)
Network function instances.
functionInstances - Network function instances.public ListSolFunctionInstancesResult withFunctionInstances(ListSolFunctionInstanceInfo... functionInstances)
Network function instances.
NOTE: This method appends the values to the existing list (if any). Use
setFunctionInstances(java.util.Collection) or withFunctionInstances(java.util.Collection) if
you want to override the existing values.
functionInstances - Network function instances.public ListSolFunctionInstancesResult withFunctionInstances(Collection<ListSolFunctionInstanceInfo> functionInstances)
Network function instances.
functionInstances - Network function instances.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
null when there are no
more results to return.public ListSolFunctionInstancesResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no
more results to return.public String toString()
toString in class ObjectObject.toString()public ListSolFunctionInstancesResult clone()