7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/fms/model/ResourceSetStatus.h>
51 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
52 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
67 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
81 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
118 bool m_idHasBeenSet =
false;
121 bool m_nameHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
127 bool m_lastUpdateTimeHasBeenSet =
false;
130 bool m_resourceSetStatusHasBeenSet =
false;
const ResourceSetStatus & GetResourceSetStatus() const
void SetLastUpdateTime(const Aws::Utils::DateTime &value)
ResourceSetSummary & WithId(const Aws::String &value)
void SetName(const char *value)
ResourceSetSummary & WithId(const char *value)
bool IdHasBeenSet() const
void SetName(Aws::String &&value)
ResourceSetSummary & WithResourceSetStatus(ResourceSetStatus &&value)
ResourceSetSummary & WithName(Aws::String &&value)
void SetId(const char *value)
ResourceSetSummary & WithLastUpdateTime(Aws::Utils::DateTime &&value)
void SetResourceSetStatus(ResourceSetStatus &&value)
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
ResourceSetSummary & WithName(const char *value)
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetId(Aws::String &&value)
void SetName(const Aws::String &value)
const Aws::String & GetDescription() const
bool ResourceSetStatusHasBeenSet() const
void SetDescription(const char *value)
ResourceSetSummary & WithDescription(Aws::String &&value)
void SetResourceSetStatus(const ResourceSetStatus &value)
const Aws::String & GetId() const
AWS_FMS_API ResourceSetSummary(Aws::Utils::Json::JsonView jsonValue)
ResourceSetSummary & WithName(const Aws::String &value)
void SetId(const Aws::String &value)
void SetDescription(const Aws::String &value)
ResourceSetSummary & WithLastUpdateTime(const Aws::Utils::DateTime &value)
ResourceSetSummary & WithResourceSetStatus(const ResourceSetStatus &value)
AWS_FMS_API ResourceSetSummary()
ResourceSetSummary & WithId(Aws::String &&value)
bool LastUpdateTimeHasBeenSet() const
ResourceSetSummary & WithDescription(const char *value)
const Aws::Utils::DateTime & GetLastUpdateTime() const
const Aws::String & GetName() const
ResourceSetSummary & WithDescription(const Aws::String &value)
void SetLastUpdateTime(Aws::Utils::DateTime &&value)
AWS_FMS_API ResourceSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue