7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/ConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
44 template<
typename InstanceIdT = Aws::String>
45 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
46 template<
typename InstanceIdT = Aws::String>
56 template<
typename NameT = Aws::String>
57 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
58 template<
typename NameT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
83 template<
typename S3UriT = Aws::String>
84 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
85 template<
typename S3UriT = Aws::String>
96 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
97 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
98 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
100 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
102 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
108 bool m_instanceIdHasBeenSet =
false;
111 bool m_nameHasBeenSet =
false;
114 bool m_descriptionHasBeenSet =
false;
117 bool m_s3UriHasBeenSet =
false;
120 bool m_tagsHasBeenSet =
false;
CreatePromptRequest & WithInstanceId(InstanceIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
CreatePromptRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetS3Uri() const
CreatePromptRequest & WithTags(TagsT &&value)
CreatePromptRequest & WithName(NameT &&value)
bool InstanceIdHasBeenSet() const
void SetTags(TagsT &&value)
AWS_CONNECT_API CreatePromptRequest()=default
const Aws::String & GetInstanceId() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetDescription() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetInstanceId(InstanceIdT &&value)
CreatePromptRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreatePromptRequest & WithS3Uri(S3UriT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
void SetS3Uri(S3UriT &&value)
bool S3UriHasBeenSet() const
bool TagsHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String