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
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;
virtual const char * GetServiceRequestName() const override
AWS_CODESTARCONNECTIONS_API Aws::String SerializePayload() const override
void SetResourceName(ResourceNameT &&value)
GetSyncConfigurationRequest & WithSyncType(SyncConfigurationType value)
AWS_CODESTARCONNECTIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetSyncConfigurationRequest & WithResourceName(ResourceNameT &&value)
AWS_CODESTARCONNECTIONS_API GetSyncConfigurationRequest()=default
bool SyncTypeHasBeenSet() const
SyncConfigurationType GetSyncType() const
const Aws::String & GetResourceName() const
bool ResourceNameHasBeenSet() const
void SetSyncType(SyncConfigurationType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String