Package io.gs2.project.request
Class CreateProjectRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateProjectRequest>
io.gs2.project.request.CreateProjectRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateProjectRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()getPlan()voidsetAccountToken(String accountToken) voidsetBillingMethodName(String billingMethodName) voidsetDescription(String description) voidsetEnableEventBridge(String enableEventBridge) voidsetEventBridgeAwsAccountId(String eventBridgeAwsAccountId) voidsetEventBridgeAwsRegion(String eventBridgeAwsRegion) voidvoidcom.fasterxml.jackson.databind.JsonNodetoJson()withAccountToken(String accountToken) withBillingMethodName(String billingMethodName) withDescription(String description) withEnableEventBridge(String enableEventBridge) withEventBridgeAwsAccountId(String eventBridgeAwsAccountId) withEventBridgeAwsRegion(String eventBridgeAwsRegion) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateProjectRequest
public CreateProjectRequest()
-
-
Method Details
-
getAccountToken
-
setAccountToken
-
withAccountToken
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getPlan
-
setPlan
-
withPlan
-
getBillingMethodName
-
setBillingMethodName
-
withBillingMethodName
-
getEnableEventBridge
-
setEnableEventBridge
-
withEnableEventBridge
-
getEventBridgeAwsAccountId
-
setEventBridgeAwsAccountId
-
withEventBridgeAwsAccountId
-
getEventBridgeAwsRegion
-
setEventBridgeAwsRegion
-
withEventBridgeAwsRegion
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-