7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appstream/model/AppVisibility.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/appstream/model/EntitlementAttribute.h>
58 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
72 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
86 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
144 bool m_nameHasBeenSet =
false;
147 bool m_stackNameHasBeenSet =
false;
150 bool m_descriptionHasBeenSet =
false;
153 bool m_appVisibilityHasBeenSet =
false;
156 bool m_attributesHasBeenSet =
false;
159 bool m_createdTimeHasBeenSet =
false;
162 bool m_lastModifiedTimeHasBeenSet =
false;
Entitlement & WithLastModifiedTime(Aws::Utils::DateTime &&value)
bool StackNameHasBeenSet() const
const AppVisibility & GetAppVisibility() const
const Aws::Vector< EntitlementAttribute > & GetAttributes() const
bool AppVisibilityHasBeenSet() const
void SetAttributes(Aws::Vector< EntitlementAttribute > &&value)
AWS_APPSTREAM_API Entitlement()
void SetCreatedTime(const Aws::Utils::DateTime &value)
void SetStackName(const Aws::String &value)
bool CreatedTimeHasBeenSet() const
Entitlement & WithCreatedTime(Aws::Utils::DateTime &&value)
Entitlement & WithDescription(const Aws::String &value)
void SetStackName(Aws::String &&value)
const Aws::String & GetName() const
Entitlement & WithStackName(Aws::String &&value)
Entitlement & AddAttributes(EntitlementAttribute &&value)
Entitlement & WithName(const Aws::String &value)
void SetName(const char *value)
Entitlement & AddAttributes(const EntitlementAttribute &value)
void SetDescription(const Aws::String &value)
Entitlement & WithLastModifiedTime(const Aws::Utils::DateTime &value)
const Aws::String & GetStackName() const
Entitlement & WithStackName(const char *value)
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
Entitlement & WithDescription(const char *value)
void SetAppVisibility(const AppVisibility &value)
AWS_APPSTREAM_API Entitlement & operator=(Aws::Utils::Json::JsonView jsonValue)
Entitlement & WithName(const char *value)
bool LastModifiedTimeHasBeenSet() const
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
Entitlement & WithCreatedTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetCreatedTime() const
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
Entitlement & WithAttributes(Aws::Vector< EntitlementAttribute > &&value)
AWS_APPSTREAM_API Entitlement(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
void SetAttributes(const Aws::Vector< EntitlementAttribute > &value)
void SetName(Aws::String &&value)
void SetCreatedTime(Aws::Utils::DateTime &&value)
bool AttributesHasBeenSet() const
void SetName(const Aws::String &value)
Entitlement & WithStackName(const Aws::String &value)
bool NameHasBeenSet() const
Entitlement & WithName(Aws::String &&value)
void SetStackName(const char *value)
Entitlement & WithDescription(Aws::String &&value)
void SetDescription(Aws::String &&value)
void SetDescription(const char *value)
Entitlement & WithAppVisibility(AppVisibility &&value)
void SetAppVisibility(AppVisibility &&value)
const Aws::String & GetDescription() const
Entitlement & WithAttributes(const Aws::Vector< EntitlementAttribute > &value)
Entitlement & WithAppVisibility(const AppVisibility &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue