@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFormRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFormRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFormRequest |
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 unique client token.
|
String |
getEnvironmentName()
The name of the backend environment that is part of the Amplify app.
|
String |
getId()
The unique ID for the form.
|
UpdateFormData |
getUpdatedForm()
The request accepts the following data in JSON format.
|
int |
hashCode() |
void |
setAppId(String appId)
The unique ID for the Amplify app.
|
void |
setClientToken(String clientToken)
The unique client token.
|
void |
setEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
void |
setId(String id)
The unique ID for the form.
|
void |
setUpdatedForm(UpdateFormData updatedForm)
The request accepts the following data in JSON format.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFormRequest |
withAppId(String appId)
The unique ID for the Amplify app.
|
UpdateFormRequest |
withClientToken(String clientToken)
The unique client token.
|
UpdateFormRequest |
withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
UpdateFormRequest |
withId(String id)
The unique ID for the form.
|
UpdateFormRequest |
withUpdatedForm(UpdateFormData updatedForm)
The request accepts the following data in JSON format.
|
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 UpdateFormRequest 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 part of the Amplify app.
environmentName
- The name of the backend environment that is part of the Amplify app.public String getEnvironmentName()
The name of the backend environment that is part of the Amplify app.
public UpdateFormRequest withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
environmentName
- The name of the backend environment that is part of the Amplify app.public void setId(String id)
The unique ID for the form.
id
- The unique ID for the form.public String getId()
The unique ID for the form.
public UpdateFormRequest withId(String id)
The unique ID for the form.
id
- The unique ID for the form.public void setClientToken(String clientToken)
The unique client token.
clientToken
- The unique client token.public String getClientToken()
The unique client token.
public UpdateFormRequest withClientToken(String clientToken)
The unique client token.
clientToken
- The unique client token.public void setUpdatedForm(UpdateFormData updatedForm)
The request accepts the following data in JSON format.
updatedForm
- The request accepts the following data in JSON format.public UpdateFormData getUpdatedForm()
The request accepts the following data in JSON format.
public UpdateFormRequest withUpdatedForm(UpdateFormData updatedForm)
The request accepts the following data in JSON format.
updatedForm
- The request accepts the following data in JSON format.public String toString()
toString
in class Object
Object.toString()
public UpdateFormRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()