7#include <aws/codeconnections/CodeConnectionsRequest.h>
8#include <aws/codeconnections/CodeConnections_EXPORTS.h>
9#include <aws/codeconnections/model/SyncConfigurationType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CodeConnections {
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
59 m_syncTypeHasBeenSet =
true;
74 template <
typename ResourceNameT = Aws::String>
76 m_resourceNameHasBeenSet =
true;
77 m_resourceName = std::forward<ResourceNameT>(value);
79 template <
typename ResourceNameT = Aws::String>
92 template <
typename ResolvedReasonT = Aws::String>
94 m_resolvedReasonHasBeenSet =
true;
95 m_resolvedReason = std::forward<ResolvedReasonT>(value);
97 template <
typename ResolvedReasonT = Aws::String>
111 bool m_idHasBeenSet =
false;
112 bool m_syncTypeHasBeenSet =
false;
113 bool m_resourceNameHasBeenSet =
false;
114 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