121 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
164 bool m_typeHasBeenSet;
166 bool m_valueHasBeenSet;
IPSetDescriptor & WithType(const IPSetDescriptorType &value)
void SetType(const IPSetDescriptorType &value)
void SetValue(const char *value)
void SetValue(const Aws::String &value)
void SetValue(Aws::String &&value)
const IPSetDescriptorType & GetType() const
IPSetDescriptor & WithType(IPSetDescriptorType &&value)
void SetType(IPSetDescriptorType &&value)
const Aws::String & GetValue() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
IPSetDescriptor & WithValue(const char *value)
IPSetDescriptor & WithValue(const Aws::String &value)
IPSetDescriptor & WithValue(Aws::String &&value)
JSON (JavaScript Object Notation).