@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartCodegenJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartCodegenJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartCodegenJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
The unique ID for the Amplify app.
|
String |
getClientToken()
The idempotency token used to ensure that the code generation job request completes only once.
|
StartCodegenJobData |
getCodegenJobToCreate()
The code generation job resource configuration.
|
String |
getEnvironmentName()
The name of the backend environment that is a part of the Amplify app.
|
int |
hashCode() |
void |
setAppId(String appId)
The unique ID for the Amplify app.
|
void |
setClientToken(String clientToken)
The idempotency token used to ensure that the code generation job request completes only once.
|
void |
setCodegenJobToCreate(StartCodegenJobData codegenJobToCreate)
The code generation job resource configuration.
|
void |
setEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
String |
toString()
Returns a string representation of this object.
|
StartCodegenJobRequest |
withAppId(String appId)
The unique ID for the Amplify app.
|
StartCodegenJobRequest |
withClientToken(String clientToken)
The idempotency token used to ensure that the code generation job request completes only once.
|
StartCodegenJobRequest |
withCodegenJobToCreate(StartCodegenJobData codegenJobToCreate)
The code generation job resource configuration.
|
StartCodegenJobRequest |
withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAppId(String appId)
The unique ID for the Amplify app.
appId
- The unique ID for the Amplify app.public String getAppId()
The unique ID for the Amplify app.
public StartCodegenJobRequest withAppId(String appId)
The unique ID for the Amplify app.
appId
- The unique ID for the Amplify app.public void setEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName
- The name of the backend environment that is a part of the Amplify app.public String getEnvironmentName()
The name of the backend environment that is a part of the Amplify app.
public StartCodegenJobRequest withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName
- The name of the backend environment that is a part of the Amplify app.public void setClientToken(String clientToken)
The idempotency token used to ensure that the code generation job request completes only once.
clientToken
- The idempotency token used to ensure that the code generation job request completes only once.public String getClientToken()
The idempotency token used to ensure that the code generation job request completes only once.
public StartCodegenJobRequest withClientToken(String clientToken)
The idempotency token used to ensure that the code generation job request completes only once.
clientToken
- The idempotency token used to ensure that the code generation job request completes only once.public void setCodegenJobToCreate(StartCodegenJobData codegenJobToCreate)
The code generation job resource configuration.
codegenJobToCreate
- The code generation job resource configuration.public StartCodegenJobData getCodegenJobToCreate()
The code generation job resource configuration.
public StartCodegenJobRequest withCodegenJobToCreate(StartCodegenJobData codegenJobToCreate)
The code generation job resource configuration.
codegenJobToCreate
- The code generation job resource configuration.public String toString()
toString
in class Object
Object.toString()
public StartCodegenJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()