7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/panorama/PanoramaRequest.h>
10#include <aws/panorama/Panorama_EXPORTS.h>
11#include <aws/panorama/model/ManifestOverridesPayload.h>
12#include <aws/panorama/model/ManifestPayload.h>
40 template <
typename ApplicationInstanceIdToReplaceT = Aws::String>
42 m_applicationInstanceIdToReplaceHasBeenSet =
true;
43 m_applicationInstanceIdToReplace = std::forward<ApplicationInstanceIdToReplaceT>(value);
45 template <
typename ApplicationInstanceIdToReplaceT = Aws::String>
58 template <
typename DefaultRuntimeContextDeviceT = Aws::String>
60 m_defaultRuntimeContextDeviceHasBeenSet =
true;
61 m_defaultRuntimeContextDevice = std::forward<DefaultRuntimeContextDeviceT>(value);
63 template <
typename DefaultRuntimeContextDeviceT = Aws::String>
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
94 template <
typename ManifestOverr
idesPayloadT = ManifestOverr
idesPayload>
96 m_manifestOverridesPayloadHasBeenSet =
true;
97 m_manifestOverridesPayload = std::forward<ManifestOverridesPayloadT>(value);
99 template <
typename ManifestOverr
idesPayloadT = ManifestOverr
idesPayload>
112 template <
typename ManifestPayloadT = ManifestPayload>
114 m_manifestPayloadHasBeenSet =
true;
115 m_manifestPayload = std::forward<ManifestPayloadT>(value);
117 template <
typename ManifestPayloadT = ManifestPayload>
130 template <
typename NameT = Aws::String>
132 m_nameHasBeenSet =
true;
133 m_name = std::forward<NameT>(value);
135 template <
typename NameT = Aws::String>
137 SetName(std::forward<NameT>(value));
148 template <
typename RuntimeRoleArnT = Aws::String>
150 m_runtimeRoleArnHasBeenSet =
true;
151 m_runtimeRoleArn = std::forward<RuntimeRoleArnT>(value);
153 template <
typename RuntimeRoleArnT = Aws::String>
166 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
168 m_tagsHasBeenSet =
true;
169 m_tags = std::forward<TagsT>(value);
171 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
173 SetTags(std::forward<TagsT>(value));
176 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
178 m_tagsHasBeenSet =
true;
179 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
199 bool m_applicationInstanceIdToReplaceHasBeenSet =
false;
200 bool m_defaultRuntimeContextDeviceHasBeenSet =
false;
201 bool m_descriptionHasBeenSet =
false;
202 bool m_manifestOverridesPayloadHasBeenSet =
false;
203 bool m_manifestPayloadHasBeenSet =
false;
204 bool m_nameHasBeenSet =
false;
205 bool m_runtimeRoleArnHasBeenSet =
false;
206 bool m_tagsHasBeenSet =
false;
CreateApplicationInstanceRequest & WithManifestOverridesPayload(ManifestOverridesPayloadT &&value)
bool NameHasBeenSet() const
CreateApplicationInstanceRequest & WithApplicationInstanceIdToReplace(ApplicationInstanceIdToReplaceT &&value)
const Aws::String & GetName() const
CreateApplicationInstanceRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetRuntimeRoleArn() const
CreateApplicationInstanceRequest & WithManifestPayload(ManifestPayloadT &&value)
void SetName(NameT &&value)
void SetTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
CreateApplicationInstanceRequest & WithDefaultRuntimeContextDevice(DefaultRuntimeContextDeviceT &&value)
void SetManifestOverridesPayload(ManifestOverridesPayloadT &&value)
bool TagsHasBeenSet() const
void SetDescription(DescriptionT &&value)
CreateApplicationInstanceRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateApplicationInstanceRequest & WithTags(TagsT &&value)
void SetApplicationInstanceIdToReplace(ApplicationInstanceIdToReplaceT &&value)
bool ManifestPayloadHasBeenSet() const
AWS_PANORAMA_API Aws::String SerializePayload() const override
bool ManifestOverridesPayloadHasBeenSet() const
const ManifestOverridesPayload & GetManifestOverridesPayload() const
const ManifestPayload & GetManifestPayload() const
void SetManifestPayload(ManifestPayloadT &&value)
void SetRuntimeRoleArn(RuntimeRoleArnT &&value)
CreateApplicationInstanceRequest & WithName(NameT &&value)
void SetDefaultRuntimeContextDevice(DefaultRuntimeContextDeviceT &&value)
bool DefaultRuntimeContextDeviceHasBeenSet() const
CreateApplicationInstanceRequest & WithRuntimeRoleArn(RuntimeRoleArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetDefaultRuntimeContextDevice() const
bool RuntimeRoleArnHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetApplicationInstanceIdToReplace() const
bool ApplicationInstanceIdToReplaceHasBeenSet() const
AWS_PANORAMA_API CreateApplicationInstanceRequest()=default
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