@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBackendAPIResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBackendAPIResult() |
Modifier and Type | Method and Description |
---|---|
GetBackendAPIResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
The app ID.
|
String |
getBackendEnvironmentName()
The name of the backend environment.
|
String |
getError()
If the request failed, this is the returned error.
|
BackendAPIResourceConfig |
getResourceConfig()
The resource configuration for this response object.
|
String |
getResourceName()
The name of this resource.
|
int |
hashCode() |
void |
setAppId(String appId)
The app ID.
|
void |
setBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
void |
setError(String error)
If the request failed, this is the returned error.
|
void |
setResourceConfig(BackendAPIResourceConfig resourceConfig)
The resource configuration for this response object.
|
void |
setResourceName(String resourceName)
The name of this resource.
|
String |
toString()
Returns a string representation of this object.
|
GetBackendAPIResult |
withAppId(String appId)
The app ID.
|
GetBackendAPIResult |
withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
GetBackendAPIResult |
withError(String error)
If the request failed, this is the returned error.
|
GetBackendAPIResult |
withResourceConfig(BackendAPIResourceConfig resourceConfig)
The resource configuration for this response object.
|
GetBackendAPIResult |
withResourceName(String resourceName)
The name of this resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppId(String appId)
The app ID.
appId
- The app ID.public String getAppId()
The app ID.
public GetBackendAPIResult withAppId(String appId)
The app ID.
appId
- The app ID.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 GetBackendAPIResult 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 GetBackendAPIResult withError(String error)
If the request failed, this is the returned error.
error
- If the request failed, this is the returned error.public void setResourceConfig(BackendAPIResourceConfig resourceConfig)
The resource configuration for this response object.
resourceConfig
- The resource configuration for this response object.public BackendAPIResourceConfig getResourceConfig()
The resource configuration for this response object.
public GetBackendAPIResult withResourceConfig(BackendAPIResourceConfig resourceConfig)
The resource configuration for this response object.
resourceConfig
- The resource configuration for this response object.public void setResourceName(String resourceName)
The name of this resource.
resourceName
- The name of this resource.public String getResourceName()
The name of this resource.
public GetBackendAPIResult withResourceName(String resourceName)
The name of this resource.
resourceName
- The name of this resource.public String toString()
toString
in class Object
Object.toString()
public GetBackendAPIResult clone()