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