7#include <aws/codeconnections/CodeConnections_EXPORTS.h>
8#include <aws/codeconnections/CodeConnectionsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codeconnections/model/SyncConfigurationType.h>
15namespace CodeConnections
44 template<
typename IdT = Aws::String>
45 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
46 template<
typename IdT = Aws::String>
66 template<
typename ResourceNameT = Aws::String>
67 void SetResourceName(ResourceNameT&& value) { m_resourceNameHasBeenSet =
true; m_resourceName = std::forward<ResourceNameT>(value); }
68 template<
typename ResourceNameT = Aws::String>
78 template<
typename ResolvedReasonT = Aws::String>
79 void SetResolvedReason(ResolvedReasonT&& value) { m_resolvedReasonHasBeenSet =
true; m_resolvedReason = std::forward<ResolvedReasonT>(value); }
80 template<
typename ResolvedReasonT = Aws::String>
86 bool m_idHasBeenSet =
false;
89 bool m_syncTypeHasBeenSet =
false;
92 bool m_resourceNameHasBeenSet =
false;
95 bool m_resolvedReasonHasBeenSet =
false;
AWS_CODECONNECTIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ResolvedReasonHasBeenSet() const
bool ResourceNameHasBeenSet() const
void SetSyncType(SyncConfigurationType value)
UpdateSyncBlockerRequest & WithId(IdT &&value)
void SetResolvedReason(ResolvedReasonT &&value)
bool IdHasBeenSet() const
bool SyncTypeHasBeenSet() const
const Aws::String & GetId() const
const Aws::String & GetResolvedReason() const
SyncConfigurationType GetSyncType() const
AWS_CODECONNECTIONS_API Aws::String SerializePayload() const override
AWS_CODECONNECTIONS_API UpdateSyncBlockerRequest()=default
void SetResourceName(ResourceNameT &&value)
UpdateSyncBlockerRequest & WithResourceName(ResourceNameT &&value)
const Aws::String & GetResourceName() const
UpdateSyncBlockerRequest & WithResolvedReason(ResolvedReasonT &&value)
UpdateSyncBlockerRequest & WithSyncType(SyncConfigurationType value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String