7#include <aws/budgets/Budgets_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename PolicyIdT = Aws::String>
49 void SetPolicyId(PolicyIdT&& value) { m_policyIdHasBeenSet =
true; m_policyId = std::forward<PolicyIdT>(value); }
50 template<
typename PolicyIdT = Aws::String>
60 template<
typename TargetIdsT = Aws::Vector<Aws::String>>
61 void SetTargetIds(TargetIdsT&& value) { m_targetIdsHasBeenSet =
true; m_targetIds = std::forward<TargetIdsT>(value); }
62 template<
typename TargetIdsT = Aws::Vector<Aws::String>>
64 template<
typename TargetIdsT = Aws::String>
70 bool m_policyIdHasBeenSet =
false;
73 bool m_targetIdsHasBeenSet =
false;
bool TargetIdsHasBeenSet() const
void SetTargetIds(TargetIdsT &&value)
AWS_BUDGETS_API ScpActionDefinition()=default
AWS_BUDGETS_API ScpActionDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
ScpActionDefinition & WithPolicyId(PolicyIdT &&value)
ScpActionDefinition & AddTargetIds(TargetIdsT &&value)
AWS_BUDGETS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BUDGETS_API ScpActionDefinition(Aws::Utils::Json::JsonView jsonValue)
ScpActionDefinition & WithTargetIds(TargetIdsT &&value)
const Aws::Vector< Aws::String > & GetTargetIds() const
void SetPolicyId(PolicyIdT &&value)
const Aws::String & GetPolicyId() const
bool PolicyIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue