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