@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() |
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 ApplicationVersionID or the
ConditionalToken. You can retrieve the application version ID using DescribeApplication.
currentApplicationVersionId - The version ID of the application. You must provide the ApplicationVersionID or the
ConditionalToken. You can retrieve the application version ID using
DescribeApplication.public Long getCurrentApplicationVersionId()
The version ID of the application. You must provide the ApplicationVersionID or the
ConditionalToken. You can retrieve the application version ID using DescribeApplication.
ApplicationVersionID or the
ConditionalToken. You can retrieve the application version ID using
DescribeApplication.public DeleteApplicationCloudWatchLoggingOptionRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)
The version ID of the application. You must provide the ApplicationVersionID or the
ConditionalToken. You can retrieve the application version ID using DescribeApplication.
currentApplicationVersionId - The version ID of the application. You must provide the ApplicationVersionID or the
ConditionalToken. You can retrieve the application version ID using
DescribeApplication.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
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication.
conditionalToken - A value you use to implement strong concurrency for application updates. You must provide the
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication.public String getConditionalToken()
A value you use to implement strong concurrency for application updates. You must provide the
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication.
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication.public DeleteApplicationCloudWatchLoggingOptionRequest withConditionalToken(String conditionalToken)
A value you use to implement strong concurrency for application updates. You must provide the
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication.
conditionalToken - A value you use to implement strong concurrency for application updates. You must provide the
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication.public String toString()
toString in class ObjectObject.toString()public DeleteApplicationCloudWatchLoggingOptionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.