7#include <aws/cloudcontrol/CloudControlApi_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CloudControlApi {
44 template <
typename IdentifierT = Aws::String>
46 m_identifierHasBeenSet =
true;
47 m_identifier = std::forward<IdentifierT>(value);
49 template <
typename IdentifierT = Aws::String>
62 template <
typename PropertiesT = Aws::String>
64 m_propertiesHasBeenSet =
true;
65 m_properties = std::forward<PropertiesT>(value);
67 template <
typename PropertiesT = Aws::String>
77 bool m_identifierHasBeenSet =
false;
78 bool m_propertiesHasBeenSet =
false;
const Aws::String & GetProperties() const
bool PropertiesHasBeenSet() const
ResourceDescription & WithIdentifier(IdentifierT &&value)
AWS_CLOUDCONTROLAPI_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIdentifier(IdentifierT &&value)
AWS_CLOUDCONTROLAPI_API ResourceDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceDescription & WithProperties(PropertiesT &&value)
const Aws::String & GetIdentifier() const
bool IdentifierHasBeenSet() const
void SetProperties(PropertiesT &&value)
AWS_CLOUDCONTROLAPI_API ResourceDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDCONTROLAPI_API ResourceDescription()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue