7#include <aws/agent-registry-control/AgentRegistryControl_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AgentRegistryControl {
38 template <
typename DataT = Aws::String>
40 m_dataHasBeenSet =
true;
41 m_data = std::forward<DataT>(value);
43 template <
typename DataT = Aws::String>
45 SetData(std::forward<DataT>(value));
51 bool m_dataHasBeenSet =
false;
AWS_AGENTREGISTRYCONTROL_API CustomDescriptor(Aws::Utils::Json::JsonView jsonValue)
AWS_AGENTREGISTRYCONTROL_API CustomDescriptor()=default
bool DataHasBeenSet() const
CustomDescriptor & WithData(DataT &&value)
AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AGENTREGISTRYCONTROL_API CustomDescriptor & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetData(DataT &&value)
const Aws::String & GetData() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue