@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() |
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.
|
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.
|
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.
|
addHandlerContext, copyBaseTo, 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 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 String toString()
toString in class ObjectObject.toString()public UpdateApplicationSettingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.