7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/WellArchitectedRequest.h>
10#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
18namespace WellArchitected {
43 template <
typename ProfileArnT = Aws::String>
45 m_profileArnHasBeenSet =
true;
46 m_profileArn = std::forward<ProfileArnT>(value);
48 template <
typename ProfileArnT = Aws::String>
59 template <
typename ClientRequestTokenT = Aws::String>
61 m_clientRequestTokenHasBeenSet =
true;
62 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
64 template <
typename ClientRequestTokenT = Aws::String>
72 bool m_profileArnHasBeenSet =
false;
75 bool m_clientRequestTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
bool ProfileArnHasBeenSet() const
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_WELLARCHITECTED_API DeleteProfileRequest()=default
bool ClientRequestTokenHasBeenSet() const
const Aws::String & GetClientRequestToken() const
DeleteProfileRequest & WithProfileArn(ProfileArnT &&value)
DeleteProfileRequest & WithClientRequestToken(ClientRequestTokenT &&value)
void SetProfileArn(ProfileArnT &&value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
void SetClientRequestToken(ClientRequestTokenT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetProfileArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String