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/connect/model/ViewStatus.h>
11#include <aws/connect/model/ViewInputContent.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
45 template<
typename InstanceIdT = Aws::String>
46 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
47 template<
typename InstanceIdT = Aws::String>
58 template<
typename ClientTokenT = Aws::String>
59 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
60 template<
typename ClientTokenT = Aws::String>
84 template<
typename ContentT = ViewInputContent>
85 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
86 template<
typename ContentT = ViewInputContent>
96 template<
typename DescriptionT = Aws::String>
97 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
98 template<
typename DescriptionT = Aws::String>
108 template<
typename NameT = Aws::String>
109 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
110 template<
typename NameT = Aws::String>
122 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
123 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
124 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
126 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
128 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
134 bool m_instanceIdHasBeenSet =
false;
137 bool m_clientTokenHasBeenSet =
false;
140 bool m_statusHasBeenSet =
false;
142 ViewInputContent m_content;
143 bool m_contentHasBeenSet =
false;
146 bool m_descriptionHasBeenSet =
false;
149 bool m_nameHasBeenSet =
false;
152 bool m_tagsHasBeenSet =
false;
CreateViewRequest & WithInstanceId(InstanceIdT &&value)
bool ClientTokenHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetInstanceId(InstanceIdT &&value)
CreateViewRequest & WithClientToken(ClientTokenT &&value)
bool NameHasBeenSet() const
bool StatusHasBeenSet() const
bool TagsHasBeenSet() const
CreateViewRequest & WithDescription(DescriptionT &&value)
AWS_CONNECT_API CreateViewRequest()=default
CreateViewRequest & WithStatus(ViewStatus value)
bool InstanceIdHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetInstanceId() const
ViewStatus GetStatus() const
void SetTags(TagsT &&value)
const ViewInputContent & GetContent() const
void SetStatus(ViewStatus value)
void SetContent(ContentT &&value)
CreateViewRequest & WithTags(TagsT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
CreateViewRequest & WithContent(ContentT &&value)
virtual const char * GetServiceRequestName() const override
bool ContentHasBeenSet() const
AWS_CONNECT_API Aws::String SerializePayload() const override
const Aws::String & GetClientToken() const
CreateViewRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetName(NameT &&value)
CreateViewRequest & WithName(NameT &&value)
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