/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include AWS Key Management Service (KMS) Key.See Also:
AWS
* API Reference
KMS Alias Arn.
*/ inline const Aws::String& GetKmsAliasArn() const{ return m_kmsAliasArn; } /** *KMS Alias Arn.
*/ inline bool KmsAliasArnHasBeenSet() const { return m_kmsAliasArnHasBeenSet; } /** *KMS Alias Arn.
*/ inline void SetKmsAliasArn(const Aws::String& value) { m_kmsAliasArnHasBeenSet = true; m_kmsAliasArn = value; } /** *KMS Alias Arn.
*/ inline void SetKmsAliasArn(Aws::String&& value) { m_kmsAliasArnHasBeenSet = true; m_kmsAliasArn = std::move(value); } /** *KMS Alias Arn.
*/ inline void SetKmsAliasArn(const char* value) { m_kmsAliasArnHasBeenSet = true; m_kmsAliasArn.assign(value); } /** *KMS Alias Arn.
*/ inline KmsKey& WithKmsAliasArn(const Aws::String& value) { SetKmsAliasArn(value); return *this;} /** *KMS Alias Arn.
*/ inline KmsKey& WithKmsAliasArn(Aws::String&& value) { SetKmsAliasArn(std::move(value)); return *this;} /** *KMS Alias Arn.
*/ inline KmsKey& WithKmsAliasArn(const char* value) { SetKmsAliasArn(value); return *this;} /** *KMS Key Arn.
*/ inline const Aws::String& GetKmsKeyArn() const{ return m_kmsKeyArn; } /** *KMS Key Arn.
*/ inline bool KmsKeyArnHasBeenSet() const { return m_kmsKeyArnHasBeenSet; } /** *KMS Key Arn.
*/ inline void SetKmsKeyArn(const Aws::String& value) { m_kmsKeyArnHasBeenSet = true; m_kmsKeyArn = value; } /** *KMS Key Arn.
*/ inline void SetKmsKeyArn(Aws::String&& value) { m_kmsKeyArnHasBeenSet = true; m_kmsKeyArn = std::move(value); } /** *KMS Key Arn.
*/ inline void SetKmsKeyArn(const char* value) { m_kmsKeyArnHasBeenSet = true; m_kmsKeyArn.assign(value); } /** *KMS Key Arn.
*/ inline KmsKey& WithKmsKeyArn(const Aws::String& value) { SetKmsKeyArn(value); return *this;} /** *KMS Key Arn.
*/ inline KmsKey& WithKmsKeyArn(Aws::String&& value) { SetKmsKeyArn(std::move(value)); return *this;} /** *KMS Key Arn.
*/ inline KmsKey& WithKmsKeyArn(const char* value) { SetKmsKeyArn(value); return *this;} private: Aws::String m_kmsAliasArn; bool m_kmsAliasArnHasBeenSet = false; Aws::String m_kmsKeyArn; bool m_kmsKeyArnHasBeenSet = false; }; } // namespace Model } // namespace GroundStation } // namespace Aws