7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
9#include <aws/wellarchitected/model/ShareStatus.h>
20namespace WellArchitected {
39 template <
typename ShareIdT = Aws::String>
41 m_shareIdHasBeenSet =
true;
42 m_shareId = std::forward<ShareIdT>(value);
44 template <
typename ShareIdT = Aws::String>
55 template <
typename SharedWithT = Aws::String>
57 m_sharedWithHasBeenSet =
true;
58 m_sharedWith = std::forward<SharedWithT>(value);
60 template <
typename SharedWithT = Aws::String>
72 m_statusHasBeenSet =
true;
87 template <
typename StatusMessageT = Aws::String>
89 m_statusMessageHasBeenSet =
true;
90 m_statusMessage = std::forward<StatusMessageT>(value);
92 template <
typename StatusMessageT = Aws::String>
100 bool m_shareIdHasBeenSet =
false;
103 bool m_sharedWithHasBeenSet =
false;
106 bool m_statusHasBeenSet =
false;
109 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