Class CreateProjectRequest

java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateProjectRequest>
io.gs2.project.request.CreateProjectRequest
All Implemented Interfaces:
IRequest, Serializable

public class CreateProjectRequest extends Gs2BasicRequest<CreateProjectRequest>
See Also:
  • Constructor Details

    • CreateProjectRequest

      public CreateProjectRequest()
  • Method Details

    • getAccountToken

      public String getAccountToken()
    • setAccountToken

      public void setAccountToken(String accountToken)
    • withAccountToken

      public CreateProjectRequest withAccountToken(String accountToken)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public CreateProjectRequest withName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public CreateProjectRequest withDescription(String description)
    • getPlan

      public String getPlan()
    • setPlan

      public void setPlan(String plan)
    • withPlan

      public CreateProjectRequest withPlan(String plan)
    • getBillingMethodName

      public String getBillingMethodName()
    • setBillingMethodName

      public void setBillingMethodName(String billingMethodName)
    • withBillingMethodName

      public CreateProjectRequest withBillingMethodName(String billingMethodName)
    • getEnableEventBridge

      public String getEnableEventBridge()
    • setEnableEventBridge

      public void setEnableEventBridge(String enableEventBridge)
    • withEnableEventBridge

      public CreateProjectRequest withEnableEventBridge(String enableEventBridge)
    • getEventBridgeAwsAccountId

      public String getEventBridgeAwsAccountId()
    • setEventBridgeAwsAccountId

      public void setEventBridgeAwsAccountId(String eventBridgeAwsAccountId)
    • withEventBridgeAwsAccountId

      public CreateProjectRequest withEventBridgeAwsAccountId(String eventBridgeAwsAccountId)
    • getEventBridgeAwsRegion

      public String getEventBridgeAwsRegion()
    • setEventBridgeAwsRegion

      public void setEventBridgeAwsRegion(String eventBridgeAwsRegion)
    • withEventBridgeAwsRegion

      public CreateProjectRequest withEventBridgeAwsRegion(String eventBridgeAwsRegion)
    • fromJson

      public static CreateProjectRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()