@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetActiveNamesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetActiveNamesResult() |
Modifier and Type | Method and Description |
---|---|
GetActiveNamesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getActiveNames()
The list of active names returned by the get active names request.
|
String |
getNextPageToken()
The token to advance to the next page of results from your request.
|
int |
hashCode() |
void |
setActiveNames(Collection<String> activeNames)
The list of active names returned by the get active names request.
|
void |
setNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
String |
toString()
Returns a string representation of this object.
|
GetActiveNamesResult |
withActiveNames(Collection<String> activeNames)
The list of active names returned by the get active names request.
|
GetActiveNamesResult |
withActiveNames(String... activeNames)
The list of active names returned by the get active names request.
|
GetActiveNamesResult |
withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getActiveNames()
The list of active names returned by the get active names request.
public void setActiveNames(Collection<String> activeNames)
The list of active names returned by the get active names request.
activeNames
- The list of active names returned by the get active names request.public GetActiveNamesResult withActiveNames(String... activeNames)
The list of active names returned by the get active names request.
NOTE: This method appends the values to the existing list (if any). Use
setActiveNames(java.util.Collection)
or withActiveNames(java.util.Collection)
if you want to
override the existing values.
activeNames
- The list of active names returned by the get active names request.public GetActiveNamesResult withActiveNames(Collection<String> activeNames)
The list of active names returned by the get active names request.
activeNames
- The list of active names returned by the get active names request.public void setNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetActiveNames
request and specify the next page
token using the pageToken
parameter.
nextPageToken
- The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetActiveNames
request and specify the next
page token using the pageToken
parameter.
public String getNextPageToken()
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetActiveNames
request and specify the next page
token using the pageToken
parameter.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetActiveNames
request and specify the next
page token using the pageToken
parameter.
public GetActiveNamesResult withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetActiveNames
request and specify the next page
token using the pageToken
parameter.
nextPageToken
- The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetActiveNames
request and specify the next
page token using the pageToken
parameter.
public String toString()
toString
in class Object
Object.toString()
public GetActiveNamesResult clone()