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