7#include <aws/sms/SMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sms/model/Server.h>
50 inline void SetServerGroupId(
const char* value) { m_serverGroupIdHasBeenSet =
true; m_serverGroupId.assign(value); }
64 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
86 bool m_serverGroupIdHasBeenSet =
false;
89 bool m_nameHasBeenSet =
false;
92 bool m_serverListHasBeenSet =
false;
ServerGroup & WithName(const char *value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
ServerGroup & AddServerList(Server &&value)
ServerGroup & WithServerList(Aws::Vector< Server > &&value)
ServerGroup & WithServerList(const Aws::Vector< Server > &value)
const Aws::Vector< Server > & GetServerList() const
ServerGroup & WithServerGroupId(Aws::String &&value)
AWS_SMS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(Aws::String &&value)
bool ServerGroupIdHasBeenSet() const
void SetServerGroupId(const Aws::String &value)
ServerGroup & WithName(const Aws::String &value)
void SetName(const Aws::String &value)
ServerGroup & AddServerList(const Server &value)
const Aws::String & GetServerGroupId() const
AWS_SMS_API ServerGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
bool ServerListHasBeenSet() const
void SetServerGroupId(Aws::String &&value)
void SetServerList(Aws::Vector< Server > &&value)
ServerGroup & WithName(Aws::String &&value)
ServerGroup & WithServerGroupId(const char *value)
AWS_SMS_API ServerGroup(Aws::Utils::Json::JsonView jsonValue)
AWS_SMS_API ServerGroup()
ServerGroup & WithServerGroupId(const Aws::String &value)
void SetServerGroupId(const char *value)
void SetServerList(const Aws::Vector< Server > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue