* The application's Amazon Resource Name (ARN). *
*/ private String applicationARN; /** *
* The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId
each time
* you change the CloudWatch logging options.
*
* The descriptions of the remaining CloudWatch logging options for the application. *
*/ private java.util.List* The application's Amazon Resource Name (ARN). *
* * @param applicationARN * The application's Amazon Resource Name (ARN). */ public void setApplicationARN(String applicationARN) { this.applicationARN = applicationARN; } /** ** The application's Amazon Resource Name (ARN). *
* * @return The application's Amazon Resource Name (ARN). */ public String getApplicationARN() { return this.applicationARN; } /** ** The application's Amazon Resource Name (ARN). *
* * @param applicationARN * The application's Amazon Resource Name (ARN). * @return Returns a reference to this object so that method calls can be chained together. */ public DeleteApplicationCloudWatchLoggingOptionResult withApplicationARN(String applicationARN) { setApplicationARN(applicationARN); return this; } /** *
* The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId
each time
* you change the CloudWatch logging options.
*
ApplicationVersionId
* each time you change the CloudWatch logging options.
*/
public void setApplicationVersionId(Long applicationVersionId) {
this.applicationVersionId = applicationVersionId;
}
/**
*
* The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId
each time
* you change the CloudWatch logging options.
*
ApplicationVersionId
* each time you change the CloudWatch logging options.
*/
public Long getApplicationVersionId() {
return this.applicationVersionId;
}
/**
*
* The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId
each time
* you change the CloudWatch logging options.
*
ApplicationVersionId
* each time you change the CloudWatch logging options.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DeleteApplicationCloudWatchLoggingOptionResult withApplicationVersionId(Long applicationVersionId) {
setApplicationVersionId(applicationVersionId);
return this;
}
/**
* * The descriptions of the remaining CloudWatch logging options for the application. *
* * @return The descriptions of the remaining CloudWatch logging options for the application. */ public java.util.List* The descriptions of the remaining CloudWatch logging options for the application. *
* * @param cloudWatchLoggingOptionDescriptions * The descriptions of the remaining CloudWatch logging options for the application. */ public void setCloudWatchLoggingOptionDescriptions(java.util.Collection* The descriptions of the remaining CloudWatch logging options for the application. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setCloudWatchLoggingOptionDescriptions(java.util.Collection)} or * {@link #withCloudWatchLoggingOptionDescriptions(java.util.Collection)} if you want to override the existing * values. *
* * @param cloudWatchLoggingOptionDescriptions * The descriptions of the remaining CloudWatch logging options for the application. * @return Returns a reference to this object so that method calls can be chained together. */ public DeleteApplicationCloudWatchLoggingOptionResult withCloudWatchLoggingOptionDescriptions( CloudWatchLoggingOptionDescription... cloudWatchLoggingOptionDescriptions) { if (this.cloudWatchLoggingOptionDescriptions == null) { setCloudWatchLoggingOptionDescriptions(new java.util.ArrayList* The descriptions of the remaining CloudWatch logging options for the application. *
* * @param cloudWatchLoggingOptionDescriptions * The descriptions of the remaining CloudWatch logging options for the application. * @return Returns a reference to this object so that method calls can be chained together. */ public DeleteApplicationCloudWatchLoggingOptionResult withCloudWatchLoggingOptionDescriptions( java.util.Collection