7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
42 template <
typename AccountIdT = Aws::String>
44 m_accountIdHasBeenSet =
true;
45 m_accountId = std::forward<AccountIdT>(value);
47 template <
typename AccountIdT = Aws::String>
60 template <
typename SharedDocumentVersionT = Aws::String>
62 m_sharedDocumentVersionHasBeenSet =
true;
63 m_sharedDocumentVersion = std::forward<SharedDocumentVersionT>(value);
65 template <
typename SharedDocumentVersionT = Aws::String>
75 bool m_accountIdHasBeenSet =
false;
76 bool m_sharedDocumentVersionHasBeenSet =
false;
const Aws::String & GetSharedDocumentVersion() const
bool AccountIdHasBeenSet() const
AccountSharingInfo & WithAccountId(AccountIdT &&value)
AWS_SSM_API AccountSharingInfo(Aws::Utils::Json::JsonView jsonValue)
bool SharedDocumentVersionHasBeenSet() const
AWS_SSM_API AccountSharingInfo()=default
void SetAccountId(AccountIdT &&value)
AWS_SSM_API AccountSharingInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AccountSharingInfo & WithSharedDocumentVersion(SharedDocumentVersionT &&value)
const Aws::String & GetAccountId() const
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSharedDocumentVersion(SharedDocumentVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue