@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBackendStorageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request body for DeleteBackendStorage.
NOOP
Constructor and Description |
---|
DeleteBackendStorageRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteBackendStorageRequest |
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.
|
String |
getResourceName()
The name of the storage resource.
|
String |
getServiceName()
The name of the storage service.
|
int |
hashCode() |
void |
setAppId(String appId)
The app ID.
|
void |
setBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
void |
setResourceName(String resourceName)
The name of the storage resource.
|
void |
setServiceName(String serviceName)
The name of the storage service.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBackendStorageRequest |
withAppId(String appId)
The app ID.
|
DeleteBackendStorageRequest |
withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
DeleteBackendStorageRequest |
withResourceName(String resourceName)
The name of the storage resource.
|
DeleteBackendStorageRequest |
withServiceName(ServiceName serviceName)
The name of the storage service.
|
DeleteBackendStorageRequest |
withServiceName(String serviceName)
The name of the storage service.
|
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 DeleteBackendStorageRequest 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 DeleteBackendStorageRequest withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName
- The name of the backend environment.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 DeleteBackendStorageRequest withResourceName(String resourceName)
The name of the storage resource.
resourceName
- The name of the storage resource.public void setServiceName(String serviceName)
The name of the storage service.
serviceName
- The name of the storage service.ServiceName
public String getServiceName()
The name of the storage service.
ServiceName
public DeleteBackendStorageRequest withServiceName(String serviceName)
The name of the storage service.
serviceName
- The name of the storage service.ServiceName
public DeleteBackendStorageRequest withServiceName(ServiceName serviceName)
The name of the storage service.
serviceName
- The name of the storage service.ServiceName
public String toString()
toString
in class Object
Object.toString()
public DeleteBackendStorageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()