@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApplicationSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateApplicationSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateApplicationSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The ID of the application.
|
BackintConfig |
getBackint()
Installation of AWS Backint Agent for SAP HANA.
|
List<ApplicationCredential> |
getCredentialsToAddOrUpdate()
The credentials to be added or updated.
|
List<ApplicationCredential> |
getCredentialsToRemove()
The credentials to be removed.
|
String |
getDatabaseArn()
The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the SAP_ABAP
application.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The ID of the application.
|
void |
setBackint(BackintConfig backint)
Installation of AWS Backint Agent for SAP HANA.
|
void |
setCredentialsToAddOrUpdate(Collection<ApplicationCredential> credentialsToAddOrUpdate)
The credentials to be added or updated.
|
void |
setCredentialsToRemove(Collection<ApplicationCredential> credentialsToRemove)
The credentials to be removed.
|
void |
setDatabaseArn(String databaseArn)
The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the SAP_ABAP
application.
|
String |
toString()
Returns a string representation of this object.
|
UpdateApplicationSettingsRequest |
withApplicationId(String applicationId)
The ID of the application.
|
UpdateApplicationSettingsRequest |
withBackint(BackintConfig backint)
Installation of AWS Backint Agent for SAP HANA.
|
UpdateApplicationSettingsRequest |
withCredentialsToAddOrUpdate(ApplicationCredential... credentialsToAddOrUpdate)
The credentials to be added or updated.
|
UpdateApplicationSettingsRequest |
withCredentialsToAddOrUpdate(Collection<ApplicationCredential> credentialsToAddOrUpdate)
The credentials to be added or updated.
|
UpdateApplicationSettingsRequest |
withCredentialsToRemove(ApplicationCredential... credentialsToRemove)
The credentials to be removed.
|
UpdateApplicationSettingsRequest |
withCredentialsToRemove(Collection<ApplicationCredential> credentialsToRemove)
The credentials to be removed.
|
UpdateApplicationSettingsRequest |
withDatabaseArn(String databaseArn)
The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the SAP_ABAP
application.
|
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 setApplicationId(String applicationId)
The ID of the application.
applicationId
- The ID of the application.public String getApplicationId()
The ID of the application.
public UpdateApplicationSettingsRequest withApplicationId(String applicationId)
The ID of the application.
applicationId
- The ID of the application.public List<ApplicationCredential> getCredentialsToAddOrUpdate()
The credentials to be added or updated.
public void setCredentialsToAddOrUpdate(Collection<ApplicationCredential> credentialsToAddOrUpdate)
The credentials to be added or updated.
credentialsToAddOrUpdate
- The credentials to be added or updated.public UpdateApplicationSettingsRequest withCredentialsToAddOrUpdate(ApplicationCredential... credentialsToAddOrUpdate)
The credentials to be added or updated.
NOTE: This method appends the values to the existing list (if any). Use
setCredentialsToAddOrUpdate(java.util.Collection)
or
withCredentialsToAddOrUpdate(java.util.Collection)
if you want to override the existing values.
credentialsToAddOrUpdate
- The credentials to be added or updated.public UpdateApplicationSettingsRequest withCredentialsToAddOrUpdate(Collection<ApplicationCredential> credentialsToAddOrUpdate)
The credentials to be added or updated.
credentialsToAddOrUpdate
- The credentials to be added or updated.public List<ApplicationCredential> getCredentialsToRemove()
The credentials to be removed.
public void setCredentialsToRemove(Collection<ApplicationCredential> credentialsToRemove)
The credentials to be removed.
credentialsToRemove
- The credentials to be removed.public UpdateApplicationSettingsRequest withCredentialsToRemove(ApplicationCredential... credentialsToRemove)
The credentials to be removed.
NOTE: This method appends the values to the existing list (if any). Use
setCredentialsToRemove(java.util.Collection)
or withCredentialsToRemove(java.util.Collection)
if you want to override the existing values.
credentialsToRemove
- The credentials to be removed.public UpdateApplicationSettingsRequest withCredentialsToRemove(Collection<ApplicationCredential> credentialsToRemove)
The credentials to be removed.
credentialsToRemove
- The credentials to be removed.public void setBackint(BackintConfig backint)
Installation of AWS Backint Agent for SAP HANA.
backint
- Installation of AWS Backint Agent for SAP HANA.public BackintConfig getBackint()
Installation of AWS Backint Agent for SAP HANA.
public UpdateApplicationSettingsRequest withBackint(BackintConfig backint)
Installation of AWS Backint Agent for SAP HANA.
backint
- Installation of AWS Backint Agent for SAP HANA.public void setDatabaseArn(String databaseArn)
The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the SAP_ABAP application.
databaseArn
- The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the
SAP_ABAP application.public String getDatabaseArn()
The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the SAP_ABAP application.
public UpdateApplicationSettingsRequest withDatabaseArn(String databaseArn)
The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the SAP_ABAP application.
databaseArn
- The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the
SAP_ABAP application.public String toString()
toString
in class Object
Object.toString()
public UpdateApplicationSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()