public class DeleteApplicationVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
This documentation target is not reported in the API reference.
NOOP
Constructor and Description |
---|
DeleteApplicationVersionRequest()
Default constructor for DeleteApplicationVersionRequest object.
|
DeleteApplicationVersionRequest(String applicationName,
String versionLabel)
Constructs a new DeleteApplicationVersionRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteApplicationVersionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of the application to delete releases from.
|
Boolean |
getDeleteSourceBundle()
Indicates whether to delete the associated source bundle from Amazon S3:
|
String |
getVersionLabel()
The label of the version to delete.
|
int |
hashCode() |
Boolean |
isDeleteSourceBundle()
Indicates whether to delete the associated source bundle from Amazon S3:
|
void |
setApplicationName(String applicationName)
The name of the application to delete releases from.
|
void |
setDeleteSourceBundle(Boolean deleteSourceBundle)
Indicates whether to delete the associated source bundle from Amazon S3:
|
void |
setVersionLabel(String versionLabel)
The label of the version to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteApplicationVersionRequest |
withApplicationName(String applicationName)
The name of the application to delete releases from.
|
DeleteApplicationVersionRequest |
withDeleteSourceBundle(Boolean deleteSourceBundle)
Indicates whether to delete the associated source bundle from Amazon S3:
|
DeleteApplicationVersionRequest |
withVersionLabel(String versionLabel)
The label of the version to delete.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DeleteApplicationVersionRequest()
public DeleteApplicationVersionRequest(String applicationName, String versionLabel)
applicationName
- The name of the application to delete releases from.versionLabel
- The label of the version to delete.public void setApplicationName(String applicationName)
The name of the application to delete releases from.
applicationName
- The name of the application to delete releases from.public String getApplicationName()
The name of the application to delete releases from.
public DeleteApplicationVersionRequest withApplicationName(String applicationName)
The name of the application to delete releases from.
applicationName
- The name of the application to delete releases from.public void setVersionLabel(String versionLabel)
The label of the version to delete.
versionLabel
- The label of the version to delete.public String getVersionLabel()
The label of the version to delete.
public DeleteApplicationVersionRequest withVersionLabel(String versionLabel)
The label of the version to delete.
versionLabel
- The label of the version to delete.public void setDeleteSourceBundle(Boolean deleteSourceBundle)
Indicates whether to delete the associated source bundle from Amazon S3:
true
: An attempt is made to delete the associated Amazon
S3 source bundle specified at time of creation.false
: No action is taken on the Amazon S3 source bundle
specified at time of creation.
Valid Values: true
| false
deleteSourceBundle
- Indicates whether to delete the associated source bundle from
Amazon S3:
true
: An attempt is made to delete the associated
Amazon S3 source bundle specified at time of creation.false
: No action is taken on the Amazon S3 source
bundle specified at time of creation.
Valid Values: true
| false
public Boolean getDeleteSourceBundle()
Indicates whether to delete the associated source bundle from Amazon S3:
true
: An attempt is made to delete the associated Amazon
S3 source bundle specified at time of creation.false
: No action is taken on the Amazon S3 source bundle
specified at time of creation.
Valid Values: true
| false
true
: An attempt is made to delete the
associated Amazon S3 source bundle specified at time of creation.
false
: No action is taken on the Amazon S3
source bundle specified at time of creation.
Valid Values: true
| false
public DeleteApplicationVersionRequest withDeleteSourceBundle(Boolean deleteSourceBundle)
Indicates whether to delete the associated source bundle from Amazon S3:
true
: An attempt is made to delete the associated Amazon
S3 source bundle specified at time of creation.false
: No action is taken on the Amazon S3 source bundle
specified at time of creation.
Valid Values: true
| false
deleteSourceBundle
- Indicates whether to delete the associated source bundle from
Amazon S3:
true
: An attempt is made to delete the associated
Amazon S3 source bundle specified at time of creation.false
: No action is taken on the Amazon S3 source
bundle specified at time of creation.
Valid Values: true
| false
public Boolean isDeleteSourceBundle()
Indicates whether to delete the associated source bundle from Amazon S3:
true
: An attempt is made to delete the associated Amazon
S3 source bundle specified at time of creation.false
: No action is taken on the Amazon S3 source bundle
specified at time of creation.
Valid Values: true
| false
true
: An attempt is made to delete the
associated Amazon S3 source bundle specified at time of creation.
false
: No action is taken on the Amazon S3
source bundle specified at time of creation.
Valid Values: true
| false
public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.