73 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
114 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
155 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
309 bool m_nameHasBeenSet =
false;
312 bool m_stackNameHasBeenSet =
false;
315 bool m_descriptionHasBeenSet =
false;
318 bool m_appVisibilityHasBeenSet =
false;
321 bool m_attributesHasBeenSet =
false;
324 bool m_createdTimeHasBeenSet =
false;
327 bool m_lastModifiedTimeHasBeenSet =
false;
#define AWS_APPSTREAM_API
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