7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/synthetics/model/DependencyType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
60 template<
typename ReferenceT = Aws::String>
61 void SetReference(ReferenceT&& value) { m_referenceHasBeenSet =
true; m_reference = std::forward<ReferenceT>(value); }
62 template<
typename ReferenceT = Aws::String>
68 bool m_typeHasBeenSet =
false;
71 bool m_referenceHasBeenSet =
false;
DependencyType GetType() const
AWS_SYNTHETICS_API Dependency & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetReference(ReferenceT &&value)
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetReference() const
Dependency & WithReference(ReferenceT &&value)
Dependency & WithType(DependencyType value)
void SetType(DependencyType value)
bool TypeHasBeenSet() const
bool ReferenceHasBeenSet() const
AWS_SYNTHETICS_API Dependency()=default
AWS_SYNTHETICS_API Dependency(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue