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/ResourceDataSyncS3Destination.h>
11#include <aws/ssm/model/ResourceDataSyncSource.h>
41 template <
typename SyncNameT = Aws::String>
43 m_syncNameHasBeenSet =
true;
44 m_syncName = std::forward<SyncNameT>(value);
46 template <
typename SyncNameT = Aws::String>
60 template <
typename S3DestinationT = ResourceDataSyncS3Destination>
62 m_s3DestinationHasBeenSet =
true;
63 m_s3Destination = std::forward<S3DestinationT>(value);
65 template <
typename S3DestinationT = ResourceDataSyncS3Destination>
86 template <
typename SyncTypeT = Aws::String>
88 m_syncTypeHasBeenSet =
true;
89 m_syncType = std::forward<SyncTypeT>(value);
91 template <
typename SyncTypeT = Aws::String>
105 template <
typename SyncSourceT = ResourceDataSyncSource>
107 m_syncSourceHasBeenSet =
true;
108 m_syncSource = std::forward<SyncSourceT>(value);
110 template <
typename SyncSourceT = ResourceDataSyncSource>
124 bool m_syncNameHasBeenSet =
false;
125 bool m_s3DestinationHasBeenSet =
false;
126 bool m_syncTypeHasBeenSet =
false;
127 bool m_syncSourceHasBeenSet =
false;
bool SyncTypeHasBeenSet() const
AWS_SSM_API CreateResourceDataSyncRequest()=default
void SetSyncName(SyncNameT &&value)
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetSyncType(SyncTypeT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSyncName() const
CreateResourceDataSyncRequest & WithS3Destination(S3DestinationT &&value)
const ResourceDataSyncS3Destination & GetS3Destination() const
bool SyncSourceHasBeenSet() const
const ResourceDataSyncSource & GetSyncSource() const
CreateResourceDataSyncRequest & WithSyncType(SyncTypeT &&value)
bool S3DestinationHasBeenSet() const
AWS_SSM_API Aws::String SerializePayload() const override
bool SyncNameHasBeenSet() const
void SetS3Destination(S3DestinationT &&value)
CreateResourceDataSyncRequest & WithSyncName(SyncNameT &&value)
const Aws::String & GetSyncType() const
void SetSyncSource(SyncSourceT &&value)
CreateResourceDataSyncRequest & WithSyncSource(SyncSourceT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String