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/ServerLaunchConfiguration.h>
51 inline void SetServerGroupId(
const char* value) { m_serverGroupIdHasBeenSet =
true; m_serverGroupId.assign(value); }
63 inline void SetLaunchOrder(
int value) { m_launchOrderHasBeenSet =
true; m_launchOrder = value; }
83 bool m_serverGroupIdHasBeenSet =
false;
86 bool m_launchOrderHasBeenSet =
false;
89 bool m_serverLaunchConfigurationsHasBeenSet =
false;
const Aws::Vector< ServerLaunchConfiguration > & GetServerLaunchConfigurations() const
AWS_SMS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ServerLaunchConfigurationsHasBeenSet() const
ServerGroupLaunchConfiguration & WithServerGroupId(const Aws::String &value)
bool ServerGroupIdHasBeenSet() const
ServerGroupLaunchConfiguration & WithLaunchOrder(int value)
AWS_SMS_API ServerGroupLaunchConfiguration(Aws::Utils::Json::JsonView jsonValue)
ServerGroupLaunchConfiguration & WithServerLaunchConfigurations(const Aws::Vector< ServerLaunchConfiguration > &value)
ServerGroupLaunchConfiguration & WithServerGroupId(Aws::String &&value)
bool LaunchOrderHasBeenSet() const
ServerGroupLaunchConfiguration & WithServerGroupId(const char *value)
void SetServerGroupId(const char *value)
ServerGroupLaunchConfiguration & AddServerLaunchConfigurations(ServerLaunchConfiguration &&value)
AWS_SMS_API ServerGroupLaunchConfiguration()
int GetLaunchOrder() const
void SetServerLaunchConfigurations(const Aws::Vector< ServerLaunchConfiguration > &value)
ServerGroupLaunchConfiguration & AddServerLaunchConfigurations(const ServerLaunchConfiguration &value)
AWS_SMS_API ServerGroupLaunchConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetServerLaunchConfigurations(Aws::Vector< ServerLaunchConfiguration > &&value)
void SetServerGroupId(Aws::String &&value)
const Aws::String & GetServerGroupId() const
ServerGroupLaunchConfiguration & WithServerLaunchConfigurations(Aws::Vector< ServerLaunchConfiguration > &&value)
void SetLaunchOrder(int value)
void SetServerGroupId(const Aws::String &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