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>
52 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
85 bool m_valueHasBeenSet =
false;
88 bool m_nameHasBeenSet =
false;
91 bool m_associatedTimestampHasBeenSet =
false;
AWS_CHIME_API PhoneNumberAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
PhoneNumberAssociation & WithValue(const char *value)
PhoneNumberAssociation & WithName(const PhoneNumberAssociationName &value)
void SetAssociatedTimestamp(Aws::Utils::DateTime &&value)
PhoneNumberAssociation & WithName(PhoneNumberAssociationName &&value)
AWS_CHIME_API PhoneNumberAssociation()
PhoneNumberAssociation & WithValue(Aws::String &&value)
bool NameHasBeenSet() const
const Aws::String & GetValue() const
const PhoneNumberAssociationName & GetName() const
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValue(Aws::String &&value)
void SetAssociatedTimestamp(const Aws::Utils::DateTime &value)
PhoneNumberAssociation & WithValue(const Aws::String &value)
PhoneNumberAssociation & WithAssociatedTimestamp(const Aws::Utils::DateTime &value)
bool AssociatedTimestampHasBeenSet() const
void SetValue(const Aws::String &value)
void SetValue(const char *value)
void SetName(const PhoneNumberAssociationName &value)
void SetName(PhoneNumberAssociationName &&value)
PhoneNumberAssociation & WithAssociatedTimestamp(Aws::Utils::DateTime &&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