public class UpdateProjectRequest extends Gs2BasicRequest<UpdateProjectRequest>
| Constructor and Description |
|---|
UpdateProjectRequest() |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getAccountToken()
public void setAccountToken(String accountToken)
public UpdateProjectRequest withAccountToken(String accountToken)
public String getProjectName()
public void setProjectName(String projectName)
public UpdateProjectRequest withProjectName(String projectName)
public String getDescription()
public void setDescription(String description)
public UpdateProjectRequest withDescription(String description)
public String getPlan()
public void setPlan(String plan)
public UpdateProjectRequest withPlan(String plan)
public String getBillingMethodName()
public void setBillingMethodName(String billingMethodName)
public UpdateProjectRequest withBillingMethodName(String billingMethodName)
public String getEnableEventBridge()
public void setEnableEventBridge(String enableEventBridge)
public UpdateProjectRequest withEnableEventBridge(String enableEventBridge)
public String getEventBridgeAwsAccountId()
public void setEventBridgeAwsAccountId(String eventBridgeAwsAccountId)
public UpdateProjectRequest withEventBridgeAwsAccountId(String eventBridgeAwsAccountId)
public String getEventBridgeAwsRegion()
public void setEventBridgeAwsRegion(String eventBridgeAwsRegion)
public UpdateProjectRequest withEventBridgeAwsRegion(String eventBridgeAwsRegion)
public static UpdateProjectRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.