7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
19namespace WellArchitected {
40 template <
typename ProfileArnT = Aws::String>
42 m_profileArnHasBeenSet =
true;
43 m_profileArn = std::forward<ProfileArnT>(value);
45 template <
typename ProfileArnT = Aws::String>
58 template <
typename ProfileVersionT = Aws::String>
60 m_profileVersionHasBeenSet =
true;
61 m_profileVersion = std::forward<ProfileVersionT>(value);
63 template <
typename ProfileVersionT = Aws::String>
73 bool m_profileArnHasBeenSet =
false;
74 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