7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/ResourceType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
23namespace ConfigService
64 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
78 inline void SetResourceName(
const char* value) { m_resourceNameHasBeenSet =
true; m_resourceName.assign(value); }
98 bool m_resourceTypeHasBeenSet =
false;
101 bool m_resourceIdHasBeenSet =
false;
104 bool m_resourceNameHasBeenSet =
false;
107 bool m_resourceDeletionTimeHasBeenSet =
false;
AWS_CONFIGSERVICE_API ResourceIdentifier(Aws::Utils::Json::JsonView jsonValue)
bool ResourceNameHasBeenSet() const
void SetResourceType(ResourceType &&value)
bool ResourceTypeHasBeenSet() const
ResourceIdentifier & WithResourceType(const ResourceType &value)
void SetResourceName(Aws::String &&value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetResourceId() const
void SetResourceId(const char *value)
ResourceIdentifier & WithResourceName(const char *value)
ResourceIdentifier & WithResourceId(const char *value)
void SetResourceId(const Aws::String &value)
const Aws::String & GetResourceName() const
ResourceIdentifier & WithResourceType(ResourceType &&value)
void SetResourceName(const char *value)
void SetResourceDeletionTime(Aws::Utils::DateTime &&value)
void SetResourceDeletionTime(const Aws::Utils::DateTime &value)
bool ResourceDeletionTimeHasBeenSet() const
ResourceIdentifier & WithResourceDeletionTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetResourceDeletionTime() const
void SetResourceType(const ResourceType &value)
const ResourceType & GetResourceType() const
ResourceIdentifier & WithResourceName(Aws::String &&value)
void SetResourceId(Aws::String &&value)
ResourceIdentifier & WithResourceDeletionTime(Aws::Utils::DateTime &&value)
AWS_CONFIGSERVICE_API ResourceIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceIdentifier & WithResourceName(const Aws::String &value)
void SetResourceName(const Aws::String &value)
ResourceIdentifier & WithResourceId(const Aws::String &value)
ResourceIdentifier & WithResourceId(Aws::String &&value)
bool ResourceIdHasBeenSet() const
AWS_CONFIGSERVICE_API ResourceIdentifier()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue