7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/codestar-connections/model/SyncBlocker.h>
23namespace CodeStarconnections
48 template<
typename ResourceNameT = Aws::String>
49 void SetResourceName(ResourceNameT&& value) { m_resourceNameHasBeenSet =
true; m_resourceName = std::forward<ResourceNameT>(value); }
50 template<
typename ResourceNameT = Aws::String>
60 template<
typename ParentResourceNameT = Aws::String>
61 void SetParentResourceName(ParentResourceNameT&& value) { m_parentResourceNameHasBeenSet =
true; m_parentResourceName = std::forward<ParentResourceNameT>(value); }
62 template<
typename ParentResourceNameT = Aws::String>
72 template<
typename LatestBlockersT = Aws::Vector<SyncBlocker>>
73 void SetLatestBlockers(LatestBlockersT&& value) { m_latestBlockersHasBeenSet =
true; m_latestBlockers = std::forward<LatestBlockersT>(value); }
74 template<
typename LatestBlockersT = Aws::Vector<SyncBlocker>>
76 template<
typename LatestBlockersT = SyncBlocker>
77 SyncBlockerSummary&
AddLatestBlockers(LatestBlockersT&& value) { m_latestBlockersHasBeenSet =
true; m_latestBlockers.emplace_back(std::forward<LatestBlockersT>(value));
return *
this; }
82 bool m_resourceNameHasBeenSet =
false;
85 bool m_parentResourceNameHasBeenSet =
false;
88 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