7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudWatchEvidently
48 template<
typename ApplicationIdT = Aws::String>
49 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
50 template<
typename ApplicationIdT = Aws::String>
60 template<
typename ConfigurationProfileIdT = Aws::String>
61 void SetConfigurationProfileId(ConfigurationProfileIdT&& value) { m_configurationProfileIdHasBeenSet =
true; m_configurationProfileId = std::forward<ConfigurationProfileIdT>(value); }
62 template<
typename ConfigurationProfileIdT = Aws::String>
74 template<
typename EnvironmentIdT = Aws::String>
75 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
76 template<
typename EnvironmentIdT = Aws::String>
82 bool m_applicationIdHasBeenSet =
false;
85 bool m_configurationProfileIdHasBeenSet =
false;
88 bool m_environmentIdHasBeenSet =
false;
AWS_CLOUDWATCHEVIDENTLY_API ProjectAppConfigResource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetApplicationId(ApplicationIdT &&value)
ProjectAppConfigResource & WithConfigurationProfileId(ConfigurationProfileIdT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
ProjectAppConfigResource & WithEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetApplicationId() const
bool EnvironmentIdHasBeenSet() const
const Aws::String & GetEnvironmentId() const
AWS_CLOUDWATCHEVIDENTLY_API ProjectAppConfigResource()=default
void SetConfigurationProfileId(ConfigurationProfileIdT &&value)
AWS_CLOUDWATCHEVIDENTLY_API ProjectAppConfigResource(Aws::Utils::Json::JsonView jsonValue)
ProjectAppConfigResource & WithApplicationId(ApplicationIdT &&value)
bool ConfigurationProfileIdHasBeenSet() const
bool ApplicationIdHasBeenSet() const
AWS_CLOUDWATCHEVIDENTLY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetConfigurationProfileId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue