7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/model/CapabilityType.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename CapabilityIdT = Aws::String>
46 m_capabilityIdHasBeenSet =
true;
47 m_capabilityId = std::forward<CapabilityIdT>(value);
49 template <
typename CapabilityIdT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
82 m_typeHasBeenSet =
true;
97 template <
typename CreatedAtT = Aws::Utils::DateTime>
99 m_createdAtHasBeenSet =
true;
100 m_createdAt = std::forward<CreatedAtT>(value);
102 template <
typename CreatedAtT = Aws::Utils::DateTime>
116 template <
typename ModifiedAtT = Aws::Utils::DateTime>
118 m_modifiedAtHasBeenSet =
true;
119 m_modifiedAt = std::forward<ModifiedAtT>(value);
121 template <
typename ModifiedAtT = Aws::Utils::DateTime>
137 bool m_capabilityIdHasBeenSet =
false;
138 bool m_nameHasBeenSet =
false;
139 bool m_typeHasBeenSet =
false;
140 bool m_createdAtHasBeenSet =
false;
141 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