7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename InstanceIdT = Aws::String>
42 m_instanceIdHasBeenSet =
true;
43 m_instanceId = std::forward<InstanceIdT>(value);
45 template <
typename InstanceIdT = Aws::String>
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
97 template <
typename S3UriT = Aws::String>
99 m_s3UriHasBeenSet =
true;
100 m_s3Uri = std::forward<S3UriT>(value);
102 template <
typename S3UriT = Aws::String>
104 SetS3Uri(std::forward<S3UriT>(value));
116 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
118 m_tagsHasBeenSet =
true;
119 m_tags = std::forward<TagsT>(value);
121 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
123 SetTags(std::forward<TagsT>(value));
126 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
128 m_tagsHasBeenSet =
true;
129 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
143 bool m_instanceIdHasBeenSet =
false;
144 bool m_nameHasBeenSet =
false;
145 bool m_descriptionHasBeenSet =
false;
146 bool m_s3UriHasBeenSet =
false;
147 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