7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/codestar-connections/model/SyncBlocker.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace CodeStarconnections {
35 template <
typename ResourceNameT = Aws::String>
37 m_resourceNameHasBeenSet =
true;
38 m_resourceName = std::forward<ResourceNameT>(value);
40 template <
typename ResourceNameT = Aws::String>
52 template <
typename ParentResourceNameT = Aws::String>
54 m_parentResourceNameHasBeenSet =
true;
55 m_parentResourceName = std::forward<ParentResourceNameT>(value);
57 template <
typename ParentResourceNameT = Aws::String>
69 template <
typename SyncBlockerT = SyncBlocker>
71 m_syncBlockerHasBeenSet =
true;
72 m_syncBlocker = std::forward<SyncBlockerT>(value);
74 template <
typename SyncBlockerT = SyncBlocker>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
103 bool m_resourceNameHasBeenSet =
false;
104 bool m_parentResourceNameHasBeenSet =
false;
105 bool m_syncBlockerHasBeenSet =
false;
106 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