7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/AppConfigRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetApplicationId(
const char* value) { m_applicationIdHasBeenSet =
true; m_applicationId.assign(value); }
58 inline void SetConfigurationProfileId(
const char* value) { m_configurationProfileIdHasBeenSet =
true; m_configurationProfileId.assign(value); }
66 bool m_applicationIdHasBeenSet =
false;
69 bool m_configurationProfileIdHasBeenSet =
false;
bool ApplicationIdHasBeenSet() const
const Aws::String & GetApplicationId() const
AWS_APPCONFIG_API Aws::String SerializePayload() const override
GetConfigurationProfileRequest & WithApplicationId(const char *value)
virtual const char * GetServiceRequestName() const override
GetConfigurationProfileRequest & WithApplicationId(const Aws::String &value)
void SetConfigurationProfileId(const char *value)
void SetConfigurationProfileId(Aws::String &&value)
void SetConfigurationProfileId(const Aws::String &value)
GetConfigurationProfileRequest & WithConfigurationProfileId(Aws::String &&value)
bool ConfigurationProfileIdHasBeenSet() const
void SetApplicationId(const Aws::String &value)
GetConfigurationProfileRequest & WithConfigurationProfileId(const char *value)
void SetApplicationId(Aws::String &&value)
GetConfigurationProfileRequest & WithConfigurationProfileId(const Aws::String &value)
AWS_APPCONFIG_API GetConfigurationProfileRequest()
GetConfigurationProfileRequest & WithApplicationId(Aws::String &&value)
void SetApplicationId(const char *value)
const Aws::String & GetConfigurationProfileId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String