@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteApplicationsRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteApplicationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getConfigurationIds()
Configuration ID of an application to be deleted.
|
int |
hashCode() |
void |
setConfigurationIds(Collection<String> configurationIds)
Configuration ID of an application to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationsRequest |
withConfigurationIds(Collection<String> configurationIds)
Configuration ID of an application to be deleted.
|
DeleteApplicationsRequest |
withConfigurationIds(String... configurationIds)
Configuration ID of an application to be deleted.
|
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 List<String> getConfigurationIds()
Configuration ID of an application to be deleted.
public void setConfigurationIds(Collection<String> configurationIds)
Configuration ID of an application to be deleted.
configurationIds
- Configuration ID of an application to be deleted.public DeleteApplicationsRequest withConfigurationIds(String... configurationIds)
Configuration ID of an application to be deleted.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationIds(java.util.Collection)
or withConfigurationIds(java.util.Collection)
if you
want to override the existing values.
configurationIds
- Configuration ID of an application to be deleted.public DeleteApplicationsRequest withConfigurationIds(Collection<String> configurationIds)
Configuration ID of an application to be deleted.
configurationIds
- Configuration ID of an application to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()