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>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename ValuesT = PredefinedAttributeValues>
61 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
62 template<
typename ValuesT = PredefinedAttributeValues>
72 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
73 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
74 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
84 template<
typename LastModifiedRegionT = Aws::String>
85 void SetLastModifiedRegion(LastModifiedRegionT&& value) { m_lastModifiedRegionHasBeenSet =
true; m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value); }
86 template<
typename LastModifiedRegionT = Aws::String>
92 bool m_nameHasBeenSet =
false;
95 bool m_valuesHasBeenSet =
false;
98 bool m_lastModifiedTimeHasBeenSet =
false;
101 bool m_lastModifiedRegionHasBeenSet =
false;
const Aws::String & GetName() const
PredefinedAttribute & WithLastModifiedRegion(LastModifiedRegionT &&value)
bool LastModifiedRegionHasBeenSet() const
PredefinedAttribute & WithName(NameT &&value)
bool LastModifiedTimeHasBeenSet() const
AWS_CONNECT_API PredefinedAttribute()=default
bool ValuesHasBeenSet() const
void SetLastModifiedRegion(LastModifiedRegionT &&value)
PredefinedAttribute & WithValues(ValuesT &&value)
AWS_CONNECT_API PredefinedAttribute(Aws::Utils::Json::JsonView jsonValue)
void SetLastModifiedTime(LastModifiedTimeT &&value)
const PredefinedAttributeValues & GetValues() const
const Aws::String & GetLastModifiedRegion() const
bool NameHasBeenSet() const
AWS_CONNECT_API PredefinedAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
PredefinedAttribute & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetValues(ValuesT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue