7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/model/ShareStatus.h>
22namespace WellArchitected
45 template<
typename ShareIdT = Aws::String>
46 void SetShareId(ShareIdT&& value) { m_shareIdHasBeenSet =
true; m_shareId = std::forward<ShareIdT>(value); }
47 template<
typename ShareIdT = Aws::String>
55 template<
typename SharedWithT = Aws::String>
56 void SetSharedWith(SharedWithT&& value) { m_sharedWithHasBeenSet =
true; m_sharedWith = std::forward<SharedWithT>(value); }
57 template<
typename SharedWithT = Aws::String>
75 template<
typename StatusMessageT = Aws::String>
76 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
77 template<
typename StatusMessageT = Aws::String>
83 bool m_shareIdHasBeenSet =
false;
86 bool m_sharedWithHasBeenSet =
false;
89 bool m_statusHasBeenSet =
false;
92 bool m_statusMessageHasBeenSet =
false;
void SetStatus(ShareStatus value)
AWS_WELLARCHITECTED_API ProfileShareSummary()=default
const Aws::String & GetShareId() const
const Aws::String & GetSharedWith() const
ProfileShareSummary & WithShareId(ShareIdT &&value)
ProfileShareSummary & WithStatusMessage(StatusMessageT &&value)
AWS_WELLARCHITECTED_API ProfileShareSummary(Aws::Utils::Json::JsonView jsonValue)
ProfileShareSummary & WithSharedWith(SharedWithT &&value)
void SetStatusMessage(StatusMessageT &&value)
void SetShareId(ShareIdT &&value)
bool StatusHasBeenSet() const
AWS_WELLARCHITECTED_API ProfileShareSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSharedWith(SharedWithT &&value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
bool SharedWithHasBeenSet() const
ShareStatus GetStatus() const
bool StatusMessageHasBeenSet() const
const Aws::String & GetStatusMessage() const
ProfileShareSummary & WithStatus(ShareStatus value)
bool ShareIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue