7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/model/PhoneNumberAssociationName.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename ValueT = Aws::String>
46 m_valueHasBeenSet =
true;
47 m_value = std::forward<ValueT>(value);
49 template <
typename ValueT = Aws::String>
51 SetValue(std::forward<ValueT>(value));
64 m_nameHasBeenSet =
true;
79 template <
typename AssociatedTimestampT = Aws::Utils::DateTime>
81 m_associatedTimestampHasBeenSet =
true;
82 m_associatedTimestamp = std::forward<AssociatedTimestampT>(value);
84 template <
typename AssociatedTimestampT = Aws::Utils::DateTime>
96 bool m_valueHasBeenSet =
false;
97 bool m_nameHasBeenSet =
false;
98 bool m_associatedTimestampHasBeenSet =
false;
void SetName(PhoneNumberAssociationName value)
AWS_CHIME_API PhoneNumberAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
PhoneNumberAssociation & WithValue(ValueT &&value)
bool ValueHasBeenSet() const
PhoneNumberAssociationName GetName() const
PhoneNumberAssociation & WithAssociatedTimestamp(AssociatedTimestampT &&value)
AWS_CHIME_API PhoneNumberAssociation()=default
void SetAssociatedTimestamp(AssociatedTimestampT &&value)
bool NameHasBeenSet() const
const Aws::String & GetValue() const
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValue(ValueT &&value)
bool AssociatedTimestampHasBeenSet() const
PhoneNumberAssociation & WithName(PhoneNumberAssociationName value)
const Aws::Utils::DateTime & GetAssociatedTimestamp() const
AWS_CHIME_API PhoneNumberAssociation(Aws::Utils::Json::JsonView jsonValue)
PhoneNumberAssociationName
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue