7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/proton/model/SyncBlocker.h>
51 template<
typename LatestBlockersT = Aws::Vector<SyncBlocker>>
52 void SetLatestBlockers(LatestBlockersT&& value) { m_latestBlockersHasBeenSet =
true; m_latestBlockers = std::forward<LatestBlockersT>(value); }
53 template<
typename LatestBlockersT = Aws::Vector<SyncBlocker>>
55 template<
typename LatestBlockersT = SyncBlocker>
66 template<
typename ServiceInstanceNameT = Aws::String>
67 void SetServiceInstanceName(ServiceInstanceNameT&& value) { m_serviceInstanceNameHasBeenSet =
true; m_serviceInstanceName = std::forward<ServiceInstanceNameT>(value); }
68 template<
typename ServiceInstanceNameT = Aws::String>
84 template<
typename ServiceNameT = Aws::String>
85 void SetServiceName(ServiceNameT&& value) { m_serviceNameHasBeenSet =
true; m_serviceName = std::forward<ServiceNameT>(value); }
86 template<
typename ServiceNameT = Aws::String>
92 bool m_latestBlockersHasBeenSet =
false;
95 bool m_serviceInstanceNameHasBeenSet =
false;
98 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