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/ServerGroupLaunchConfiguration.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename AppIdT = Aws::String>
43 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
44 template<
typename AppIdT = Aws::String>
54 template<
typename RoleNameT = Aws::String>
55 void SetRoleName(RoleNameT&& value) { m_roleNameHasBeenSet =
true; m_roleName = std::forward<RoleNameT>(value); }
56 template<
typename RoleNameT = Aws::String>
66 inline void SetAutoLaunch(
bool value) { m_autoLaunchHasBeenSet =
true; m_autoLaunch = value; }
75 template<
typename ServerGroupLaunchConfigurationsT = Aws::Vector<ServerGroupLaunchConfiguration>>
76 void SetServerGroupLaunchConfigurations(ServerGroupLaunchConfigurationsT&& value) { m_serverGroupLaunchConfigurationsHasBeenSet =
true; m_serverGroupLaunchConfigurations = std::forward<ServerGroupLaunchConfigurationsT>(value); }
77 template<
typename ServerGroupLaunchConfigurationsT = Aws::Vector<ServerGroupLaunchConfiguration>>
79 template<
typename ServerGroupLaunchConfigurationsT = ServerGroupLaunchConfiguration>
86 template<
typename RequestIdT = Aws::String>
87 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
88 template<
typename RequestIdT = Aws::String>
94 bool m_appIdHasBeenSet =
false;
97 bool m_roleNameHasBeenSet =
false;
99 bool m_autoLaunch{
false};
100 bool m_autoLaunchHasBeenSet =
false;
103 bool m_serverGroupLaunchConfigurationsHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
GetAppLaunchConfigurationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetAppId() const
void SetAppId(AppIdT &&value)
void SetServerGroupLaunchConfigurations(ServerGroupLaunchConfigurationsT &&value)
GetAppLaunchConfigurationResult & WithAutoLaunch(bool value)
void SetRoleName(RoleNameT &&value)
AWS_SMS_API GetAppLaunchConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< ServerGroupLaunchConfiguration > & GetServerGroupLaunchConfigurations() const
const Aws::String & GetRoleName() const
bool GetAutoLaunch() const
void SetAutoLaunch(bool value)
AWS_SMS_API GetAppLaunchConfigurationResult()=default
AWS_SMS_API GetAppLaunchConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAppLaunchConfigurationResult & AddServerGroupLaunchConfigurations(ServerGroupLaunchConfigurationsT &&value)
GetAppLaunchConfigurationResult & WithServerGroupLaunchConfigurations(ServerGroupLaunchConfigurationsT &&value)
GetAppLaunchConfigurationResult & WithRoleName(RoleNameT &&value)
GetAppLaunchConfigurationResult & WithAppId(AppIdT &&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