7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/AppStreamRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename NameT = Aws::String>
44 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
45 template<
typename NameT = Aws::String>
56 template<
typename AppstreamAgentVersionT = Aws::String>
57 void SetAppstreamAgentVersion(AppstreamAgentVersionT&& value) { m_appstreamAgentVersionHasBeenSet =
true; m_appstreamAgentVersion = std::forward<AppstreamAgentVersionT>(value); }
58 template<
typename AppstreamAgentVersionT = Aws::String>
64 bool m_nameHasBeenSet =
false;
67 bool m_appstreamAgentVersionHasBeenSet =
false;
void SetAppstreamAgentVersion(AppstreamAgentVersionT &&value)
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
bool NameHasBeenSet() const
AWS_APPSTREAM_API StartImageBuilderRequest()=default
AWS_APPSTREAM_API Aws::String SerializePayload() const override
StartImageBuilderRequest & WithName(NameT &&value)
StartImageBuilderRequest & WithAppstreamAgentVersion(AppstreamAgentVersionT &&value)
const Aws::String & GetAppstreamAgentVersion() const
const Aws::String & GetName() const
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool AppstreamAgentVersionHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String