@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBackendResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBackendResult() |
Modifier and Type | Method and Description |
---|---|
GetBackendResult |
clone() |
boolean |
equals(Object obj) |
String |
getAmplifyFeatureFlags()
A stringified version of the cli.json file for your Amplify project.
|
String |
getAmplifyMetaConfig()
A stringified version of the current configs for your Amplify project.
|
String |
getAppId()
The app ID.
|
String |
getAppName()
The name of the app.
|
List<String> |
getBackendEnvironmentList()
A list of backend environments in an array.
|
String |
getBackendEnvironmentName()
The name of the backend environment.
|
String |
getError()
If the request failed, this is the returned error.
|
int |
hashCode() |
void |
setAmplifyFeatureFlags(String amplifyFeatureFlags)
A stringified version of the cli.json file for your Amplify project.
|
void |
setAmplifyMetaConfig(String amplifyMetaConfig)
A stringified version of the current configs for your Amplify project.
|
void |
setAppId(String appId)
The app ID.
|
void |
setAppName(String appName)
The name of the app.
|
void |
setBackendEnvironmentList(Collection<String> backendEnvironmentList)
A list of backend environments in an array.
|
void |
setBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
void |
setError(String error)
If the request failed, this is the returned error.
|
String |
toString()
Returns a string representation of this object.
|
GetBackendResult |
withAmplifyFeatureFlags(String amplifyFeatureFlags)
A stringified version of the cli.json file for your Amplify project.
|
GetBackendResult |
withAmplifyMetaConfig(String amplifyMetaConfig)
A stringified version of the current configs for your Amplify project.
|
GetBackendResult |
withAppId(String appId)
The app ID.
|
GetBackendResult |
withAppName(String appName)
The name of the app.
|
GetBackendResult |
withBackendEnvironmentList(Collection<String> backendEnvironmentList)
A list of backend environments in an array.
|
GetBackendResult |
withBackendEnvironmentList(String... backendEnvironmentList)
A list of backend environments in an array.
|
GetBackendResult |
withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
GetBackendResult |
withError(String error)
If the request failed, this is the returned error.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAmplifyFeatureFlags(String amplifyFeatureFlags)
A stringified version of the cli.json file for your Amplify project.
amplifyFeatureFlags
- A stringified version of the cli.json file for your Amplify project.public String getAmplifyFeatureFlags()
A stringified version of the cli.json file for your Amplify project.
public GetBackendResult withAmplifyFeatureFlags(String amplifyFeatureFlags)
A stringified version of the cli.json file for your Amplify project.
amplifyFeatureFlags
- A stringified version of the cli.json file for your Amplify project.public void setAmplifyMetaConfig(String amplifyMetaConfig)
A stringified version of the current configs for your Amplify project.
amplifyMetaConfig
- A stringified version of the current configs for your Amplify project.public String getAmplifyMetaConfig()
A stringified version of the current configs for your Amplify project.
public GetBackendResult withAmplifyMetaConfig(String amplifyMetaConfig)
A stringified version of the current configs for your Amplify project.
amplifyMetaConfig
- A stringified version of the current configs for your Amplify project.public void setAppId(String appId)
The app ID.
appId
- The app ID.public String getAppId()
The app ID.
public GetBackendResult withAppId(String appId)
The app ID.
appId
- The app ID.public void setAppName(String appName)
The name of the app.
appName
- The name of the app.public String getAppName()
The name of the app.
public GetBackendResult withAppName(String appName)
The name of the app.
appName
- The name of the app.public List<String> getBackendEnvironmentList()
A list of backend environments in an array.
public void setBackendEnvironmentList(Collection<String> backendEnvironmentList)
A list of backend environments in an array.
backendEnvironmentList
- A list of backend environments in an array.public GetBackendResult withBackendEnvironmentList(String... backendEnvironmentList)
A list of backend environments in an array.
NOTE: This method appends the values to the existing list (if any). Use
setBackendEnvironmentList(java.util.Collection)
or
withBackendEnvironmentList(java.util.Collection)
if you want to override the existing values.
backendEnvironmentList
- A list of backend environments in an array.public GetBackendResult withBackendEnvironmentList(Collection<String> backendEnvironmentList)
A list of backend environments in an array.
backendEnvironmentList
- A list of backend environments in an array.public void setBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName
- The name of the backend environment.public String getBackendEnvironmentName()
The name of the backend environment.
public GetBackendResult withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName
- The name of the backend environment.public void setError(String error)
If the request failed, this is the returned error.
error
- If the request failed, this is the returned error.public String getError()
If the request failed, this is the returned error.
public GetBackendResult withError(String error)
If the request failed, this is the returned error.
error
- If the request failed, this is the returned error.public String toString()
toString
in class Object
Object.toString()
public GetBackendResult clone()