7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/chime/model/PhoneNumberAssociationName.h>
10#include <aws/core/utils/DateTime.h>
50 template<
typename ValueT = Aws::String>
51 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
52 template<
typename ValueT = Aws::String>
73 template<
typename AssociatedTimestampT = Aws::Utils::DateTime>
74 void SetAssociatedTimestamp(AssociatedTimestampT&& value) { m_associatedTimestampHasBeenSet =
true; m_associatedTimestamp = std::forward<AssociatedTimestampT>(value); }
75 template<
typename AssociatedTimestampT = Aws::Utils::DateTime>
81 bool m_valueHasBeenSet =
false;
84 bool m_nameHasBeenSet =
false;
87 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