7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ssm-sap/SsmSap_EXPORTS.h>
11#include <aws/ssm-sap/model/ConfigurationCheckOperation.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ConfigurationCheckOperationsT = Aws::Vector<ConfigurationCheckOperation>>
39 m_configurationCheckOperationsHasBeenSet =
true;
40 m_configurationCheckOperations = std::forward<ConfigurationCheckOperationsT>(value);
42 template <
typename ConfigurationCheckOperationsT = Aws::Vector<ConfigurationCheckOperation>>
47 template <
typename ConfigurationCheckOperationsT = ConfigurationCheckOperation>
49 m_configurationCheckOperationsHasBeenSet =
true;
50 m_configurationCheckOperations.emplace_back(std::forward<ConfigurationCheckOperationsT>(value));
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
76 bool m_configurationCheckOperationsHasBeenSet =
false;
77 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::Http::HttpResponseCode GetHttpResponseCode() 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