@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportBackendStorageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request body for ImportBackendStorage.
NOOP| Constructor and Description | 
|---|
| ImportBackendStorageRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ImportBackendStorageRequest | 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 | getBucketName()
 The name of the S3 bucket. | 
| 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 | setBucketName(String bucketName)
 The name of the S3 bucket. | 
| void | setServiceName(String serviceName)
 The name of the storage service. | 
| String | toString()Returns a string representation of this object. | 
| ImportBackendStorageRequest | withAppId(String appId)
 The app ID. | 
| ImportBackendStorageRequest | withBackendEnvironmentName(String backendEnvironmentName)
 The name of the backend environment. | 
| ImportBackendStorageRequest | withBucketName(String bucketName)
 The name of the S3 bucket. | 
| ImportBackendStorageRequest | withServiceName(ServiceName serviceName)
 The name of the storage service. | 
| ImportBackendStorageRequest | 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, withSdkRequestTimeoutpublic void setAppId(String appId)
The app ID.
appId - The app ID.public String getAppId()
The app ID.
public ImportBackendStorageRequest 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 ImportBackendStorageRequest withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName - The name of the backend environment.public void setBucketName(String bucketName)
The name of the S3 bucket.
bucketName - The name of the S3 bucket.public String getBucketName()
The name of the S3 bucket.
public ImportBackendStorageRequest withBucketName(String bucketName)
The name of the S3 bucket.
bucketName - The name of the S3 bucket.public void setServiceName(String serviceName)
The name of the storage service.
serviceName - The name of the storage service.ServiceNamepublic String getServiceName()
The name of the storage service.
ServiceNamepublic ImportBackendStorageRequest withServiceName(String serviceName)
The name of the storage service.
serviceName - The name of the storage service.ServiceNamepublic ImportBackendStorageRequest withServiceName(ServiceName serviceName)
The name of the storage service.
serviceName - The name of the storage service.ServiceNamepublic String toString()
toString in class ObjectObject.toString()public ImportBackendStorageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()