/**
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0.
 */
#pragma once
#include See Also:
   AWS
   * API Reference
Name of the Amazon Kinesis Analytics application to delete.
*/ inline const Aws::String& GetApplicationName() const{ return m_applicationName; } /** *Name of the Amazon Kinesis Analytics application to delete.
*/ inline bool ApplicationNameHasBeenSet() const { return m_applicationNameHasBeenSet; } /** *Name of the Amazon Kinesis Analytics application to delete.
*/ inline void SetApplicationName(const Aws::String& value) { m_applicationNameHasBeenSet = true; m_applicationName = value; } /** *Name of the Amazon Kinesis Analytics application to delete.
*/ inline void SetApplicationName(Aws::String&& value) { m_applicationNameHasBeenSet = true; m_applicationName = std::move(value); } /** *Name of the Amazon Kinesis Analytics application to delete.
*/ inline void SetApplicationName(const char* value) { m_applicationNameHasBeenSet = true; m_applicationName.assign(value); } /** *Name of the Amazon Kinesis Analytics application to delete.
*/ inline DeleteApplicationRequest& WithApplicationName(const Aws::String& value) { SetApplicationName(value); return *this;} /** *Name of the Amazon Kinesis Analytics application to delete.
*/ inline DeleteApplicationRequest& WithApplicationName(Aws::String&& value) { SetApplicationName(std::move(value)); return *this;} /** *Name of the Amazon Kinesis Analytics application to delete.
*/ inline DeleteApplicationRequest& WithApplicationName(const char* value) { SetApplicationName(value); return *this;} /** * You can use the DescribeApplication operation to get this
     * value. 
 You can use the DescribeApplication operation to get this
     * value. 
 You can use the DescribeApplication operation to get this
     * value. 
 You can use the DescribeApplication operation to get this
     * value. 
 You can use the DescribeApplication operation to get this
     * value. 
 You can use the DescribeApplication operation to get this
     * value.