7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/PredefinedAttributeValues.h>
10#include <aws/core/utils/DateTime.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
88 inline void SetLastModifiedRegion(
const char* value) { m_lastModifiedRegionHasBeenSet =
true; m_lastModifiedRegion.assign(value); }
96 bool m_nameHasBeenSet =
false;
99 bool m_valuesHasBeenSet =
false;
102 bool m_lastModifiedTimeHasBeenSet =
false;
105 bool m_lastModifiedRegionHasBeenSet =
false;
PredefinedAttribute & WithLastModifiedRegion(Aws::String &&value)
const Aws::String & GetName() const
PredefinedAttribute & WithValues(const PredefinedAttributeValues &value)
bool LastModifiedRegionHasBeenSet() const
void SetName(Aws::String &&value)
PredefinedAttribute & WithLastModifiedTime(const Aws::Utils::DateTime &value)
PredefinedAttribute & WithLastModifiedTime(Aws::Utils::DateTime &&value)
PredefinedAttribute & WithValues(PredefinedAttributeValues &&value)
PredefinedAttribute & WithName(const char *value)
void SetValues(PredefinedAttributeValues &&value)
PredefinedAttribute & WithName(Aws::String &&value)
bool LastModifiedTimeHasBeenSet() const
void SetLastModifiedRegion(Aws::String &&value)
bool ValuesHasBeenSet() const
void SetLastModifiedRegion(const char *value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
AWS_CONNECT_API PredefinedAttribute(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
void SetName(const Aws::String &value)
const PredefinedAttributeValues & GetValues() const
const Aws::String & GetLastModifiedRegion() const
void SetLastModifiedRegion(const Aws::String &value)
PredefinedAttribute & WithName(const Aws::String &value)
bool NameHasBeenSet() const
AWS_CONNECT_API PredefinedAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API PredefinedAttribute()
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
PredefinedAttribute & WithLastModifiedRegion(const Aws::String &value)
PredefinedAttribute & WithLastModifiedRegion(const char *value)
void SetValues(const PredefinedAttributeValues &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue