7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/ssm/SSM_EXPORTS.h>
10#include <aws/ssm/model/ResourceDataSyncSource.h>
40 template <
typename SyncNameT = Aws::String>
42 m_syncNameHasBeenSet =
true;
43 m_syncName = std::forward<SyncNameT>(value);
45 template <
typename SyncNameT = Aws::String>
59 template <
typename SyncTypeT = Aws::String>
61 m_syncTypeHasBeenSet =
true;
62 m_syncType = std::forward<SyncTypeT>(value);
64 template <
typename SyncTypeT = Aws::String>
77 template <
typename SyncSourceT = ResourceDataSyncSource>
79 m_syncSourceHasBeenSet =
true;
80 m_syncSource = std::forward<SyncSourceT>(value);
82 template <
typename SyncSourceT = ResourceDataSyncSource>
94 bool m_syncNameHasBeenSet =
false;
95 bool m_syncTypeHasBeenSet =
false;
96 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