7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename SyncNameT = Aws::String>
45 void SetSyncName(SyncNameT&& value) { m_syncNameHasBeenSet =
true; m_syncName = std::forward<SyncNameT>(value); }
46 template<
typename SyncNameT = Aws::String>
54 template<
typename SyncTypeT = Aws::String>
55 void SetSyncType(SyncTypeT&& value) { m_syncTypeHasBeenSet =
true; m_syncType = std::forward<SyncTypeT>(value); }
56 template<
typename SyncTypeT = Aws::String>
64 template<
typename MessageT = Aws::String>
65 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
66 template<
typename MessageT = Aws::String>
72 bool m_syncNameHasBeenSet =
false;
75 bool m_syncTypeHasBeenSet =
false;
78 bool m_messageHasBeenSet =
false;
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
ResourceDataSyncNotFoundException & WithMessage(MessageT &&value)
ResourceDataSyncNotFoundException & WithSyncType(SyncTypeT &&value)
bool SyncTypeHasBeenSet() const
const Aws::String & GetMessage() const
const Aws::String & GetSyncType() const
void SetSyncType(SyncTypeT &&value)
ResourceDataSyncNotFoundException & WithSyncName(SyncNameT &&value)
AWS_SSM_API ResourceDataSyncNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
void SetSyncName(SyncNameT &&value)
const Aws::String & GetSyncName() const
AWS_SSM_API ResourceDataSyncNotFoundException()=default
AWS_SSM_API ResourceDataSyncNotFoundException(Aws::Utils::Json::JsonView jsonValue)
bool SyncNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue