7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename PollingAccountsT = Aws::Vector<Aws::String>>
50 void SetPollingAccounts(PollingAccountsT&& value) { m_pollingAccountsHasBeenSet =
true; m_pollingAccounts = std::forward<PollingAccountsT>(value); }
51 template<
typename PollingAccountsT = Aws::Vector<Aws::String>>
53 template<
typename PollingAccountsT = Aws::String>
64 template<
typename PollingServicePrincipalsT = Aws::Vector<Aws::String>>
65 void SetPollingServicePrincipals(PollingServicePrincipalsT&& value) { m_pollingServicePrincipalsHasBeenSet =
true; m_pollingServicePrincipals = std::forward<PollingServicePrincipalsT>(value); }
66 template<
typename PollingServicePrincipalsT = Aws::Vector<Aws::String>>
68 template<
typename PollingServicePrincipalsT = Aws::String>
74 bool m_pollingAccountsHasBeenSet =
false;
77 bool m_pollingServicePrincipalsHasBeenSet =
false;
bool PollingAccountsHasBeenSet() const
AWS_CODEPIPELINE_API JobWorkerExecutorConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API JobWorkerExecutorConfiguration(Aws::Utils::Json::JsonView jsonValue)
JobWorkerExecutorConfiguration & WithPollingAccounts(PollingAccountsT &&value)
void SetPollingServicePrincipals(PollingServicePrincipalsT &&value)
JobWorkerExecutorConfiguration & AddPollingAccounts(PollingAccountsT &&value)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
JobWorkerExecutorConfiguration & WithPollingServicePrincipals(PollingServicePrincipalsT &&value)
AWS_CODEPIPELINE_API JobWorkerExecutorConfiguration()=default
bool PollingServicePrincipalsHasBeenSet() const
void SetPollingAccounts(PollingAccountsT &&value)
JobWorkerExecutorConfiguration & AddPollingServicePrincipals(PollingServicePrincipalsT &&value)
const Aws::Vector< Aws::String > & GetPollingServicePrincipals() const
const Aws::Vector< Aws::String > & GetPollingAccounts() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue