AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
NewAsoDetail.h
1
6#pragma once
7#include <aws/detective/Detective_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 Detective
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_DETECTIVE_API NewAsoDetail() = default;
36 AWS_DETECTIVE_API NewAsoDetail(Aws::Utils::Json::JsonView jsonValue);
37 AWS_DETECTIVE_API NewAsoDetail& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetAso() const { return m_aso; }
46 inline bool AsoHasBeenSet() const { return m_asoHasBeenSet; }
47 template<typename AsoT = Aws::String>
48 void SetAso(AsoT&& value) { m_asoHasBeenSet = true; m_aso = std::forward<AsoT>(value); }
49 template<typename AsoT = Aws::String>
50 NewAsoDetail& WithAso(AsoT&& value) { SetAso(std::forward<AsoT>(value)); return *this;}
52
54
58 inline bool GetIsNewForEntireAccount() const { return m_isNewForEntireAccount; }
59 inline bool IsNewForEntireAccountHasBeenSet() const { return m_isNewForEntireAccountHasBeenSet; }
60 inline void SetIsNewForEntireAccount(bool value) { m_isNewForEntireAccountHasBeenSet = true; m_isNewForEntireAccount = value; }
61 inline NewAsoDetail& WithIsNewForEntireAccount(bool value) { SetIsNewForEntireAccount(value); return *this;}
63 private:
64
65 Aws::String m_aso;
66 bool m_asoHasBeenSet = false;
67
68 bool m_isNewForEntireAccount{false};
69 bool m_isNewForEntireAccountHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace Detective
74} // namespace Aws
AWS_DETECTIVE_API NewAsoDetail()=default
AWS_DETECTIVE_API NewAsoDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIsNewForEntireAccount(bool value)
NewAsoDetail & WithAso(AsoT &&value)
AWS_DETECTIVE_API NewAsoDetail(Aws::Utils::Json::JsonView jsonValue)
NewAsoDetail & WithIsNewForEntireAccount(bool value)
const Aws::String & GetAso() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue