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

A meeting created using the Amazon Chime SDK.

See Also:

AWS * API Reference

*/ class Meeting { public: AWS_CHIMESDKMEETINGS_API Meeting(); AWS_CHIMESDKMEETINGS_API Meeting(Aws::Utils::Json::JsonView jsonValue); AWS_CHIMESDKMEETINGS_API Meeting& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_CHIMESDKMEETINGS_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;} /** *

Reserved.

*/ inline const Aws::String& GetMeetingHostId() const{ return m_meetingHostId; } /** *

Reserved.

*/ inline bool MeetingHostIdHasBeenSet() const { return m_meetingHostIdHasBeenSet; } /** *

Reserved.

*/ inline void SetMeetingHostId(const Aws::String& value) { m_meetingHostIdHasBeenSet = true; m_meetingHostId = value; } /** *

Reserved.

*/ inline void SetMeetingHostId(Aws::String&& value) { m_meetingHostIdHasBeenSet = true; m_meetingHostId = std::move(value); } /** *

Reserved.

*/ inline void SetMeetingHostId(const char* value) { m_meetingHostIdHasBeenSet = true; m_meetingHostId.assign(value); } /** *

Reserved.

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

Reserved.

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

Reserved.

*/ inline Meeting& WithMeetingHostId(const char* value) { SetMeetingHostId(value); return *this;} /** *

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

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

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

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

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

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

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

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

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

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

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

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

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

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

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

*/ inline Meeting& WithExternalMeetingId(const char* value) { SetExternalMeetingId(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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ inline Meeting& WithMediaRegion(const char* value) { SetMediaRegion(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 features available to a meeting, such as echo reduction.

*/ inline const MeetingFeaturesConfiguration& GetMeetingFeatures() const{ return m_meetingFeatures; } /** *

The features available to a meeting, such as echo reduction.

*/ inline bool MeetingFeaturesHasBeenSet() const { return m_meetingFeaturesHasBeenSet; } /** *

The features available to a meeting, such as echo reduction.

*/ inline void SetMeetingFeatures(const MeetingFeaturesConfiguration& value) { m_meetingFeaturesHasBeenSet = true; m_meetingFeatures = value; } /** *

The features available to a meeting, such as echo reduction.

*/ inline void SetMeetingFeatures(MeetingFeaturesConfiguration&& value) { m_meetingFeaturesHasBeenSet = true; m_meetingFeatures = std::move(value); } /** *

The features available to a meeting, such as echo reduction.

*/ inline Meeting& WithMeetingFeatures(const MeetingFeaturesConfiguration& value) { SetMeetingFeatures(value); return *this;} /** *

The features available to a meeting, such as echo reduction.

*/ inline Meeting& WithMeetingFeatures(MeetingFeaturesConfiguration&& value) { SetMeetingFeatures(std::move(value)); return *this;} /** *

When specified, replicates the media from the primary meeting to this * meeting.

*/ inline const Aws::String& GetPrimaryMeetingId() const{ return m_primaryMeetingId; } /** *

When specified, replicates the media from the primary meeting to this * meeting.

*/ inline bool PrimaryMeetingIdHasBeenSet() const { return m_primaryMeetingIdHasBeenSet; } /** *

When specified, replicates the media from the primary meeting to this * meeting.

*/ inline void SetPrimaryMeetingId(const Aws::String& value) { m_primaryMeetingIdHasBeenSet = true; m_primaryMeetingId = value; } /** *

When specified, replicates the media from the primary meeting to this * meeting.

*/ inline void SetPrimaryMeetingId(Aws::String&& value) { m_primaryMeetingIdHasBeenSet = true; m_primaryMeetingId = std::move(value); } /** *

When specified, replicates the media from the primary meeting to this * meeting.

*/ inline void SetPrimaryMeetingId(const char* value) { m_primaryMeetingIdHasBeenSet = true; m_primaryMeetingId.assign(value); } /** *

When specified, replicates the media from the primary meeting to this * meeting.

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

When specified, replicates the media from the primary meeting to this * meeting.

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

When specified, replicates the media from the primary meeting to this * meeting.

*/ inline Meeting& WithPrimaryMeetingId(const char* value) { SetPrimaryMeetingId(value); return *this;} /** *

Array of strings.

*/ inline const Aws::Vector& GetTenantIds() const{ return m_tenantIds; } /** *

Array of strings.

*/ inline bool TenantIdsHasBeenSet() const { return m_tenantIdsHasBeenSet; } /** *

Array of strings.

*/ inline void SetTenantIds(const Aws::Vector& value) { m_tenantIdsHasBeenSet = true; m_tenantIds = value; } /** *

Array of strings.

*/ inline void SetTenantIds(Aws::Vector&& value) { m_tenantIdsHasBeenSet = true; m_tenantIds = std::move(value); } /** *

Array of strings.

*/ inline Meeting& WithTenantIds(const Aws::Vector& value) { SetTenantIds(value); return *this;} /** *

Array of strings.

*/ inline Meeting& WithTenantIds(Aws::Vector&& value) { SetTenantIds(std::move(value)); return *this;} /** *

Array of strings.

*/ inline Meeting& AddTenantIds(const Aws::String& value) { m_tenantIdsHasBeenSet = true; m_tenantIds.push_back(value); return *this; } /** *

Array of strings.

*/ inline Meeting& AddTenantIds(Aws::String&& value) { m_tenantIdsHasBeenSet = true; m_tenantIds.push_back(std::move(value)); return *this; } /** *

Array of strings.

*/ inline Meeting& AddTenantIds(const char* value) { m_tenantIdsHasBeenSet = true; m_tenantIds.push_back(value); return *this; } /** *

The ARN of the meeting.

*/ inline const Aws::String& GetMeetingArn() const{ return m_meetingArn; } /** *

The ARN of the meeting.

*/ inline bool MeetingArnHasBeenSet() const { return m_meetingArnHasBeenSet; } /** *

The ARN of the meeting.

*/ inline void SetMeetingArn(const Aws::String& value) { m_meetingArnHasBeenSet = true; m_meetingArn = value; } /** *

The ARN of the meeting.

*/ inline void SetMeetingArn(Aws::String&& value) { m_meetingArnHasBeenSet = true; m_meetingArn = std::move(value); } /** *

The ARN of the meeting.

*/ inline void SetMeetingArn(const char* value) { m_meetingArnHasBeenSet = true; m_meetingArn.assign(value); } /** *

The ARN of the meeting.

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

The ARN of the meeting.

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

The ARN of the meeting.

*/ inline Meeting& WithMeetingArn(const char* value) { SetMeetingArn(value); return *this;} private: Aws::String m_meetingId; bool m_meetingIdHasBeenSet = false; Aws::String m_meetingHostId; bool m_meetingHostIdHasBeenSet = false; Aws::String m_externalMeetingId; bool m_externalMeetingIdHasBeenSet = false; Aws::String m_mediaRegion; bool m_mediaRegionHasBeenSet = false; MediaPlacement m_mediaPlacement; bool m_mediaPlacementHasBeenSet = false; MeetingFeaturesConfiguration m_meetingFeatures; bool m_meetingFeaturesHasBeenSet = false; Aws::String m_primaryMeetingId; bool m_primaryMeetingIdHasBeenSet = false; Aws::Vector m_tenantIds; bool m_tenantIdsHasBeenSet = false; Aws::String m_meetingArn; bool m_meetingArnHasBeenSet = false; }; } // namespace Model } // namespace ChimeSDKMeetings } // namespace Aws