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