7#include <aws/iotfleethub/IoTFleetHub_EXPORTS.h>
8#include <aws/iotfleethub/IoTFleetHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/UUID.h>
43 template<
typename ApplicationNameT = Aws::String>
44 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
45 template<
typename ApplicationNameT = Aws::String>
55 template<
typename ApplicationDescriptionT = Aws::String>
56 void SetApplicationDescription(ApplicationDescriptionT&& value) { m_applicationDescriptionHasBeenSet =
true; m_applicationDescription = std::forward<ApplicationDescriptionT>(value); }
57 template<
typename ApplicationDescriptionT = Aws::String>
69 template<
typename ClientTokenT = Aws::String>
70 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
71 template<
typename ClientTokenT = Aws::String>
83 template<
typename RoleArnT = Aws::String>
84 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
85 template<
typename RoleArnT = 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_applicationNameHasBeenSet =
false;
111 bool m_applicationDescriptionHasBeenSet =
false;
114 bool m_clientTokenHasBeenSet =
true;
117 bool m_roleArnHasBeenSet =
false;
120 bool m_tagsHasBeenSet =
false;
bool ApplicationDescriptionHasBeenSet() const
AWS_IOTFLEETHUB_API CreateApplicationRequest()=default
bool ClientTokenHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetApplicationDescription() const
bool RoleArnHasBeenSet() const
const Aws::String & GetClientToken() const
AWS_IOTFLEETHUB_API Aws::String SerializePayload() const override
CreateApplicationRequest & WithApplicationDescription(ApplicationDescriptionT &&value)
CreateApplicationRequest & WithTags(TagsT &&value)
CreateApplicationRequest & WithClientToken(ClientTokenT &&value)
bool ApplicationNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRoleArn() const
void SetApplicationDescription(ApplicationDescriptionT &&value)
CreateApplicationRequest & WithRoleArn(RoleArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
CreateApplicationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetTags(TagsT &&value)
void SetClientToken(ClientTokenT &&value)
void SetApplicationName(ApplicationNameT &&value)
CreateApplicationRequest & WithApplicationName(ApplicationNameT &&value)
const Aws::String & GetApplicationName() const
static Aws::Utils::UUID PseudoRandomUUID()
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