public class ListHapgsResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ListHapgsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListHapgsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getHapgList()
The list of high-availability partition groups.
|
String |
getNextToken()
If not null, more results are available.
|
int |
hashCode() |
void |
setHapgList(Collection<String> hapgList)
The list of high-availability partition groups.
|
void |
setNextToken(String nextToken)
If not null, more results are available.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListHapgsResult |
withHapgList(Collection<String> hapgList)
The list of high-availability partition groups.
|
ListHapgsResult |
withHapgList(String... hapgList)
The list of high-availability partition groups.
|
ListHapgsResult |
withNextToken(String nextToken)
If not null, more results are available.
|
public List<String> getHapgList()
public void setHapgList(Collection<String> hapgList)
hapgList - The list of high-availability partition groups.public ListHapgsResult withHapgList(String... hapgList)
NOTE: This method appends the values to the existing list (if
any). Use setHapgList(java.util.Collection) or withHapgList(java.util.Collection) if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
hapgList - The list of high-availability partition groups.public ListHapgsResult withHapgList(Collection<String> hapgList)
Returns a reference to this object so that method calls can be chained together.
hapgList - The list of high-availability partition groups.public String getNextToken()
Constraints:
Pattern: [a-zA-Z0-9+/]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [a-zA-Z0-9+/]*
nextToken - If not null, more results are available. Pass this value to
ListHapgs to retrieve the next set of items.public ListHapgsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [a-zA-Z0-9+/]*
nextToken - If not null, more results are available. Pass this value to
ListHapgs to retrieve the next set of items.public String toString()
toString in class ObjectObject.toString()public ListHapgsResult clone()
Copyright © 2015. All rights reserved.