7#include <aws/appstream/AppStreamRequest.h>
8#include <aws/appstream/AppStream_EXPORTS.h>
9#include <aws/appstream/model/AppVisibility.h>
10#include <aws/appstream/model/EntitlementAttribute.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename StackNameT = Aws::String>
62 m_stackNameHasBeenSet =
true;
63 m_stackName = std::forward<StackNameT>(value);
65 template <
typename StackNameT = Aws::String>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
97 m_appVisibilityHasBeenSet =
true;
98 m_appVisibility = value;
112 template <
typename AttributesT = Aws::Vector<EntitlementAttribute>>
114 m_attributesHasBeenSet =
true;
115 m_attributes = std::forward<AttributesT>(value);
117 template <
typename AttributesT = Aws::Vector<EntitlementAttribute>>
122 template <
typename AttributesT = EntitlementAttribute>
124 m_attributesHasBeenSet =
true;
125 m_attributes.emplace_back(std::forward<AttributesT>(value));
139 bool m_nameHasBeenSet =
false;
140 bool m_stackNameHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
142 bool m_appVisibilityHasBeenSet =
false;
143 bool m_attributesHasBeenSet =
false;
const Aws::String & GetDescription() const
void SetAttributes(AttributesT &&value)
virtual const char * GetServiceRequestName() const override
void SetStackName(StackNameT &&value)
void SetName(NameT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetStackName() const
const Aws::String & GetName() const
UpdateEntitlementRequest & WithStackName(StackNameT &&value)
UpdateEntitlementRequest & WithAppVisibility(AppVisibility value)
AWS_APPSTREAM_API Aws::String SerializePayload() const override
bool AppVisibilityHasBeenSet() const
UpdateEntitlementRequest & WithDescription(DescriptionT &&value)
UpdateEntitlementRequest & WithName(NameT &&value)
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< EntitlementAttribute > & GetAttributes() const
bool NameHasBeenSet() const
void SetAppVisibility(AppVisibility value)
bool StackNameHasBeenSet() const
UpdateEntitlementRequest & WithAttributes(AttributesT &&value)
AppVisibility GetAppVisibility() const
AWS_APPSTREAM_API UpdateEntitlementRequest()=default
bool AttributesHasBeenSet() const
UpdateEntitlementRequest & AddAttributes(AttributesT &&value)
void SetDescription(DescriptionT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector