7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm-sap/SsmSap_EXPORTS.h>
10#include <aws/ssm-sap/model/ConfigurationCheckOperation.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ConfigurationCheckOperationsT = Aws::Vector<ConfigurationCheckOperation>>
38 m_configurationCheckOperationsHasBeenSet =
true;
39 m_configurationCheckOperations = std::forward<ConfigurationCheckOperationsT>(value);
41 template <
typename ConfigurationCheckOperationsT = Aws::Vector<ConfigurationCheckOperation>>
46 template <
typename ConfigurationCheckOperationsT = ConfigurationCheckOperation>
48 m_configurationCheckOperationsHasBeenSet =
true;
49 m_configurationCheckOperations.emplace_back(std::forward<ConfigurationCheckOperationsT>(value));
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_configurationCheckOperationsHasBeenSet =
false;
73 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