@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBackendConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateBackendConfigResult() |
Modifier and Type | Method and Description |
---|---|
UpdateBackendConfigResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
The app ID.
|
String |
getBackendManagerAppId()
The app ID for the backend manager.
|
String |
getError()
If the request fails, this error is returned.
|
LoginAuthConfigReqObj |
getLoginAuthConfig()
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
|
int |
hashCode() |
void |
setAppId(String appId)
The app ID.
|
void |
setBackendManagerAppId(String backendManagerAppId)
The app ID for the backend manager.
|
void |
setError(String error)
If the request fails, this error is returned.
|
void |
setLoginAuthConfig(LoginAuthConfigReqObj loginAuthConfig)
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBackendConfigResult |
withAppId(String appId)
The app ID.
|
UpdateBackendConfigResult |
withBackendManagerAppId(String backendManagerAppId)
The app ID for the backend manager.
|
UpdateBackendConfigResult |
withError(String error)
If the request fails, this error is returned.
|
UpdateBackendConfigResult |
withLoginAuthConfig(LoginAuthConfigReqObj loginAuthConfig)
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppId(String appId)
The app ID.
appId
- The app ID.public String getAppId()
The app ID.
public UpdateBackendConfigResult withAppId(String appId)
The app ID.
appId
- The app ID.public void setBackendManagerAppId(String backendManagerAppId)
The app ID for the backend manager.
backendManagerAppId
- The app ID for the backend manager.public String getBackendManagerAppId()
The app ID for the backend manager.
public UpdateBackendConfigResult withBackendManagerAppId(String backendManagerAppId)
The app ID for the backend manager.
backendManagerAppId
- The app ID for the backend manager.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 UpdateBackendConfigResult withError(String error)
If the request fails, this error is returned.
error
- If the request fails, this error is returned.public void setLoginAuthConfig(LoginAuthConfigReqObj loginAuthConfig)
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
loginAuthConfig
- Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.public LoginAuthConfigReqObj getLoginAuthConfig()
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
public UpdateBackendConfigResult withLoginAuthConfig(LoginAuthConfigReqObj loginAuthConfig)
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
loginAuthConfig
- Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.public String toString()
toString
in class Object
Object.toString()
public UpdateBackendConfigResult clone()