/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The summary of the application version.See Also:
AWS
* API Reference
The ID of the application version. Kinesis Data Analytics updates the
* ApplicationVersionId
each time you update the application.
The ID of the application version. Kinesis Data Analytics updates the
* ApplicationVersionId
each time you update the application.
The ID of the application version. Kinesis Data Analytics updates the
* ApplicationVersionId
each time you update the application.
The ID of the application version. Kinesis Data Analytics updates the
* ApplicationVersionId
each time you update the application.
The status of the application.
*/ inline const ApplicationStatus& GetApplicationStatus() const{ return m_applicationStatus; } /** *The status of the application.
*/ inline bool ApplicationStatusHasBeenSet() const { return m_applicationStatusHasBeenSet; } /** *The status of the application.
*/ inline void SetApplicationStatus(const ApplicationStatus& value) { m_applicationStatusHasBeenSet = true; m_applicationStatus = value; } /** *The status of the application.
*/ inline void SetApplicationStatus(ApplicationStatus&& value) { m_applicationStatusHasBeenSet = true; m_applicationStatus = std::move(value); } /** *The status of the application.
*/ inline ApplicationVersionSummary& WithApplicationStatus(const ApplicationStatus& value) { SetApplicationStatus(value); return *this;} /** *The status of the application.
*/ inline ApplicationVersionSummary& WithApplicationStatus(ApplicationStatus&& value) { SetApplicationStatus(std::move(value)); return *this;} private: long long m_applicationVersionId; bool m_applicationVersionIdHasBeenSet = false; ApplicationStatus m_applicationStatus; bool m_applicationStatusHasBeenSet = false; }; } // namespace Model } // namespace KinesisAnalyticsV2 } // namespace Aws