7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
20namespace DevOpsAgent {
42 template <
typename EnvIdT = Aws::String>
44 m_envIdHasBeenSet =
true;
45 m_envId = std::forward<EnvIdT>(value);
47 template <
typename EnvIdT = Aws::String>
49 SetEnvId(std::forward<EnvIdT>(value));
60 template <
typename ResourcesT = Aws::Vector<Aws::String>>
62 m_resourcesHasBeenSet =
true;
63 m_resources = std::forward<ResourcesT>(value);
65 template <
typename ResourcesT = Aws::Vector<Aws::String>>
70 template <
typename ResourcesT = Aws::String>
72 m_resourcesHasBeenSet =
true;
73 m_resources.emplace_back(std::forward<ResourcesT>(value));
81 bool m_envIdHasBeenSet =
false;
82 bool m_resourcesHasBeenSet =
false;
DynatraceConfiguration & AddResources(ResourcesT &&value)
AWS_DEVOPSAGENT_API DynatraceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEnvId(EnvIdT &&value)
bool ResourcesHasBeenSet() const
AWS_DEVOPSAGENT_API DynatraceConfiguration()=default
const Aws::String & GetEnvId() const
bool EnvIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetResources() const
AWS_DEVOPSAGENT_API DynatraceConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetResources(ResourcesT &&value)
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
DynatraceConfiguration & WithResources(ResourcesT &&value)
DynatraceConfiguration & WithEnvId(EnvIdT &&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