public class DescribeGitHubApiKeysResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
DescribeGitHubApiKeysResult() |
| Modifier and Type | Method and Description |
|---|---|
static DescribeGitHubApiKeysResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
List<GitHubApiKey> |
getItems() |
String |
getNextPageToken() |
void |
setItems(List<GitHubApiKey> items) |
void |
setNextPageToken(String nextPageToken) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DescribeGitHubApiKeysResult |
withItems(List<GitHubApiKey> items) |
DescribeGitHubApiKeysResult |
withNextPageToken(String nextPageToken) |
public List<GitHubApiKey> getItems()
public void setItems(List<GitHubApiKey> items)
public DescribeGitHubApiKeysResult withItems(List<GitHubApiKey> items)
public String getNextPageToken()
public void setNextPageToken(String nextPageToken)
public DescribeGitHubApiKeysResult withNextPageToken(String nextPageToken)
public static DescribeGitHubApiKeysResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.