@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBackendEnvironmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure for get backend environment request.
NOOP| Constructor and Description |
|---|
GetBackendEnvironmentRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetBackendEnvironmentRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
Unique Id for an Amplify App.
|
String |
getEnvironmentName()
Name for the backend environment.
|
int |
hashCode() |
void |
setAppId(String appId)
Unique Id for an Amplify App.
|
void |
setEnvironmentName(String environmentName)
Name for the backend environment.
|
String |
toString()
Returns a string representation of this object.
|
GetBackendEnvironmentRequest |
withAppId(String appId)
Unique Id for an Amplify App.
|
GetBackendEnvironmentRequest |
withEnvironmentName(String environmentName)
Name for the backend environment.
|
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)
Unique Id for an Amplify App.
appId - Unique Id for an Amplify App.public String getAppId()
Unique Id for an Amplify App.
public GetBackendEnvironmentRequest withAppId(String appId)
Unique Id for an Amplify App.
appId - Unique Id for an Amplify App.public void setEnvironmentName(String environmentName)
Name for the backend environment.
environmentName - Name for the backend environment.public String getEnvironmentName()
Name for the backend environment.
public GetBackendEnvironmentRequest withEnvironmentName(String environmentName)
Name for the backend environment.
environmentName - Name for the backend environment.public String toString()
toString in class ObjectObject.toString()public GetBackendEnvironmentRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.