7#include <aws/codeconnections/CodeConnections_EXPORTS.h>
8#include <aws/codeconnections/model/SyncBlocker.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CodeConnections {
36 template <
typename ResourceNameT = Aws::String>
38 m_resourceNameHasBeenSet =
true;
39 m_resourceName = std::forward<ResourceNameT>(value);
41 template <
typename ResourceNameT = Aws::String>
53 template <
typename ParentResourceNameT = Aws::String>
55 m_parentResourceNameHasBeenSet =
true;
56 m_parentResourceName = std::forward<ParentResourceNameT>(value);
58 template <
typename ParentResourceNameT = Aws::String>
70 template <
typename SyncBlockerT = SyncBlocker>
72 m_syncBlockerHasBeenSet =
true;
73 m_syncBlocker = std::forward<SyncBlockerT>(value);
75 template <
typename SyncBlockerT = SyncBlocker>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
107 bool m_resourceNameHasBeenSet =
false;
108 bool m_parentResourceNameHasBeenSet =
false;
109 bool m_syncBlockerHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
void SetResourceName(ResourceNameT &&value)
const Aws::String & GetParentResourceName() const
UpdateSyncBlockerResult & WithSyncBlocker(SyncBlockerT &&value)
UpdateSyncBlockerResult & WithRequestId(RequestIdT &&value)
void SetSyncBlocker(SyncBlockerT &&value)
void SetParentResourceName(ParentResourceNameT &&value)
AWS_CODECONNECTIONS_API UpdateSyncBlockerResult()=default
AWS_CODECONNECTIONS_API UpdateSyncBlockerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODECONNECTIONS_API UpdateSyncBlockerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateSyncBlockerResult & WithParentResourceName(ParentResourceNameT &&value)
const SyncBlocker & GetSyncBlocker() const
UpdateSyncBlockerResult & WithResourceName(ResourceNameT &&value)
const Aws::String & GetResourceName() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue