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 {
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_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