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 {
41 template <
typename ShareIdT = Aws::String>
43 m_shareIdHasBeenSet =
true;
44 m_shareId = std::forward<ShareIdT>(value);
46 template <
typename ShareIdT = Aws::String>
59 template <
typename ProfileArnT = Aws::String>
61 m_profileArnHasBeenSet =
true;
62 m_profileArn = std::forward<ProfileArnT>(value);
64 template <
typename ProfileArnT = Aws::String>
75 template <
typename ClientRequestTokenT = Aws::String>
77 m_clientRequestTokenHasBeenSet =
true;
78 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
80 template <
typename ClientRequestTokenT = Aws::String>
88 bool m_shareIdHasBeenSet =
false;
91 bool m_profileArnHasBeenSet =
false;
94 bool m_clientRequestTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
virtual const char * GetServiceRequestName() const override
bool ClientRequestTokenHasBeenSet() const
DeleteProfileShareRequest & WithClientRequestToken(ClientRequestTokenT &&value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
DeleteProfileShareRequest & WithProfileArn(ProfileArnT &&value)
DeleteProfileShareRequest & WithShareId(ShareIdT &&value)
bool ShareIdHasBeenSet() const
const Aws::String & GetShareId() const
void SetProfileArn(ProfileArnT &&value)
bool ProfileArnHasBeenSet() const
const Aws::String & GetClientRequestToken() const
void SetClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetProfileArn() const
void SetShareId(ShareIdT &&value)
AWS_WELLARCHITECTED_API DeleteProfileShareRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String