@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()
A token used for advancing to the next page of results from your get active names request.
|
int |
hashCode() |
void |
setActiveNames(Collection<String> activeNames)
The list of active names returned by the get active names request.
|
void |
setNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get active names request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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)
A token used for advancing to the next page of results from your get active names 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)
A token used for advancing to the next page of results from your get active names request.
nextPageToken
- A token used for advancing to the next page of results from your get active names request.public String getNextPageToken()
A token used for advancing to the next page of results from your get active names request.
public GetActiveNamesResult withNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get active names request.
nextPageToken
- A token used for advancing to the next page of results from your get active names request.public String toString()
toString
in class Object
Object.toString()
public GetActiveNamesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.