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>
15namespace WellArchitected {
38 template <
typename ProfileArnT = Aws::String>
40 m_profileArnHasBeenSet =
true;
41 m_profileArn = std::forward<ProfileArnT>(value);
43 template <
typename ProfileArnT = Aws::String>
54 template <
typename SharedWithT = Aws::String>
56 m_sharedWithHasBeenSet =
true;
57 m_sharedWith = std::forward<SharedWithT>(value);
59 template <
typename SharedWithT = Aws::String>
70 template <
typename ClientRequestTokenT = Aws::String>
72 m_clientRequestTokenHasBeenSet =
true;
73 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
75 template <
typename ClientRequestTokenT = Aws::String>
87 bool m_profileArnHasBeenSet =
false;
88 bool m_sharedWithHasBeenSet =
false;
89 bool m_clientRequestTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
CreateProfileShareRequest & WithSharedWith(SharedWithT &&value)
AWS_WELLARCHITECTED_API CreateProfileShareRequest()=default
CreateProfileShareRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool SharedWithHasBeenSet() const
const Aws::String & GetClientRequestToken() const
virtual const char * GetServiceRequestName() const override
bool ClientRequestTokenHasBeenSet() const
const Aws::String & GetSharedWith() const
const Aws::String & GetProfileArn() const
void SetProfileArn(ProfileArnT &&value)
void SetSharedWith(SharedWithT &&value)
bool ProfileArnHasBeenSet() const
CreateProfileShareRequest & WithProfileArn(ProfileArnT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String