7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace WellArchitected
48 inline void SetProfileArn(
const char* value) { m_profileArnHasBeenSet =
true; m_profileArn.assign(value); }
62 inline void SetProfileVersion(
const char* value) { m_profileVersionHasBeenSet =
true; m_profileVersion.assign(value); }
70 bool m_profileArnHasBeenSet =
false;
73 bool m_profileVersionHasBeenSet =
false;
WorkloadProfile & WithProfileVersion(const char *value)
bool ProfileVersionHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
void SetProfileArn(const Aws::String &value)
void SetProfileVersion(const Aws::String &value)
WorkloadProfile & WithProfileArn(const Aws::String &value)
const Aws::String & GetProfileVersion() const
WorkloadProfile & WithProfileArn(Aws::String &&value)
void SetProfileVersion(const char *value)
AWS_WELLARCHITECTED_API WorkloadProfile()
bool ProfileArnHasBeenSet() const
void SetProfileArn(Aws::String &&value)
void SetProfileVersion(Aws::String &&value)
WorkloadProfile & WithProfileVersion(const Aws::String &value)
void SetProfileArn(const char *value)
WorkloadProfile & WithProfileVersion(Aws::String &&value)
AWS_WELLARCHITECTED_API WorkloadProfile(Aws::Utils::Json::JsonView jsonValue)
AWS_WELLARCHITECTED_API WorkloadProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetProfileArn() const
WorkloadProfile & WithProfileArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue