7#include <aws/codeconnections/CodeConnections_EXPORTS.h>
8#include <aws/codeconnections/CodeConnectionsRequest.h>
9#include <aws/codeconnections/model/SyncConfigurationType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CodeConnections
56 template<
typename ResourceNameT = Aws::String>
57 void SetResourceName(ResourceNameT&& value) { m_resourceNameHasBeenSet =
true; m_resourceName = std::forward<ResourceNameT>(value); }
58 template<
typename ResourceNameT = Aws::String>
64 bool m_syncTypeHasBeenSet =
false;
67 bool m_resourceNameHasBeenSet =
false;
AWS_CODECONNECTIONS_API Aws::String SerializePayload() const override
void SetResourceName(ResourceNameT &&value)
GetSyncConfigurationRequest & WithSyncType(SyncConfigurationType value)
bool SyncTypeHasBeenSet() const
const Aws::String & GetResourceName() const
AWS_CODECONNECTIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ResourceNameHasBeenSet() const
AWS_CODECONNECTIONS_API GetSyncConfigurationRequest()=default
SyncConfigurationType GetSyncType() const
GetSyncConfigurationRequest & WithResourceName(ResourceNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetSyncType(SyncConfigurationType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String