/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The Alexa Skill configuration of a SIP media application.See
* Also:
AWS
* API Reference
The status of the Alexa Skill configuration.
*/ inline const AlexaSkillStatus& GetAlexaSkillStatus() const{ return m_alexaSkillStatus; } /** *The status of the Alexa Skill configuration.
*/ inline bool AlexaSkillStatusHasBeenSet() const { return m_alexaSkillStatusHasBeenSet; } /** *The status of the Alexa Skill configuration.
*/ inline void SetAlexaSkillStatus(const AlexaSkillStatus& value) { m_alexaSkillStatusHasBeenSet = true; m_alexaSkillStatus = value; } /** *The status of the Alexa Skill configuration.
*/ inline void SetAlexaSkillStatus(AlexaSkillStatus&& value) { m_alexaSkillStatusHasBeenSet = true; m_alexaSkillStatus = std::move(value); } /** *The status of the Alexa Skill configuration.
*/ inline SipMediaApplicationAlexaSkillConfiguration& WithAlexaSkillStatus(const AlexaSkillStatus& value) { SetAlexaSkillStatus(value); return *this;} /** *The status of the Alexa Skill configuration.
*/ inline SipMediaApplicationAlexaSkillConfiguration& WithAlexaSkillStatus(AlexaSkillStatus&& value) { SetAlexaSkillStatus(std::move(value)); return *this;} /** *The ID of the Alexa Skill configuration.
*/ inline const Aws::VectorThe ID of the Alexa Skill configuration.
*/ inline bool AlexaSkillIdsHasBeenSet() const { return m_alexaSkillIdsHasBeenSet; } /** *The ID of the Alexa Skill configuration.
*/ inline void SetAlexaSkillIds(const Aws::VectorThe ID of the Alexa Skill configuration.
*/ inline void SetAlexaSkillIds(Aws::VectorThe ID of the Alexa Skill configuration.
*/ inline SipMediaApplicationAlexaSkillConfiguration& WithAlexaSkillIds(const Aws::VectorThe ID of the Alexa Skill configuration.
*/ inline SipMediaApplicationAlexaSkillConfiguration& WithAlexaSkillIds(Aws::VectorThe ID of the Alexa Skill configuration.
*/ inline SipMediaApplicationAlexaSkillConfiguration& AddAlexaSkillIds(const Aws::String& value) { m_alexaSkillIdsHasBeenSet = true; m_alexaSkillIds.push_back(value); return *this; } /** *The ID of the Alexa Skill configuration.
*/ inline SipMediaApplicationAlexaSkillConfiguration& AddAlexaSkillIds(Aws::String&& value) { m_alexaSkillIdsHasBeenSet = true; m_alexaSkillIds.push_back(std::move(value)); return *this; } /** *The ID of the Alexa Skill configuration.
*/ inline SipMediaApplicationAlexaSkillConfiguration& AddAlexaSkillIds(const char* value) { m_alexaSkillIdsHasBeenSet = true; m_alexaSkillIds.push_back(value); return *this; } private: AlexaSkillStatus m_alexaSkillStatus; bool m_alexaSkillStatusHasBeenSet = false; Aws::Vector