7#include <aws/cloudcontrol/CloudControlApi_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudControlApi
50 template<
typename IdentifierT = Aws::String>
51 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
52 template<
typename IdentifierT = Aws::String>
62 template<
typename PropertiesT = Aws::String>
63 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
64 template<
typename PropertiesT = Aws::String>
70 bool m_identifierHasBeenSet =
false;
73 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