@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBackendRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request body for CreateBackend.
NOOP| Constructor and Description | 
|---|
CreateBackendRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateBackendRequest | 
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 | 
getAppName()
 The name of the app. 
 | 
String | 
getBackendEnvironmentName()
 The name of the backend environment. 
 | 
ResourceConfig | 
getResourceConfig()
 The resource configuration for creating backend storage. 
 | 
String | 
getResourceName()
 The name of the resource. 
 | 
int | 
hashCode()  | 
void | 
setAppId(String appId)
 The app ID. 
 | 
void | 
setAppName(String appName)
 The name of the app. 
 | 
void | 
setBackendEnvironmentName(String backendEnvironmentName)
 The name of the backend environment. 
 | 
void | 
setResourceConfig(ResourceConfig resourceConfig)
 The resource configuration for creating backend storage. 
 | 
void | 
setResourceName(String resourceName)
 The name of the resource. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateBackendRequest | 
withAppId(String appId)
 The app ID. 
 | 
CreateBackendRequest | 
withAppName(String appName)
 The name of the app. 
 | 
CreateBackendRequest | 
withBackendEnvironmentName(String backendEnvironmentName)
 The name of the backend environment. 
 | 
CreateBackendRequest | 
withResourceConfig(ResourceConfig resourceConfig)
 The resource configuration for creating backend storage. 
 | 
CreateBackendRequest | 
withResourceName(String resourceName)
 The name of the 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, withSdkRequestTimeoutpublic void setAppId(String appId)
The app ID.
appId - The app ID.public String getAppId()
The app ID.
public CreateBackendRequest withAppId(String appId)
The app ID.
appId - The app ID.public void setAppName(String appName)
The name of the app.
appName - The name of the app.public String getAppName()
The name of the app.
public CreateBackendRequest withAppName(String appName)
The name of the app.
appName - The name of the app.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 CreateBackendRequest withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName - The name of the backend environment.public void setResourceConfig(ResourceConfig resourceConfig)
The resource configuration for creating backend storage.
resourceConfig - The resource configuration for creating backend storage.public ResourceConfig getResourceConfig()
The resource configuration for creating backend storage.
public CreateBackendRequest withResourceConfig(ResourceConfig 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 resource.
resourceName - The name of the resource.public String getResourceName()
The name of the resource.
public CreateBackendRequest withResourceName(String resourceName)
The name of the resource.
resourceName - The name of the resource.public String toString()
toString in class ObjectObject.toString()public CreateBackendRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()