7#include <aws/ssm-sap/SsmSap_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm-sap/model/ConfigurationCheckOperation.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ConfigurationCheckOperationsT = Aws::Vector<ConfigurationCheckOperation>>
43 void SetConfigurationCheckOperations(ConfigurationCheckOperationsT&& value) { m_configurationCheckOperationsHasBeenSet =
true; m_configurationCheckOperations = std::forward<ConfigurationCheckOperationsT>(value); }
44 template<
typename ConfigurationCheckOperationsT = Aws::Vector<ConfigurationCheckOperation>>
46 template<
typename ConfigurationCheckOperationsT = ConfigurationCheckOperation>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_configurationCheckOperationsHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
StartConfigurationChecksResult & WithRequestId(RequestIdT &&value)
AWS_SSMSAP_API StartConfigurationChecksResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
StartConfigurationChecksResult & WithConfigurationCheckOperations(ConfigurationCheckOperationsT &&value)
AWS_SSMSAP_API StartConfigurationChecksResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartConfigurationChecksResult & AddConfigurationCheckOperations(ConfigurationCheckOperationsT &&value)
const Aws::Vector< ConfigurationCheckOperation > & GetConfigurationCheckOperations() const
AWS_SSMSAP_API StartConfigurationChecksResult()=default
void SetConfigurationCheckOperations(ConfigurationCheckOperationsT &&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