/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace Chime { namespace Model { /** *

A meeting created using the Amazon Chime SDK.

See Also:

AWS API * Reference

*/ class Meeting { public: AWS_CHIME_API Meeting(); AWS_CHIME_API Meeting(Aws::Utils::Json::JsonView jsonValue); AWS_CHIME_API Meeting& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const; /** *

The Amazon Chime SDK meeting ID.

*/ inline const Aws::String& GetMeetingId() const{ return m_meetingId; } /** *

The Amazon Chime SDK meeting ID.

*/ inline bool MeetingIdHasBeenSet() const { return m_meetingIdHasBeenSet; } /** *

The Amazon Chime SDK meeting ID.

*/ inline void SetMeetingId(const Aws::String& value) { m_meetingIdHasBeenSet = true; m_meetingId = value; } /** *

The Amazon Chime SDK meeting ID.

*/ inline void SetMeetingId(Aws::String&& value) { m_meetingIdHasBeenSet = true; m_meetingId = std::move(value); } /** *

The Amazon Chime SDK meeting ID.

*/ inline void SetMeetingId(const char* value) { m_meetingIdHasBeenSet = true; m_meetingId.assign(value); } /** *

The Amazon Chime SDK meeting ID.

*/ inline Meeting& WithMeetingId(const Aws::String& value) { SetMeetingId(value); return *this;} /** *

The Amazon Chime SDK meeting ID.

*/ inline Meeting& WithMeetingId(Aws::String&& value) { SetMeetingId(std::move(value)); return *this;} /** *

The Amazon Chime SDK meeting ID.

*/ inline Meeting& WithMeetingId(const char* value) { SetMeetingId(value); return *this;} /** *

The external meeting ID.

*/ inline const Aws::String& GetExternalMeetingId() const{ return m_externalMeetingId; } /** *

The external meeting ID.

*/ inline bool ExternalMeetingIdHasBeenSet() const { return m_externalMeetingIdHasBeenSet; } /** *

The external meeting ID.

*/ inline void SetExternalMeetingId(const Aws::String& value) { m_externalMeetingIdHasBeenSet = true; m_externalMeetingId = value; } /** *

The external meeting ID.

*/ inline void SetExternalMeetingId(Aws::String&& value) { m_externalMeetingIdHasBeenSet = true; m_externalMeetingId = std::move(value); } /** *

The external meeting ID.

*/ inline void SetExternalMeetingId(const char* value) { m_externalMeetingIdHasBeenSet = true; m_externalMeetingId.assign(value); } /** *

The external meeting ID.

*/ inline Meeting& WithExternalMeetingId(const Aws::String& value) { SetExternalMeetingId(value); return *this;} /** *

The external meeting ID.

*/ inline Meeting& WithExternalMeetingId(Aws::String&& value) { SetExternalMeetingId(std::move(value)); return *this;} /** *

The external meeting ID.

*/ inline Meeting& WithExternalMeetingId(const char* value) { SetExternalMeetingId(value); return *this;} /** *

The media placement for the meeting.

*/ inline const MediaPlacement& GetMediaPlacement() const{ return m_mediaPlacement; } /** *

The media placement for the meeting.

*/ inline bool MediaPlacementHasBeenSet() const { return m_mediaPlacementHasBeenSet; } /** *

The media placement for the meeting.

*/ inline void SetMediaPlacement(const MediaPlacement& value) { m_mediaPlacementHasBeenSet = true; m_mediaPlacement = value; } /** *

The media placement for the meeting.

*/ inline void SetMediaPlacement(MediaPlacement&& value) { m_mediaPlacementHasBeenSet = true; m_mediaPlacement = std::move(value); } /** *

The media placement for the meeting.

*/ inline Meeting& WithMediaPlacement(const MediaPlacement& value) { SetMediaPlacement(value); return *this;} /** *

The media placement for the meeting.

*/ inline Meeting& WithMediaPlacement(MediaPlacement&& value) { SetMediaPlacement(std::move(value)); return *this;} /** *

The Region in which you create the meeting. Available values: * af-south-1, ap-northeast-1, * ap-northeast-2, ap-south-1, * ap-southeast-1, ap-southeast-2, * ca-central-1, eu-central-1, eu-north-1, * eu-south-1, eu-west-1, eu-west-2, * eu-west-3, sa-east-1, us-east-1, * us-east-2, us-west-1, us-west-2.

*/ inline const Aws::String& GetMediaRegion() const{ return m_mediaRegion; } /** *

The Region in which you create the meeting. Available values: * af-south-1, ap-northeast-1, * ap-northeast-2, ap-south-1, * ap-southeast-1, ap-southeast-2, * ca-central-1, eu-central-1, eu-north-1, * eu-south-1, eu-west-1, eu-west-2, * eu-west-3, sa-east-1, us-east-1, * us-east-2, us-west-1, us-west-2.

*/ inline bool MediaRegionHasBeenSet() const { return m_mediaRegionHasBeenSet; } /** *

The Region in which you create the meeting. Available values: * af-south-1, ap-northeast-1, * ap-northeast-2, ap-south-1, * ap-southeast-1, ap-southeast-2, * ca-central-1, eu-central-1, eu-north-1, * eu-south-1, eu-west-1, eu-west-2, * eu-west-3, sa-east-1, us-east-1, * us-east-2, us-west-1, us-west-2.

*/ inline void SetMediaRegion(const Aws::String& value) { m_mediaRegionHasBeenSet = true; m_mediaRegion = value; } /** *

The Region in which you create the meeting. Available values: * af-south-1, ap-northeast-1, * ap-northeast-2, ap-south-1, * ap-southeast-1, ap-southeast-2, * ca-central-1, eu-central-1, eu-north-1, * eu-south-1, eu-west-1, eu-west-2, * eu-west-3, sa-east-1, us-east-1, * us-east-2, us-west-1, us-west-2.

*/ inline void SetMediaRegion(Aws::String&& value) { m_mediaRegionHasBeenSet = true; m_mediaRegion = std::move(value); } /** *

The Region in which you create the meeting. Available values: * af-south-1, ap-northeast-1, * ap-northeast-2, ap-south-1, * ap-southeast-1, ap-southeast-2, * ca-central-1, eu-central-1, eu-north-1, * eu-south-1, eu-west-1, eu-west-2, * eu-west-3, sa-east-1, us-east-1, * us-east-2, us-west-1, us-west-2.

*/ inline void SetMediaRegion(const char* value) { m_mediaRegionHasBeenSet = true; m_mediaRegion.assign(value); } /** *

The Region in which you create the meeting. Available values: * af-south-1, ap-northeast-1, * ap-northeast-2, ap-south-1, * ap-southeast-1, ap-southeast-2, * ca-central-1, eu-central-1, eu-north-1, * eu-south-1, eu-west-1, eu-west-2, * eu-west-3, sa-east-1, us-east-1, * us-east-2, us-west-1, us-west-2.

*/ inline Meeting& WithMediaRegion(const Aws::String& value) { SetMediaRegion(value); return *this;} /** *

The Region in which you create the meeting. Available values: * af-south-1, ap-northeast-1, * ap-northeast-2, ap-south-1, * ap-southeast-1, ap-southeast-2, * ca-central-1, eu-central-1, eu-north-1, * eu-south-1, eu-west-1, eu-west-2, * eu-west-3, sa-east-1, us-east-1, * us-east-2, us-west-1, us-west-2.

*/ inline Meeting& WithMediaRegion(Aws::String&& value) { SetMediaRegion(std::move(value)); return *this;} /** *

The Region in which you create the meeting. Available values: * af-south-1, ap-northeast-1, * ap-northeast-2, ap-south-1, * ap-southeast-1, ap-southeast-2, * ca-central-1, eu-central-1, eu-north-1, * eu-south-1, eu-west-1, eu-west-2, * eu-west-3, sa-east-1, us-east-1, * us-east-2, us-west-1, us-west-2.

*/ inline Meeting& WithMediaRegion(const char* value) { SetMediaRegion(value); return *this;} private: Aws::String m_meetingId; bool m_meetingIdHasBeenSet = false; Aws::String m_externalMeetingId; bool m_externalMeetingIdHasBeenSet = false; MediaPlacement m_mediaPlacement; bool m_mediaPlacementHasBeenSet = false; Aws::String m_mediaRegion; bool m_mediaRegionHasBeenSet = false; }; } // namespace Model } // namespace Chime } // namespace Aws