* Provides an identifier to allow retrieval of paginated results. *
*/ private String nextToken; /** ** An array of parameter groups. Each element in the array represents one parameter group. *
*/ private java.util.List* Provides an identifier to allow retrieval of paginated results. *
* * @param nextToken * Provides an identifier to allow retrieval of paginated results. */ public void setNextToken(String nextToken) { this.nextToken = nextToken; } /** ** Provides an identifier to allow retrieval of paginated results. *
* * @return Provides an identifier to allow retrieval of paginated results. */ public String getNextToken() { return this.nextToken; } /** ** Provides an identifier to allow retrieval of paginated results. *
* * @param nextToken * Provides an identifier to allow retrieval of paginated results. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeParameterGroupsResult withNextToken(String nextToken) { setNextToken(nextToken); return this; } /** ** An array of parameter groups. Each element in the array represents one parameter group. *
* * @return An array of parameter groups. Each element in the array represents one parameter group. */ public java.util.List* An array of parameter groups. Each element in the array represents one parameter group. *
* * @param parameterGroups * An array of parameter groups. Each element in the array represents one parameter group. */ public void setParameterGroups(java.util.Collection* An array of parameter groups. Each element in the array represents one parameter group. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setParameterGroups(java.util.Collection)} or {@link #withParameterGroups(java.util.Collection)} if you * want to override the existing values. *
* * @param parameterGroups * An array of parameter groups. Each element in the array represents one parameter group. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeParameterGroupsResult withParameterGroups(ParameterGroup... parameterGroups) { if (this.parameterGroups == null) { setParameterGroups(new java.util.ArrayList* An array of parameter groups. Each element in the array represents one parameter group. *
* * @param parameterGroups * An array of parameter groups. Each element in the array represents one parameter group. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeParameterGroupsResult withParameterGroups(java.util.Collection