@Generated(value="software.amazon.awssdk:codegen") public class ListGitHubAccountTokenNamesResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListGitHubAccountTokenNamesResponse.Builder,ListGitHubAccountTokenNamesResponse>
Represents the output of a ListGitHubAccountTokenNames operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListGitHubAccountTokenNamesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListGitHubAccountTokenNamesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
nextToken()
If a large amount of information is returned, an identifier is also returned.
|
static Class<? extends ListGitHubAccountTokenNamesResponse.Builder> |
serializableBuilderClass() |
ListGitHubAccountTokenNamesResponse.Builder |
toBuilder() |
List<String> |
tokenNameList()
A list of names of connections to GitHub accounts.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> tokenNameList()
A list of names of connections to GitHub accounts.
public 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.
public ListGitHubAccountTokenNamesResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListGitHubAccountTokenNamesResponse.Builder,ListGitHubAccountTokenNamesResponse>public static ListGitHubAccountTokenNamesResponse.Builder builder()
public static Class<? extends ListGitHubAccountTokenNamesResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.