7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/fms/model/ResourceSetStatus.h>
52 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
53 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
68 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
82 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
109 inline void SetUpdateToken(
const char* value) { m_updateTokenHasBeenSet =
true; m_updateToken.assign(value); }
163 bool m_idHasBeenSet =
false;
166 bool m_nameHasBeenSet =
false;
169 bool m_descriptionHasBeenSet =
false;
172 bool m_updateTokenHasBeenSet =
false;
175 bool m_resourceTypeListHasBeenSet =
false;
178 bool m_lastUpdateTimeHasBeenSet =
false;
181 bool m_resourceSetStatusHasBeenSet =
false;
void SetDescription(const Aws::String &value)
void SetId(const Aws::String &value)
void SetName(const char *value)
const Aws::String & GetId() const
bool ResourceTypeListHasBeenSet() const
ResourceSet & WithUpdateToken(const Aws::String &value)
ResourceSet & WithLastUpdateTime(const Aws::Utils::DateTime &value)
void SetResourceSetStatus(ResourceSetStatus &&value)
ResourceSet & WithId(Aws::String &&value)
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceSet & WithResourceTypeList(Aws::Vector< Aws::String > &&value)
ResourceSet & WithResourceSetStatus(ResourceSetStatus &&value)
ResourceSet & WithUpdateToken(const char *value)
ResourceSet & WithResourceSetStatus(const ResourceSetStatus &value)
ResourceSet & WithName(Aws::String &&value)
void SetDescription(const char *value)
ResourceSet & WithName(const Aws::String &value)
bool UpdateTokenHasBeenSet() const
ResourceSet & AddResourceTypeList(Aws::String &&value)
bool IdHasBeenSet() const
void SetUpdateToken(const char *value)
ResourceSet & WithDescription(const Aws::String &value)
void SetUpdateToken(Aws::String &&value)
void SetLastUpdateTime(Aws::Utils::DateTime &&value)
AWS_FMS_API ResourceSet(Aws::Utils::Json::JsonView jsonValue)
ResourceSet & WithId(const Aws::String &value)
ResourceSet & WithUpdateToken(Aws::String &&value)
void SetLastUpdateTime(const Aws::Utils::DateTime &value)
ResourceSet & AddResourceTypeList(const char *value)
ResourceSet & WithId(const char *value)
const Aws::String & GetDescription() const
void SetResourceSetStatus(const ResourceSetStatus &value)
AWS_FMS_API ResourceSet()
const ResourceSetStatus & GetResourceSetStatus() const
void SetResourceTypeList(Aws::Vector< Aws::String > &&value)
bool DescriptionHasBeenSet() const
AWS_FMS_API ResourceSet & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(Aws::String &&value)
bool NameHasBeenSet() const
bool LastUpdateTimeHasBeenSet() const
void SetName(const Aws::String &value)
const Aws::String & GetUpdateToken() const
const Aws::String & GetName() const
ResourceSet & WithResourceTypeList(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetResourceTypeList() const
ResourceSet & WithDescription(const char *value)
void SetId(Aws::String &&value)
bool ResourceSetStatusHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdateTime() const
ResourceSet & AddResourceTypeList(const Aws::String &value)
ResourceSet & WithName(const char *value)
void SetDescription(Aws::String &&value)
void SetResourceTypeList(const Aws::Vector< Aws::String > &value)
void SetId(const char *value)
void SetUpdateToken(const Aws::String &value)
ResourceSet & WithLastUpdateTime(Aws::Utils::DateTime &&value)
ResourceSet & WithDescription(Aws::String &&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