/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include #include namespace Aws { namespace ChimeSDKMeetings { namespace Model { /** */ class CreateMeetingRequest : public ChimeSDKMeetingsRequest { public: AWS_CHIMESDKMEETINGS_API CreateMeetingRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "CreateMeeting"; } AWS_CHIMESDKMEETINGS_API Aws::String SerializePayload() const override; /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline const Aws::String& GetClientRequestToken() const{ return m_clientRequestToken; } /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline bool ClientRequestTokenHasBeenSet() const { return m_clientRequestTokenHasBeenSet; } /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline void SetClientRequestToken(const Aws::String& value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken = value; } /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline void SetClientRequestToken(Aws::String&& value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken = std::move(value); } /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline void SetClientRequestToken(const char* value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken.assign(value); } /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline CreateMeetingRequest& WithClientRequestToken(const Aws::String& value) { SetClientRequestToken(value); return *this;} /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline CreateMeetingRequest& WithClientRequestToken(Aws::String&& value) { SetClientRequestToken(std::move(value)); return *this;} /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline CreateMeetingRequest& WithClientRequestToken(const char* value) { SetClientRequestToken(value); return *this;} /** *

The Region in which to 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 to 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 to 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 to 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 to 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 to 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 CreateMeetingRequest& WithMediaRegion(const Aws::String& value) { SetMediaRegion(value); return *this;} /** *

The Region in which to 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 CreateMeetingRequest& WithMediaRegion(Aws::String&& value) { SetMediaRegion(std::move(value)); return *this;} /** *

The Region in which to 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 CreateMeetingRequest& WithMediaRegion(const char* value) { SetMediaRegion(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 CreateMeetingRequest& WithMeetingHostId(const Aws::String& value) { SetMeetingHostId(value); return *this;} /** *

Reserved.

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

Reserved.

*/ inline CreateMeetingRequest& 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 CreateMeetingRequest& 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 CreateMeetingRequest& 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 CreateMeetingRequest& WithExternalMeetingId(const char* value) { SetExternalMeetingId(value); return *this;} /** *

The configuration for resource targets to receive notifications when meeting * and attendee events occur.

*/ inline const NotificationsConfiguration& GetNotificationsConfiguration() const{ return m_notificationsConfiguration; } /** *

The configuration for resource targets to receive notifications when meeting * and attendee events occur.

*/ inline bool NotificationsConfigurationHasBeenSet() const { return m_notificationsConfigurationHasBeenSet; } /** *

The configuration for resource targets to receive notifications when meeting * and attendee events occur.

*/ inline void SetNotificationsConfiguration(const NotificationsConfiguration& value) { m_notificationsConfigurationHasBeenSet = true; m_notificationsConfiguration = value; } /** *

The configuration for resource targets to receive notifications when meeting * and attendee events occur.

*/ inline void SetNotificationsConfiguration(NotificationsConfiguration&& value) { m_notificationsConfigurationHasBeenSet = true; m_notificationsConfiguration = std::move(value); } /** *

The configuration for resource targets to receive notifications when meeting * and attendee events occur.

*/ inline CreateMeetingRequest& WithNotificationsConfiguration(const NotificationsConfiguration& value) { SetNotificationsConfiguration(value); return *this;} /** *

The configuration for resource targets to receive notifications when meeting * and attendee events occur.

*/ inline CreateMeetingRequest& WithNotificationsConfiguration(NotificationsConfiguration&& value) { SetNotificationsConfiguration(std::move(value)); return *this;} /** *

Lists the audio and video features enabled for a meeting, such as echo * reduction.

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

Lists the audio and video features enabled for a meeting, such as echo * reduction.

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

Lists the audio and video features enabled for a meeting, such as echo * reduction.

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

Lists the audio and video features enabled for a meeting, such as echo * reduction.

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

Lists the audio and video features enabled for a meeting, such as echo * reduction.

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

Lists the audio and video features enabled for a meeting, such as echo * reduction.

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

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

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

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

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

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

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

When specified, replicates the media from the primary meeting to the new * 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 the new * meeting.

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

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

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

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

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

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

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

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

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

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

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

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

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

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

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

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

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

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

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

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

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

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

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

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

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

Applies one or more tags to an Amazon Chime SDK meeting. Note the * following:

  • Not all resources have tags. For a list of services * with resources that support tagging using this operation, see Services * that support the Resource Groups Tagging API. If the resource doesn't yet * support this operation, the resource's service might support tagging using its * own API operations. For more information, refer to the documentation for that * service.

  • Each resource can have up to 50 tags. For other * limits, see Tag * Naming and Usage Conventions in the AWS General Reference.

  • *
  • You can only tag resources that are located in the specified AWS Region * for the AWS account.

  • To add tags to a resource, you need the * necessary permissions for the service that the resource belongs to as well as * permissions for adding tags. For more information, see the documentation for * each service.

Do not store personally * identifiable information (PII) or other confidential or sensitive information in * tags. We use tags to provide you with billing and administration services. Tags * are not intended to be used for private or sensitive data.

* Minimum permissions

In addition to the * tag:TagResources permission required by this operation, you must * also have the tagging permission defined by the service that created the * resource. For example, to tag a ChimeSDKMeetings instance using the * TagResources operation, you must have both of the following * permissions:

tag:TagResources

* ChimeSDKMeetings:CreateTags

Some services might have * specific requirements for tagging some resources. For example, to tag an Amazon * S3 bucket, you must also have the s3:GetBucketTagging permission. * If the expected minimum permissions don't work, check the documentation for that * service's tagging APIs for more information.

*/ inline const Aws::Vector& GetTags() const{ return m_tags; } /** *

Applies one or more tags to an Amazon Chime SDK meeting. Note the * following:

  • Not all resources have tags. For a list of services * with resources that support tagging using this operation, see Services * that support the Resource Groups Tagging API. If the resource doesn't yet * support this operation, the resource's service might support tagging using its * own API operations. For more information, refer to the documentation for that * service.

  • Each resource can have up to 50 tags. For other * limits, see Tag * Naming and Usage Conventions in the AWS General Reference.

  • *
  • You can only tag resources that are located in the specified AWS Region * for the AWS account.

  • To add tags to a resource, you need the * necessary permissions for the service that the resource belongs to as well as * permissions for adding tags. For more information, see the documentation for * each service.

Do not store personally * identifiable information (PII) or other confidential or sensitive information in * tags. We use tags to provide you with billing and administration services. Tags * are not intended to be used for private or sensitive data.

* Minimum permissions

In addition to the * tag:TagResources permission required by this operation, you must * also have the tagging permission defined by the service that created the * resource. For example, to tag a ChimeSDKMeetings instance using the * TagResources operation, you must have both of the following * permissions:

tag:TagResources

* ChimeSDKMeetings:CreateTags

Some services might have * specific requirements for tagging some resources. For example, to tag an Amazon * S3 bucket, you must also have the s3:GetBucketTagging permission. * If the expected minimum permissions don't work, check the documentation for that * service's tagging APIs for more information.

*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *

Applies one or more tags to an Amazon Chime SDK meeting. Note the * following:

  • Not all resources have tags. For a list of services * with resources that support tagging using this operation, see Services * that support the Resource Groups Tagging API. If the resource doesn't yet * support this operation, the resource's service might support tagging using its * own API operations. For more information, refer to the documentation for that * service.

  • Each resource can have up to 50 tags. For other * limits, see Tag * Naming and Usage Conventions in the AWS General Reference.

  • *
  • You can only tag resources that are located in the specified AWS Region * for the AWS account.

  • To add tags to a resource, you need the * necessary permissions for the service that the resource belongs to as well as * permissions for adding tags. For more information, see the documentation for * each service.

Do not store personally * identifiable information (PII) or other confidential or sensitive information in * tags. We use tags to provide you with billing and administration services. Tags * are not intended to be used for private or sensitive data.

* Minimum permissions

In addition to the * tag:TagResources permission required by this operation, you must * also have the tagging permission defined by the service that created the * resource. For example, to tag a ChimeSDKMeetings instance using the * TagResources operation, you must have both of the following * permissions:

tag:TagResources

* ChimeSDKMeetings:CreateTags

Some services might have * specific requirements for tagging some resources. For example, to tag an Amazon * S3 bucket, you must also have the s3:GetBucketTagging permission. * If the expected minimum permissions don't work, check the documentation for that * service's tagging APIs for more information.

*/ inline void SetTags(const Aws::Vector& value) { m_tagsHasBeenSet = true; m_tags = value; } /** *

Applies one or more tags to an Amazon Chime SDK meeting. Note the * following:

  • Not all resources have tags. For a list of services * with resources that support tagging using this operation, see Services * that support the Resource Groups Tagging API. If the resource doesn't yet * support this operation, the resource's service might support tagging using its * own API operations. For more information, refer to the documentation for that * service.

  • Each resource can have up to 50 tags. For other * limits, see Tag * Naming and Usage Conventions in the AWS General Reference.

  • *
  • You can only tag resources that are located in the specified AWS Region * for the AWS account.

  • To add tags to a resource, you need the * necessary permissions for the service that the resource belongs to as well as * permissions for adding tags. For more information, see the documentation for * each service.

Do not store personally * identifiable information (PII) or other confidential or sensitive information in * tags. We use tags to provide you with billing and administration services. Tags * are not intended to be used for private or sensitive data.

* Minimum permissions

In addition to the * tag:TagResources permission required by this operation, you must * also have the tagging permission defined by the service that created the * resource. For example, to tag a ChimeSDKMeetings instance using the * TagResources operation, you must have both of the following * permissions:

tag:TagResources

* ChimeSDKMeetings:CreateTags

Some services might have * specific requirements for tagging some resources. For example, to tag an Amazon * S3 bucket, you must also have the s3:GetBucketTagging permission. * If the expected minimum permissions don't work, check the documentation for that * service's tagging APIs for more information.

*/ inline void SetTags(Aws::Vector&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value); } /** *

Applies one or more tags to an Amazon Chime SDK meeting. Note the * following:

  • Not all resources have tags. For a list of services * with resources that support tagging using this operation, see Services * that support the Resource Groups Tagging API. If the resource doesn't yet * support this operation, the resource's service might support tagging using its * own API operations. For more information, refer to the documentation for that * service.

  • Each resource can have up to 50 tags. For other * limits, see Tag * Naming and Usage Conventions in the AWS General Reference.

  • *
  • You can only tag resources that are located in the specified AWS Region * for the AWS account.

  • To add tags to a resource, you need the * necessary permissions for the service that the resource belongs to as well as * permissions for adding tags. For more information, see the documentation for * each service.

Do not store personally * identifiable information (PII) or other confidential or sensitive information in * tags. We use tags to provide you with billing and administration services. Tags * are not intended to be used for private or sensitive data.

* Minimum permissions

In addition to the * tag:TagResources permission required by this operation, you must * also have the tagging permission defined by the service that created the * resource. For example, to tag a ChimeSDKMeetings instance using the * TagResources operation, you must have both of the following * permissions:

tag:TagResources

* ChimeSDKMeetings:CreateTags

Some services might have * specific requirements for tagging some resources. For example, to tag an Amazon * S3 bucket, you must also have the s3:GetBucketTagging permission. * If the expected minimum permissions don't work, check the documentation for that * service's tagging APIs for more information.

*/ inline CreateMeetingRequest& WithTags(const Aws::Vector& value) { SetTags(value); return *this;} /** *

Applies one or more tags to an Amazon Chime SDK meeting. Note the * following:

  • Not all resources have tags. For a list of services * with resources that support tagging using this operation, see Services * that support the Resource Groups Tagging API. If the resource doesn't yet * support this operation, the resource's service might support tagging using its * own API operations. For more information, refer to the documentation for that * service.

  • Each resource can have up to 50 tags. For other * limits, see Tag * Naming and Usage Conventions in the AWS General Reference.

  • *
  • You can only tag resources that are located in the specified AWS Region * for the AWS account.

  • To add tags to a resource, you need the * necessary permissions for the service that the resource belongs to as well as * permissions for adding tags. For more information, see the documentation for * each service.

Do not store personally * identifiable information (PII) or other confidential or sensitive information in * tags. We use tags to provide you with billing and administration services. Tags * are not intended to be used for private or sensitive data.

* Minimum permissions

In addition to the * tag:TagResources permission required by this operation, you must * also have the tagging permission defined by the service that created the * resource. For example, to tag a ChimeSDKMeetings instance using the * TagResources operation, you must have both of the following * permissions:

tag:TagResources

* ChimeSDKMeetings:CreateTags

Some services might have * specific requirements for tagging some resources. For example, to tag an Amazon * S3 bucket, you must also have the s3:GetBucketTagging permission. * If the expected minimum permissions don't work, check the documentation for that * service's tagging APIs for more information.

*/ inline CreateMeetingRequest& WithTags(Aws::Vector&& value) { SetTags(std::move(value)); return *this;} /** *

Applies one or more tags to an Amazon Chime SDK meeting. Note the * following:

  • Not all resources have tags. For a list of services * with resources that support tagging using this operation, see Services * that support the Resource Groups Tagging API. If the resource doesn't yet * support this operation, the resource's service might support tagging using its * own API operations. For more information, refer to the documentation for that * service.

  • Each resource can have up to 50 tags. For other * limits, see Tag * Naming and Usage Conventions in the AWS General Reference.

  • *
  • You can only tag resources that are located in the specified AWS Region * for the AWS account.

  • To add tags to a resource, you need the * necessary permissions for the service that the resource belongs to as well as * permissions for adding tags. For more information, see the documentation for * each service.

Do not store personally * identifiable information (PII) or other confidential or sensitive information in * tags. We use tags to provide you with billing and administration services. Tags * are not intended to be used for private or sensitive data.

* Minimum permissions

In addition to the * tag:TagResources permission required by this operation, you must * also have the tagging permission defined by the service that created the * resource. For example, to tag a ChimeSDKMeetings instance using the * TagResources operation, you must have both of the following * permissions:

tag:TagResources

* ChimeSDKMeetings:CreateTags

Some services might have * specific requirements for tagging some resources. For example, to tag an Amazon * S3 bucket, you must also have the s3:GetBucketTagging permission. * If the expected minimum permissions don't work, check the documentation for that * service's tagging APIs for more information.

*/ inline CreateMeetingRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *

Applies one or more tags to an Amazon Chime SDK meeting. Note the * following:

  • Not all resources have tags. For a list of services * with resources that support tagging using this operation, see Services * that support the Resource Groups Tagging API. If the resource doesn't yet * support this operation, the resource's service might support tagging using its * own API operations. For more information, refer to the documentation for that * service.

  • Each resource can have up to 50 tags. For other * limits, see Tag * Naming and Usage Conventions in the AWS General Reference.

  • *
  • You can only tag resources that are located in the specified AWS Region * for the AWS account.

  • To add tags to a resource, you need the * necessary permissions for the service that the resource belongs to as well as * permissions for adding tags. For more information, see the documentation for * each service.

Do not store personally * identifiable information (PII) or other confidential or sensitive information in * tags. We use tags to provide you with billing and administration services. Tags * are not intended to be used for private or sensitive data.

* Minimum permissions

In addition to the * tag:TagResources permission required by this operation, you must * also have the tagging permission defined by the service that created the * resource. For example, to tag a ChimeSDKMeetings instance using the * TagResources operation, you must have both of the following * permissions:

tag:TagResources

* ChimeSDKMeetings:CreateTags

Some services might have * specific requirements for tagging some resources. For example, to tag an Amazon * S3 bucket, you must also have the s3:GetBucketTagging permission. * If the expected minimum permissions don't work, check the documentation for that * service's tagging APIs for more information.

*/ inline CreateMeetingRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } private: Aws::String m_clientRequestToken; bool m_clientRequestTokenHasBeenSet = false; Aws::String m_mediaRegion; bool m_mediaRegionHasBeenSet = false; Aws::String m_meetingHostId; bool m_meetingHostIdHasBeenSet = false; Aws::String m_externalMeetingId; bool m_externalMeetingIdHasBeenSet = false; NotificationsConfiguration m_notificationsConfiguration; bool m_notificationsConfigurationHasBeenSet = 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::Vector m_tags; bool m_tagsHasBeenSet = false; }; } // namespace Model } // namespace ChimeSDKMeetings } // namespace Aws