7#include <aws/codestar-connections/CodeStarconnectionsRequest.h>
8#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
9#include <aws/codestar-connections/model/SyncConfigurationType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CodeStarconnections {
42 m_syncTypeHasBeenSet =
true;
58 template <
typename ResourceNameT = Aws::String>
60 m_resourceNameHasBeenSet =
true;
61 m_resourceName = std::forward<ResourceNameT>(value);
63 template <
typename ResourceNameT = Aws::String>
73 bool m_syncTypeHasBeenSet =
false;
74 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