Class UpdateProjectRequest

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

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

    • UpdateProjectRequest

      public UpdateProjectRequest()
  • Method Details

    • getAccountToken

      public String getAccountToken()
    • setAccountToken

      public void setAccountToken(String accountToken)
    • withAccountToken

      public UpdateProjectRequest withAccountToken(String accountToken)
    • getProjectName

      public String getProjectName()
    • setProjectName

      public void setProjectName(String projectName)
    • withProjectName

      public UpdateProjectRequest withProjectName(String projectName)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public UpdateProjectRequest withDescription(String description)
    • getPlan

      public String getPlan()
    • setPlan

      public void setPlan(String plan)
    • withPlan

      public UpdateProjectRequest withPlan(String plan)
    • getBillingMethodName

      public String getBillingMethodName()
    • setBillingMethodName

      public void setBillingMethodName(String billingMethodName)
    • withBillingMethodName

      public UpdateProjectRequest withBillingMethodName(String billingMethodName)
    • getEnableEventBridge

      public String getEnableEventBridge()
    • setEnableEventBridge

      public void setEnableEventBridge(String enableEventBridge)
    • withEnableEventBridge

      public UpdateProjectRequest withEnableEventBridge(String enableEventBridge)
    • getEventBridgeAwsAccountId

      public String getEventBridgeAwsAccountId()
    • setEventBridgeAwsAccountId

      public void setEventBridgeAwsAccountId(String eventBridgeAwsAccountId)
    • withEventBridgeAwsAccountId

      public UpdateProjectRequest withEventBridgeAwsAccountId(String eventBridgeAwsAccountId)
    • getEventBridgeAwsRegion

      public String getEventBridgeAwsRegion()
    • setEventBridgeAwsRegion

      public void setEventBridgeAwsRegion(String eventBridgeAwsRegion)
    • withEventBridgeAwsRegion

      public UpdateProjectRequest withEventBridgeAwsRegion(String eventBridgeAwsRegion)
    • fromJson

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

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