7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/proton/Proton_EXPORTS.h>
10#include <aws/proton/model/SyncBlocker.h>
45 template <
typename LatestBlockersT = Aws::Vector<SyncBlocker>>
47 m_latestBlockersHasBeenSet =
true;
48 m_latestBlockers = std::forward<LatestBlockersT>(value);
50 template <
typename LatestBlockersT = Aws::Vector<SyncBlocker>>
55 template <
typename LatestBlockersT = SyncBlocker>
57 m_latestBlockersHasBeenSet =
true;
58 m_latestBlockers.emplace_back(std::forward<LatestBlockersT>(value));
70 template <
typename ServiceInstanceNameT = Aws::String>
72 m_serviceInstanceNameHasBeenSet =
true;
73 m_serviceInstanceName = std::forward<ServiceInstanceNameT>(value);
75 template <
typename ServiceInstanceNameT = Aws::String>
94 template <
typename ServiceNameT = Aws::String>
96 m_serviceNameHasBeenSet =
true;
97 m_serviceName = std::forward<ServiceNameT>(value);
99 template <
typename ServiceNameT = Aws::String>
111 bool m_latestBlockersHasBeenSet =
false;
112 bool m_serviceInstanceNameHasBeenSet =
false;
113 bool m_serviceNameHasBeenSet =
false;
const Aws::String & GetServiceName() const
const Aws::Vector< SyncBlocker > & GetLatestBlockers() const
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PROTON_API ServiceSyncBlockerSummary()=default
const Aws::String & GetServiceInstanceName() const
ServiceSyncBlockerSummary & AddLatestBlockers(LatestBlockersT &&value)
ServiceSyncBlockerSummary & WithServiceInstanceName(ServiceInstanceNameT &&value)
AWS_PROTON_API ServiceSyncBlockerSummary(Aws::Utils::Json::JsonView jsonValue)
void SetLatestBlockers(LatestBlockersT &&value)
void SetServiceName(ServiceNameT &&value)
bool ServiceInstanceNameHasBeenSet() const
bool LatestBlockersHasBeenSet() const
void SetServiceInstanceName(ServiceInstanceNameT &&value)
ServiceSyncBlockerSummary & WithServiceName(ServiceNameT &&value)
bool ServiceNameHasBeenSet() const
AWS_PROTON_API ServiceSyncBlockerSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceSyncBlockerSummary & WithLatestBlockers(LatestBlockersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue