7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/b2bi/model/CapabilityType.h>
10#include <aws/core/utils/DateTime.h>
50 template<
typename CapabilityIdT = Aws::String>
51 void SetCapabilityId(CapabilityIdT&& value) { m_capabilityIdHasBeenSet =
true; m_capabilityId = std::forward<CapabilityIdT>(value); }
52 template<
typename CapabilityIdT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
85 template<
typename CreatedAtT = Aws::Utils::DateTime>
86 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
87 template<
typename CreatedAtT = Aws::Utils::DateTime>
98 template<
typename ModifiedAtT = Aws::Utils::DateTime>
99 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet =
true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
100 template<
typename ModifiedAtT = Aws::Utils::DateTime>
106 bool m_capabilityIdHasBeenSet =
false;
109 bool m_nameHasBeenSet =
false;
112 bool m_typeHasBeenSet =
false;
115 bool m_createdAtHasBeenSet =
false;
118 bool m_modifiedAtHasBeenSet =
false;
AWS_B2BI_API CapabilitySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_B2BI_API CapabilitySummary()=default
AWS_B2BI_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCapabilityId() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetType(CapabilityType value)
const Aws::String & GetName() const
CapabilitySummary & WithModifiedAt(ModifiedAtT &&value)
void SetModifiedAt(ModifiedAtT &&value)
bool ModifiedAtHasBeenSet() const
bool NameHasBeenSet() const
void SetName(NameT &&value)
CapabilitySummary & WithName(NameT &&value)
CapabilitySummary & WithCapabilityId(CapabilityIdT &&value)
bool TypeHasBeenSet() const
void SetCapabilityId(CapabilityIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
CapabilitySummary & WithCreatedAt(CreatedAtT &&value)
AWS_B2BI_API CapabilitySummary(Aws::Utils::Json::JsonView jsonValue)
CapabilityType GetType() const
bool CapabilityIdHasBeenSet() const
bool CreatedAtHasBeenSet() const
CapabilitySummary & WithType(CapabilityType value)
const Aws::Utils::DateTime & GetModifiedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue