@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationCloudWatchLoggingOptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteApplicationCloudWatchLoggingOptionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteApplicationCloudWatchLoggingOptionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
The application name.
|
String |
getCloudWatchLoggingOptionId()
The
CloudWatchLoggingOptionId of the Amazon CloudWatch logging option to delete. |
String |
getConditionalToken()
A value you use to implement strong concurrency for application updates.
|
Long |
getCurrentApplicationVersionId()
The version ID of the application.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The application name.
|
void |
setCloudWatchLoggingOptionId(String cloudWatchLoggingOptionId)
The
CloudWatchLoggingOptionId of the Amazon CloudWatch logging option to delete. |
void |
setConditionalToken(String conditionalToken)
A value you use to implement strong concurrency for application updates.
|
void |
setCurrentApplicationVersionId(Long currentApplicationVersionId)
The version ID of the application.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationCloudWatchLoggingOptionRequest |
withApplicationName(String applicationName)
The application name.
|
DeleteApplicationCloudWatchLoggingOptionRequest |
withCloudWatchLoggingOptionId(String cloudWatchLoggingOptionId)
The
CloudWatchLoggingOptionId of the Amazon CloudWatch logging option to delete. |
DeleteApplicationCloudWatchLoggingOptionRequest |
withConditionalToken(String conditionalToken)
A value you use to implement strong concurrency for application updates.
|
DeleteApplicationCloudWatchLoggingOptionRequest |
withCurrentApplicationVersionId(Long currentApplicationVersionId)
The version ID of the application.
|
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 DeleteApplicationCloudWatchLoggingOptionRequest()
public void setApplicationName(String applicationName)
The application name.
applicationName
- The application name.public String getApplicationName()
The application name.
public DeleteApplicationCloudWatchLoggingOptionRequest withApplicationName(String applicationName)
The application name.
applicationName
- The application name.public void setCurrentApplicationVersionId(Long currentApplicationVersionId)
The version ID of the application. You must provide the CurrentApplicationVersionId
or the
ConditionalToken
. You can retrieve the application version ID using DescribeApplication. For
better concurrency support, use the ConditionalToken
parameter instead of
CurrentApplicationVersionId
.
currentApplicationVersionId
- The version ID of the application. You must provide the CurrentApplicationVersionId
or the
ConditionalToken
. You can retrieve the application version ID using
DescribeApplication. For better concurrency support, use the ConditionalToken
parameter instead of CurrentApplicationVersionId
.public Long getCurrentApplicationVersionId()
The version ID of the application. You must provide the CurrentApplicationVersionId
or the
ConditionalToken
. You can retrieve the application version ID using DescribeApplication. For
better concurrency support, use the ConditionalToken
parameter instead of
CurrentApplicationVersionId
.
CurrentApplicationVersionId
or the
ConditionalToken
. You can retrieve the application version ID using
DescribeApplication. For better concurrency support, use the ConditionalToken
parameter instead of CurrentApplicationVersionId
.public DeleteApplicationCloudWatchLoggingOptionRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)
The version ID of the application. You must provide the CurrentApplicationVersionId
or the
ConditionalToken
. You can retrieve the application version ID using DescribeApplication. For
better concurrency support, use the ConditionalToken
parameter instead of
CurrentApplicationVersionId
.
currentApplicationVersionId
- The version ID of the application. You must provide the CurrentApplicationVersionId
or the
ConditionalToken
. You can retrieve the application version ID using
DescribeApplication. For better concurrency support, use the ConditionalToken
parameter instead of CurrentApplicationVersionId
.public void setCloudWatchLoggingOptionId(String cloudWatchLoggingOptionId)
The CloudWatchLoggingOptionId
of the Amazon CloudWatch logging option to delete. You can get the
CloudWatchLoggingOptionId
by using the DescribeApplication operation.
cloudWatchLoggingOptionId
- The CloudWatchLoggingOptionId
of the Amazon CloudWatch logging option to delete. You can get
the CloudWatchLoggingOptionId
by using the DescribeApplication operation.public String getCloudWatchLoggingOptionId()
The CloudWatchLoggingOptionId
of the Amazon CloudWatch logging option to delete. You can get the
CloudWatchLoggingOptionId
by using the DescribeApplication operation.
CloudWatchLoggingOptionId
of the Amazon CloudWatch logging option to delete. You can get
the CloudWatchLoggingOptionId
by using the DescribeApplication operation.public DeleteApplicationCloudWatchLoggingOptionRequest withCloudWatchLoggingOptionId(String cloudWatchLoggingOptionId)
The CloudWatchLoggingOptionId
of the Amazon CloudWatch logging option to delete. You can get the
CloudWatchLoggingOptionId
by using the DescribeApplication operation.
cloudWatchLoggingOptionId
- The CloudWatchLoggingOptionId
of the Amazon CloudWatch logging option to delete. You can get
the CloudWatchLoggingOptionId
by using the DescribeApplication operation.public void setConditionalToken(String conditionalToken)
A value you use to implement strong concurrency for application updates. You must provide the
CurrentApplicationVersionId
or the ConditionalToken
. You get the application's current
ConditionalToken
using DescribeApplication. For better concurrency support, use the
ConditionalToken
parameter instead of CurrentApplicationVersionId
.
conditionalToken
- A value you use to implement strong concurrency for application updates. You must provide the
CurrentApplicationVersionId
or the ConditionalToken
. You get the application's
current ConditionalToken
using DescribeApplication. For better concurrency support,
use the ConditionalToken
parameter instead of CurrentApplicationVersionId
.public String getConditionalToken()
A value you use to implement strong concurrency for application updates. You must provide the
CurrentApplicationVersionId
or the ConditionalToken
. You get the application's current
ConditionalToken
using DescribeApplication. For better concurrency support, use the
ConditionalToken
parameter instead of CurrentApplicationVersionId
.
CurrentApplicationVersionId
or the ConditionalToken
. You get the application's
current ConditionalToken
using DescribeApplication. For better concurrency support,
use the ConditionalToken
parameter instead of CurrentApplicationVersionId
.public DeleteApplicationCloudWatchLoggingOptionRequest withConditionalToken(String conditionalToken)
A value you use to implement strong concurrency for application updates. You must provide the
CurrentApplicationVersionId
or the ConditionalToken
. You get the application's current
ConditionalToken
using DescribeApplication. For better concurrency support, use the
ConditionalToken
parameter instead of CurrentApplicationVersionId
.
conditionalToken
- A value you use to implement strong concurrency for application updates. You must provide the
CurrentApplicationVersionId
or the ConditionalToken
. You get the application's
current ConditionalToken
using DescribeApplication. For better concurrency support,
use the ConditionalToken
parameter instead of CurrentApplicationVersionId
.public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationCloudWatchLoggingOptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()