7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
14namespace WellArchitected {
37 template <
typename ProfileArnT = Aws::String>
39 m_profileArnHasBeenSet =
true;
40 m_profileArn = std::forward<ProfileArnT>(value);
42 template <
typename ProfileArnT = Aws::String>
50 bool m_profileArnHasBeenSet =
false;
const Aws::String & GetProfileArn() const
bool ProfileArnHasBeenSet() const
void SetProfileArn(ProfileArnT &&value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DeleteAgentProfileRequest & WithProfileArn(ProfileArnT &&value)
AWS_WELLARCHITECTED_API DeleteAgentProfileRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String