@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGitHubAccountTokenNamesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a ListGitHubAccountTokenNames operation.
Constructor and Description |
---|
ListGitHubAccountTokenNamesResult() |
Modifier and Type | Method and Description |
---|---|
ListGitHubAccountTokenNamesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If a large amount of information is returned, an identifier is also returned.
|
List<String> |
getTokenNameList()
A list of names of connections to GitHub accounts.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
|
void |
setTokenNameList(Collection<String> tokenNameList)
A list of names of connections to GitHub accounts.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListGitHubAccountTokenNamesResult |
withNextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
|
ListGitHubAccountTokenNamesResult |
withTokenNameList(Collection<String> tokenNameList)
A list of names of connections to GitHub accounts.
|
ListGitHubAccountTokenNamesResult |
withTokenNameList(String... tokenNameList)
A list of names of connections to GitHub accounts.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getTokenNameList()
A list of names of connections to GitHub accounts.
public void setTokenNameList(Collection<String> tokenNameList)
A list of names of connections to GitHub accounts.
tokenNameList
- A list of names of connections to GitHub accounts.public ListGitHubAccountTokenNamesResult withTokenNameList(String... tokenNameList)
A list of names of connections to GitHub accounts.
NOTE: This method appends the values to the existing list (if any). Use
setTokenNameList(java.util.Collection)
or withTokenNameList(java.util.Collection)
if you want
to override the existing values.
tokenNameList
- A list of names of connections to GitHub accounts.public ListGitHubAccountTokenNamesResult withTokenNameList(Collection<String> tokenNameList)
A list of names of connections to GitHub accounts.
tokenNameList
- A list of names of connections to GitHub accounts.public void setNextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.
nextToken
- If a large amount of information is returned, an identifier is also returned. It can be used in a
subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.public String getNextToken()
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.
public ListGitHubAccountTokenNamesResult withNextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.
nextToken
- If a large amount of information is returned, an identifier is also returned. It can be used in a
subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.public String toString()
toString
in class Object
Object.toString()
public ListGitHubAccountTokenNamesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.