7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm/model/ResourceDataSyncSource.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>
57 template<
typename SyncTypeT = Aws::String>
58 void SetSyncType(SyncTypeT&& value) { m_syncTypeHasBeenSet =
true; m_syncType = std::forward<SyncTypeT>(value); }
59 template<
typename SyncTypeT = Aws::String>
69 template<
typename SyncSourceT = ResourceDataSyncSource>
70 void SetSyncSource(SyncSourceT&& value) { m_syncSourceHasBeenSet =
true; m_syncSource = std::forward<SyncSourceT>(value); }
71 template<
typename SyncSourceT = ResourceDataSyncSource>
77 bool m_syncNameHasBeenSet =
false;
80 bool m_syncTypeHasBeenSet =
false;
83 bool m_syncSourceHasBeenSet =
false;
bool SyncSourceHasBeenSet() const
bool SyncNameHasBeenSet() const
AWS_SSM_API UpdateResourceDataSyncRequest()=default
const Aws::String & GetSyncName() const
void SetSyncName(SyncNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetSyncType(SyncTypeT &&value)
UpdateResourceDataSyncRequest & WithSyncName(SyncNameT &&value)
bool SyncTypeHasBeenSet() const
void SetSyncSource(SyncSourceT &&value)
UpdateResourceDataSyncRequest & WithSyncSource(SyncSourceT &&value)
AWS_SSM_API Aws::String SerializePayload() const override
UpdateResourceDataSyncRequest & WithSyncType(SyncTypeT &&value)
const Aws::String & GetSyncType() const
const ResourceDataSyncSource & GetSyncSource() const
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String