7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace CustomerProfiles
48 template<
typename CalculatedAttributeNameT = Aws::String>
49 void SetCalculatedAttributeName(CalculatedAttributeNameT&& value) { m_calculatedAttributeNameHasBeenSet =
true; m_calculatedAttributeName = std::forward<CalculatedAttributeNameT>(value); }
50 template<
typename CalculatedAttributeNameT = Aws::String>
60 template<
typename DisplayNameT = Aws::String>
61 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
62 template<
typename DisplayNameT = Aws::String>
73 template<
typename IsDataPartialT = Aws::String>
74 void SetIsDataPartial(IsDataPartialT&& value) { m_isDataPartialHasBeenSet =
true; m_isDataPartial = std::forward<IsDataPartialT>(value); }
75 template<
typename IsDataPartialT = Aws::String>
85 template<
typename ProfileIdT = Aws::String>
86 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
87 template<
typename ProfileIdT = Aws::String>
97 template<
typename ValueT = Aws::String>
98 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
99 template<
typename ValueT = Aws::String>
110 template<
typename LastObjectTimestampT = Aws::Utils::DateTime>
111 void SetLastObjectTimestamp(LastObjectTimestampT&& value) { m_lastObjectTimestampHasBeenSet =
true; m_lastObjectTimestamp = std::forward<LastObjectTimestampT>(value); }
112 template<
typename LastObjectTimestampT = Aws::Utils::DateTime>
118 bool m_calculatedAttributeNameHasBeenSet =
false;
121 bool m_displayNameHasBeenSet =
false;
124 bool m_isDataPartialHasBeenSet =
false;
127 bool m_profileIdHasBeenSet =
false;
130 bool m_valueHasBeenSet =
false;
133 bool m_lastObjectTimestampHasBeenSet =
false;
const Aws::Utils::DateTime & GetLastObjectTimestamp() const
const Aws::String & GetIsDataPartial() const
CalculatedAttributeValue & WithValue(ValueT &&value)
bool ProfileIdHasBeenSet() const
CalculatedAttributeValue & WithIsDataPartial(IsDataPartialT &&value)
AWS_CUSTOMERPROFILES_API CalculatedAttributeValue()=default
bool DisplayNameHasBeenSet() const
void SetValue(ValueT &&value)
CalculatedAttributeValue & WithLastObjectTimestamp(LastObjectTimestampT &&value)
bool LastObjectTimestampHasBeenSet() const
const Aws::String & GetValue() const
void SetCalculatedAttributeName(CalculatedAttributeNameT &&value)
const Aws::String & GetProfileId() const
AWS_CUSTOMERPROFILES_API CalculatedAttributeValue(Aws::Utils::Json::JsonView jsonValue)
void SetDisplayName(DisplayNameT &&value)
CalculatedAttributeValue & WithCalculatedAttributeName(CalculatedAttributeNameT &&value)
const Aws::String & GetCalculatedAttributeName() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
bool CalculatedAttributeNameHasBeenSet() const
const Aws::String & GetDisplayName() const
void SetLastObjectTimestamp(LastObjectTimestampT &&value)
AWS_CUSTOMERPROFILES_API CalculatedAttributeValue & operator=(Aws::Utils::Json::JsonView jsonValue)
CalculatedAttributeValue & WithProfileId(ProfileIdT &&value)
void SetProfileId(ProfileIdT &&value)
void SetIsDataPartial(IsDataPartialT &&value)
bool IsDataPartialHasBeenSet() const
bool ValueHasBeenSet() const
CalculatedAttributeValue & WithDisplayName(DisplayNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue