public class UpdateStackFromGitHubRequest extends Gs2BasicRequest<UpdateStackFromGitHubRequest>
| Constructor and Description |
|---|
UpdateStackFromGitHubRequest() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateStackFromGitHubRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
GitHubCheckoutSetting |
getCheckoutSetting() |
String |
getDescription() |
String |
getStackName() |
void |
setCheckoutSetting(GitHubCheckoutSetting checkoutSetting) |
void |
setDescription(String description) |
void |
setStackName(String stackName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
UpdateStackFromGitHubRequest |
withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) |
UpdateStackFromGitHubRequest |
withDescription(String description) |
UpdateStackFromGitHubRequest |
withStackName(String stackName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getStackName()
public void setStackName(String stackName)
public UpdateStackFromGitHubRequest withStackName(String stackName)
public String getDescription()
public void setDescription(String description)
public UpdateStackFromGitHubRequest withDescription(String description)
public GitHubCheckoutSetting getCheckoutSetting()
public void setCheckoutSetting(GitHubCheckoutSetting checkoutSetting)
public UpdateStackFromGitHubRequest withCheckoutSetting(GitHubCheckoutSetting checkoutSetting)
public static UpdateStackFromGitHubRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.