Class ListHapgsResult
java.lang.Object
com.amazonaws.services.cloudhsm.model.ListHapgsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The list of high-availability partition groups.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.toString()
Returns a string representation of this object; useful for testing and debugging.withHapgList
(String... hapgList) The list of high-availability partition groups.withHapgList
(Collection<String> hapgList) The list of high-availability partition groups.withNextToken
(String nextToken) If not null, more results are available.
-
Constructor Details
-
ListHapgsResult
public ListHapgsResult()
-
-
Method Details
-
getHapgList
The list of high-availability partition groups.
- Returns:
- The list of high-availability partition groups.
-
setHapgList
The list of high-availability partition groups.
- Parameters:
hapgList
- The list of high-availability partition groups.
-
withHapgList
The list of high-availability partition groups.
NOTE: This method appends the values to the existing list (if any). Use
setHapgList(java.util.Collection)
orwithHapgList(java.util.Collection)
if you want to override the existing values.- Parameters:
hapgList
- The list of high-availability partition groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withHapgList
The list of high-availability partition groups.
- Parameters:
hapgList
- The list of high-availability partition groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
If not null, more results are available. Pass this value to ListHapgs to retrieve the next set of items.
- Parameters:
nextToken
- If not null, more results are available. Pass this value to ListHapgs to retrieve the next set of items.
-
getNextToken
If not null, more results are available. Pass this value to ListHapgs to retrieve the next set of items.
- Returns:
- If not null, more results are available. Pass this value to ListHapgs to retrieve the next set of items.
-
withNextToken
If not null, more results are available. Pass this value to ListHapgs to retrieve the next set of items.
- Parameters:
nextToken
- If not null, more results are available. Pass this value to ListHapgs to retrieve the next set of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-