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
55 template<
typename ResourceNameT = Aws::String>
56 void SetResourceName(ResourceNameT&& value) { m_resourceNameHasBeenSet =
true; m_resourceName = std::forward<ResourceNameT>(value); }
57 template<
typename ResourceNameT = Aws::String>
63 bool m_syncTypeHasBeenSet =
false;
66 bool m_resourceNameHasBeenSet =
false;
DeleteSyncConfigurationRequest & WithResourceName(ResourceNameT &&value)
AWS_CODECONNECTIONS_API Aws::String SerializePayload() const override
bool SyncTypeHasBeenSet() const
SyncConfigurationType GetSyncType() const
void SetSyncType(SyncConfigurationType value)
virtual const char * GetServiceRequestName() const override
AWS_CODECONNECTIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ResourceNameHasBeenSet() const
const Aws::String & GetResourceName() const
void SetResourceName(ResourceNameT &&value)
DeleteSyncConfigurationRequest & WithSyncType(SyncConfigurationType value)
AWS_CODECONNECTIONS_API DeleteSyncConfigurationRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String