@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.
|
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 |
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 |
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, 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 String toString()
toString
in class Object
Object.toString()
public UpdateApplicationSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()