@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportComponentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ExportComponentsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ExportComponentsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
The unique ID of the Amplify app to export components to.
|
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 of the Amplify app to export components to.
|
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.
|
ExportComponentsRequest |
withAppId(String appId)
The unique ID of the Amplify app to export components to.
|
ExportComponentsRequest |
withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setAppId(String appId)
The unique ID of the Amplify app to export components to.
appId - The unique ID of the Amplify app to export components to.public String getAppId()
The unique ID of the Amplify app to export components to.
public ExportComponentsRequest withAppId(String appId)
The unique ID of the Amplify app to export components to.
appId - The unique ID of the Amplify app to export components to.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 ExportComponentsRequest 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 String toString()
toString in class ObjectObject.toString()public ExportComponentsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.