@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBackendStorageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request body for CreateBackendStorage.
NOOP
Constructor and Description |
---|
CreateBackendStorageRequest() |
Modifier and Type | Method and Description |
---|---|
CreateBackendStorageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
The app ID.
|
String |
getBackendEnvironmentName()
The name of the backend environment.
|
CreateBackendStorageResourceConfig |
getResourceConfig()
The resource configuration for creating backend storage.
|
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(CreateBackendStorageResourceConfig resourceConfig)
The resource configuration for creating backend storage.
|
void |
setResourceName(String resourceName)
The name of the storage resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateBackendStorageRequest |
withAppId(String appId)
The app ID.
|
CreateBackendStorageRequest |
withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
CreateBackendStorageRequest |
withResourceConfig(CreateBackendStorageResourceConfig resourceConfig)
The resource configuration for creating backend storage.
|
CreateBackendStorageRequest |
withResourceName(String resourceName)
The name of the storage resource.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setAppId(String appId)
The app ID.
appId
- The app ID.public String getAppId()
The app ID.
public CreateBackendStorageRequest 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 CreateBackendStorageRequest withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName
- The name of the backend environment.public void setResourceConfig(CreateBackendStorageResourceConfig resourceConfig)
The resource configuration for creating backend storage.
resourceConfig
- The resource configuration for creating backend storage.public CreateBackendStorageResourceConfig getResourceConfig()
The resource configuration for creating backend storage.
public CreateBackendStorageRequest withResourceConfig(CreateBackendStorageResourceConfig resourceConfig)
The resource configuration for creating backend storage.
resourceConfig
- The resource configuration for creating backend storage.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 CreateBackendStorageRequest 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 CreateBackendStorageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()