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 ServiceNowSourceProperties(Aws::Utils::Json::JsonView jsonValue)
bool ObjectHasBeenSet() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetObject(ObjectT &&value)
AWS_APPFLOW_API ServiceNowSourceProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetObject() const
AWS_APPFLOW_API ServiceNowSourceProperties()=default
ServiceNowSourceProperties & WithObject(ObjectT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue