7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AccountIdT = Aws::String>
49 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
50 template<
typename AccountIdT = Aws::String>
60 template<
typename SharedDocumentVersionT = Aws::String>
61 void SetSharedDocumentVersion(SharedDocumentVersionT&& value) { m_sharedDocumentVersionHasBeenSet =
true; m_sharedDocumentVersion = std::forward<SharedDocumentVersionT>(value); }
62 template<
typename SharedDocumentVersionT = Aws::String>
68 bool m_accountIdHasBeenSet =
false;
71 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