@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApplicationSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateApplicationSettingsRequest() |
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)
applicationId - public String getApplicationId()
public UpdateApplicationSettingsRequest withApplicationId(String applicationId)
applicationId - public List<ApplicationCredential> getCredentialsToAddOrUpdate()
public void setCredentialsToAddOrUpdate(Collection<ApplicationCredential> credentialsToAddOrUpdate)
credentialsToAddOrUpdate - public UpdateApplicationSettingsRequest withCredentialsToAddOrUpdate(ApplicationCredential... credentialsToAddOrUpdate)
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 - public UpdateApplicationSettingsRequest withCredentialsToAddOrUpdate(Collection<ApplicationCredential> credentialsToAddOrUpdate)
credentialsToAddOrUpdate - public List<ApplicationCredential> getCredentialsToRemove()
public void setCredentialsToRemove(Collection<ApplicationCredential> credentialsToRemove)
credentialsToRemove - public UpdateApplicationSettingsRequest withCredentialsToRemove(ApplicationCredential... credentialsToRemove)
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 - public UpdateApplicationSettingsRequest withCredentialsToRemove(Collection<ApplicationCredential> credentialsToRemove)
credentialsToRemove - public String toString()
toString in class ObjectObject.toString()public UpdateApplicationSettingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.