Class DeleteApplicationVersionRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Request to delete an application version.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for DeleteApplicationVersionRequest object.DeleteApplicationVersionRequest
(String applicationName, String versionLabel) Constructs a new DeleteApplicationVersionRequest object. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The name of the application to delete releases from.Indicates whether to delete the associated source bundle from Amazon S3:The label of the version to delete.int
hashCode()
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.toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationName
(String applicationName) The name of the application to delete releases from.withDeleteSourceBundle
(Boolean deleteSourceBundle) Indicates whether to delete the associated source bundle from Amazon S3:withVersionLabel
(String versionLabel) The label of the version to delete.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DeleteApplicationVersionRequest
public DeleteApplicationVersionRequest()Default constructor for DeleteApplicationVersionRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
DeleteApplicationVersionRequest
Constructs a new DeleteApplicationVersionRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
applicationName
- The name of the application to delete releases from.versionLabel
- The label of the version to delete.
-
-
Method Details
-
setApplicationName
The name of the application to delete releases from.
- Parameters:
applicationName
- The name of the application to delete releases from.
-
getApplicationName
The name of the application to delete releases from.
- Returns:
- The name of the application to delete releases from.
-
withApplicationName
The name of the application to delete releases from.
- Parameters:
applicationName
- The name of the application to delete releases from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVersionLabel
The label of the version to delete.
- Parameters:
versionLabel
- The label of the version to delete.
-
getVersionLabel
The label of the version to delete.
- Returns:
- The label of the version to delete.
-
withVersionLabel
The label of the version to delete.
- Parameters:
versionLabel
- The label of the version to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDeleteSourceBundle
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
- Parameters:
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
-
-
-
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
- Returns:
- 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
-
-
-
withDeleteSourceBundle
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
- Parameters:
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
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
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
- Returns:
- 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
-
-
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-