7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/panorama/PanoramaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/panorama/model/ManifestOverridesPayload.h>
11#include <aws/panorama/model/ManifestPayload.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
44 template<
typename ApplicationInstanceIdToReplaceT = Aws::String>
45 void SetApplicationInstanceIdToReplace(ApplicationInstanceIdToReplaceT&& value) { m_applicationInstanceIdToReplaceHasBeenSet =
true; m_applicationInstanceIdToReplace = std::forward<ApplicationInstanceIdToReplaceT>(value); }
46 template<
typename ApplicationInstanceIdToReplaceT = Aws::String>
56 template<
typename DefaultRuntimeContextDeviceT = Aws::String>
57 void SetDefaultRuntimeContextDevice(DefaultRuntimeContextDeviceT&& value) { m_defaultRuntimeContextDeviceHasBeenSet =
true; m_defaultRuntimeContextDevice = std::forward<DefaultRuntimeContextDeviceT>(value); }
58 template<
typename DefaultRuntimeContextDeviceT = 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>
80 template<
typename ManifestOverr
idesPayloadT = ManifestOverr
idesPayload>
81 void SetManifestOverridesPayload(ManifestOverridesPayloadT&& value) { m_manifestOverridesPayloadHasBeenSet =
true; m_manifestOverridesPayload = std::forward<ManifestOverridesPayloadT>(value); }
82 template<
typename ManifestOverr
idesPayloadT = ManifestOverr
idesPayload>
92 template<
typename ManifestPayloadT = ManifestPayload>
93 void SetManifestPayload(ManifestPayloadT&& value) { m_manifestPayloadHasBeenSet =
true; m_manifestPayload = std::forward<ManifestPayloadT>(value); }
94 template<
typename ManifestPayloadT = ManifestPayload>
104 template<
typename NameT = Aws::String>
105 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
106 template<
typename NameT = Aws::String>
116 template<
typename RuntimeRoleArnT = Aws::String>
117 void SetRuntimeRoleArn(RuntimeRoleArnT&& value) { m_runtimeRoleArnHasBeenSet =
true; m_runtimeRoleArn = std::forward<RuntimeRoleArnT>(value); }
118 template<
typename RuntimeRoleArnT = Aws::String>
128 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
129 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
130 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
132 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
134 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
140 bool m_applicationInstanceIdToReplaceHasBeenSet =
false;
143 bool m_defaultRuntimeContextDeviceHasBeenSet =
false;
146 bool m_descriptionHasBeenSet =
false;
149 bool m_manifestOverridesPayloadHasBeenSet =
false;
152 bool m_manifestPayloadHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
158 bool m_runtimeRoleArnHasBeenSet =
false;
161 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