7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/codestar-connections/CodeStarconnectionsRequest.h>
9#include <aws/codestar-connections/model/SyncConfigurationType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CodeStarconnections
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 & WithSyncType(SyncConfigurationType value)
bool ResourceNameHasBeenSet() const
SyncConfigurationType GetSyncType() const
void SetResourceName(ResourceNameT &&value)
void SetSyncType(SyncConfigurationType value)
bool SyncTypeHasBeenSet() const
AWS_CODESTARCONNECTIONS_API DeleteSyncConfigurationRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetResourceName() const
DeleteSyncConfigurationRequest & WithResourceName(ResourceNameT &&value)
AWS_CODESTARCONNECTIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_CODESTARCONNECTIONS_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String