7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ObjectT = Aws::String>
48 void SetObject(ObjectT&& value) { m_objectHasBeenSet =
true; m_object = std::forward<ObjectT>(value); }
49 template<
typename ObjectT = Aws::String>
55 bool m_objectHasBeenSet =
false;
AWS_APPFLOW_API DatadogSourceProperties(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetObject() const
void SetObject(ObjectT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPFLOW_API DatadogSourceProperties()=default
DatadogSourceProperties & WithObject(ObjectT &&value)
bool ObjectHasBeenSet() const
AWS_APPFLOW_API DatadogSourceProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue