7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
51 inline void SetReference(
const char* value) { m_referenceHasBeenSet =
true; m_reference.assign(value); }
74 bool m_referenceHasBeenSet =
false;
77 bool m_targetViolationReasonsHasBeenSet =
false;
AWS_FMS_API PartialMatch()
void SetReference(const Aws::String &value)
void SetReference(Aws::String &&value)
PartialMatch & AddTargetViolationReasons(Aws::String &&value)
PartialMatch & AddTargetViolationReasons(const char *value)
PartialMatch & WithReference(const char *value)
AWS_FMS_API PartialMatch(Aws::Utils::Json::JsonView jsonValue)
AWS_FMS_API PartialMatch & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTargetViolationReasons(Aws::Vector< Aws::String > &&value)
PartialMatch & AddTargetViolationReasons(const Aws::String &value)
void SetReference(const char *value)
PartialMatch & WithReference(Aws::String &&value)
PartialMatch & WithTargetViolationReasons(const Aws::Vector< Aws::String > &value)
const Aws::String & GetReference() const
bool TargetViolationReasonsHasBeenSet() const
const Aws::Vector< Aws::String > & GetTargetViolationReasons() const
void SetTargetViolationReasons(const Aws::Vector< Aws::String > &value)
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
PartialMatch & WithReference(const Aws::String &value)
bool ReferenceHasBeenSet() const
PartialMatch & WithTargetViolationReasons(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue