7#include <aws/ssm-sap/SsmSap_EXPORTS.h>
8#include <aws/ssm-sap/SsmSapRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ssm-sap/model/ConfigurationCheckType.h>
43 template<
typename ApplicationIdT = Aws::String>
44 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
45 template<
typename ApplicationIdT = Aws::String>
55 template<
typename ConfigurationCheckIdsT = Aws::Vector<ConfigurationCheckType>>
56 void SetConfigurationCheckIds(ConfigurationCheckIdsT&& value) { m_configurationCheckIdsHasBeenSet =
true; m_configurationCheckIds = std::forward<ConfigurationCheckIdsT>(value); }
57 template<
typename ConfigurationCheckIdsT = Aws::Vector<ConfigurationCheckType>>
64 bool m_applicationIdHasBeenSet =
false;
67 bool m_configurationCheckIdsHasBeenSet =
false;
const Aws::String & GetApplicationId() const
StartConfigurationChecksRequest & WithConfigurationCheckIds(ConfigurationCheckIdsT &&value)
bool ConfigurationCheckIdsHasBeenSet() const
AWS_SSMSAP_API Aws::String SerializePayload() const override
void SetConfigurationCheckIds(ConfigurationCheckIdsT &&value)
void SetApplicationId(ApplicationIdT &&value)
const Aws::Vector< ConfigurationCheckType > & GetConfigurationCheckIds() const
virtual const char * GetServiceRequestName() const override
StartConfigurationChecksRequest & WithApplicationId(ApplicationIdT &&value)
StartConfigurationChecksRequest & AddConfigurationCheckIds(ConfigurationCheckType value)
AWS_SSMSAP_API StartConfigurationChecksRequest()=default
bool ApplicationIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector