7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codestar-connections/model/SyncBlocker.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace CodeStarconnections
41 template<
typename ResourceNameT = Aws::String>
42 void SetResourceName(ResourceNameT&& value) { m_resourceNameHasBeenSet =
true; m_resourceName = std::forward<ResourceNameT>(value); }
43 template<
typename ResourceNameT = Aws::String>
52 template<
typename ParentResourceNameT = Aws::String>
53 void SetParentResourceName(ParentResourceNameT&& value) { m_parentResourceNameHasBeenSet =
true; m_parentResourceName = std::forward<ParentResourceNameT>(value); }
54 template<
typename ParentResourceNameT = Aws::String>
63 template<
typename SyncBlockerT = SyncBlocker>
64 void SetSyncBlocker(SyncBlockerT&& value) { m_syncBlockerHasBeenSet =
true; m_syncBlocker = std::forward<SyncBlockerT>(value); }
65 template<
typename SyncBlockerT = SyncBlocker>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_resourceNameHasBeenSet =
false;
83 bool m_parentResourceNameHasBeenSet =
false;
86 bool m_syncBlockerHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetParentResourceName() const
UpdateSyncBlockerResult & WithResourceName(ResourceNameT &&value)
AWS_CODESTARCONNECTIONS_API UpdateSyncBlockerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateSyncBlockerResult & WithParentResourceName(ParentResourceNameT &&value)
UpdateSyncBlockerResult & WithRequestId(RequestIdT &&value)
void SetResourceName(ResourceNameT &&value)
const Aws::String & GetRequestId() const
void SetParentResourceName(ParentResourceNameT &&value)
AWS_CODESTARCONNECTIONS_API UpdateSyncBlockerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODESTARCONNECTIONS_API UpdateSyncBlockerResult()=default
void SetRequestId(RequestIdT &&value)
UpdateSyncBlockerResult & WithSyncBlocker(SyncBlockerT &&value)
const Aws::String & GetResourceName() const
const SyncBlocker & GetSyncBlocker() const
void SetSyncBlocker(SyncBlockerT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue