AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FileValidationMessage.h
1
6#pragma once
7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace FraudDetector
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_FRAUDDETECTOR_API FileValidationMessage();
35 AWS_FRAUDDETECTOR_API FileValidationMessage(Aws::Utils::Json::JsonView jsonValue);
37 AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetTitle() const{ return m_title; }
45 inline bool TitleHasBeenSet() const { return m_titleHasBeenSet; }
46 inline void SetTitle(const Aws::String& value) { m_titleHasBeenSet = true; m_title = value; }
47 inline void SetTitle(Aws::String&& value) { m_titleHasBeenSet = true; m_title = std::move(value); }
48 inline void SetTitle(const char* value) { m_titleHasBeenSet = true; m_title.assign(value); }
49 inline FileValidationMessage& WithTitle(const Aws::String& value) { SetTitle(value); return *this;}
50 inline FileValidationMessage& WithTitle(Aws::String&& value) { SetTitle(std::move(value)); return *this;}
51 inline FileValidationMessage& WithTitle(const char* value) { SetTitle(value); return *this;}
53
55
58 inline const Aws::String& GetContent() const{ return m_content; }
59 inline bool ContentHasBeenSet() const { return m_contentHasBeenSet; }
60 inline void SetContent(const Aws::String& value) { m_contentHasBeenSet = true; m_content = value; }
61 inline void SetContent(Aws::String&& value) { m_contentHasBeenSet = true; m_content = std::move(value); }
62 inline void SetContent(const char* value) { m_contentHasBeenSet = true; m_content.assign(value); }
63 inline FileValidationMessage& WithContent(const Aws::String& value) { SetContent(value); return *this;}
64 inline FileValidationMessage& WithContent(Aws::String&& value) { SetContent(std::move(value)); return *this;}
65 inline FileValidationMessage& WithContent(const char* value) { SetContent(value); return *this;}
67
69
72 inline const Aws::String& GetType() const{ return m_type; }
73 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
74 inline void SetType(const Aws::String& value) { m_typeHasBeenSet = true; m_type = value; }
75 inline void SetType(Aws::String&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
76 inline void SetType(const char* value) { m_typeHasBeenSet = true; m_type.assign(value); }
77 inline FileValidationMessage& WithType(const Aws::String& value) { SetType(value); return *this;}
78 inline FileValidationMessage& WithType(Aws::String&& value) { SetType(std::move(value)); return *this;}
79 inline FileValidationMessage& WithType(const char* value) { SetType(value); return *this;}
81 private:
82
83 Aws::String m_title;
84 bool m_titleHasBeenSet = false;
85
86 Aws::String m_content;
87 bool m_contentHasBeenSet = false;
88
89 Aws::String m_type;
90 bool m_typeHasBeenSet = false;
91 };
92
93} // namespace Model
94} // namespace FraudDetector
95} // namespace Aws
FileValidationMessage & WithTitle(Aws::String &&value)
FileValidationMessage & WithType(Aws::String &&value)
AWS_FRAUDDETECTOR_API FileValidationMessage(Aws::Utils::Json::JsonView jsonValue)
FileValidationMessage & WithContent(const Aws::String &value)
FileValidationMessage & WithTitle(const char *value)
FileValidationMessage & WithContent(const char *value)
FileValidationMessage & WithType(const char *value)
AWS_FRAUDDETECTOR_API FileValidationMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
FileValidationMessage & WithTitle(const Aws::String &value)
FileValidationMessage & WithContent(Aws::String &&value)
FileValidationMessage & WithType(const Aws::String &value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue