7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace WellArchitected
46 template<
typename ProfileArnT = Aws::String>
47 void SetProfileArn(ProfileArnT&& value) { m_profileArnHasBeenSet =
true; m_profileArn = std::forward<ProfileArnT>(value); }
48 template<
typename ProfileArnT = Aws::String>
58 template<
typename ProfileVersionT = Aws::String>
59 void SetProfileVersion(ProfileVersionT&& value) { m_profileVersionHasBeenSet =
true; m_profileVersion = std::forward<ProfileVersionT>(value); }
60 template<
typename ProfileVersionT = Aws::String>
66 bool m_profileArnHasBeenSet =
false;
69 bool m_profileVersionHasBeenSet =
false;
bool ProfileVersionHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
WorkloadProfile & WithProfileArn(ProfileArnT &&value)
void SetProfileArn(ProfileArnT &&value)
AWS_WELLARCHITECTED_API WorkloadProfile()=default
const Aws::String & GetProfileVersion() const
void SetProfileVersion(ProfileVersionT &&value)
bool ProfileArnHasBeenSet() const
AWS_WELLARCHITECTED_API WorkloadProfile(Aws::Utils::Json::JsonView jsonValue)
WorkloadProfile & WithProfileVersion(ProfileVersionT &&value)
AWS_WELLARCHITECTED_API WorkloadProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetProfileArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue