@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStackInstancesForProvisionedProductResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListStackInstancesForProvisionedProductResult() |
Modifier and Type | Method and Description |
---|---|
ListStackInstancesForProvisionedProductResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
The page token to use to retrieve the next set of results.
|
List<StackInstance> |
getStackInstances()
List of stack instances.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
void |
setStackInstances(Collection<StackInstance> stackInstances)
List of stack instances.
|
String |
toString()
Returns a string representation of this object.
|
ListStackInstancesForProvisionedProductResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ListStackInstancesForProvisionedProductResult |
withStackInstances(Collection<StackInstance> stackInstances)
List of stack instances.
|
ListStackInstancesForProvisionedProductResult |
withStackInstances(StackInstance... stackInstances)
List of stack instances.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListStackInstancesForProvisionedProductResult()
public List<StackInstance> getStackInstances()
List of stack instances.
public void setStackInstances(Collection<StackInstance> stackInstances)
List of stack instances.
stackInstances
- List of stack instances.public ListStackInstancesForProvisionedProductResult withStackInstances(StackInstance... stackInstances)
List of stack instances.
NOTE: This method appends the values to the existing list (if any). Use
setStackInstances(java.util.Collection)
or withStackInstances(java.util.Collection)
if you want
to override the existing values.
stackInstances
- List of stack instances.public ListStackInstancesForProvisionedProductResult withStackInstances(Collection<StackInstance> stackInstances)
List of stack instances.
stackInstances
- List of stack instances.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken
- The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String getNextPageToken()
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
public ListStackInstancesForProvisionedProductResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken
- The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String toString()
toString
in class Object
Object.toString()
public ListStackInstancesForProvisionedProductResult clone()