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>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace CodeStarconnections {
42 template <
typename ResourceNameT = Aws::String>
44 m_resourceNameHasBeenSet =
true;
45 m_resourceName = std::forward<ResourceNameT>(value);
47 template <
typename ResourceNameT = Aws::String>
60 template <
typename ParentResourceNameT = Aws::String>
62 m_parentResourceNameHasBeenSet =
true;
63 m_parentResourceName = std::forward<ParentResourceNameT>(value);
65 template <
typename ParentResourceNameT = Aws::String>
78 template <
typename LatestBlockersT = Aws::Vector<SyncBlocker>>
80 m_latestBlockersHasBeenSet =
true;
81 m_latestBlockers = std::forward<LatestBlockersT>(value);
83 template <
typename LatestBlockersT = Aws::Vector<SyncBlocker>>
88 template <
typename LatestBlockersT = SyncBlocker>
90 m_latestBlockersHasBeenSet =
true;
91 m_latestBlockers.emplace_back(std::forward<LatestBlockersT>(value));
101 bool m_resourceNameHasBeenSet =
false;
102 bool m_parentResourceNameHasBeenSet =
false;
103 bool m_latestBlockersHasBeenSet =
false;
void SetLatestBlockers(LatestBlockersT &&value)
void SetParentResourceName(ParentResourceNameT &&value)
SyncBlockerSummary & AddLatestBlockers(LatestBlockersT &&value)
SyncBlockerSummary & WithResourceName(ResourceNameT &&value)
AWS_CODESTARCONNECTIONS_API SyncBlockerSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LatestBlockersHasBeenSet() const
SyncBlockerSummary & WithLatestBlockers(LatestBlockersT &&value)
bool ResourceNameHasBeenSet() const
const Aws::String & GetResourceName() const
void SetResourceName(ResourceNameT &&value)
SyncBlockerSummary & WithParentResourceName(ParentResourceNameT &&value)
const Aws::Vector< SyncBlocker > & GetLatestBlockers() const
bool ParentResourceNameHasBeenSet() const
AWS_CODESTARCONNECTIONS_API SyncBlockerSummary()=default
AWS_CODESTARCONNECTIONS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODESTARCONNECTIONS_API SyncBlockerSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetParentResourceName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue