AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetAso(const Aws::String& value) { m_asoHasBeenSet = true; m_aso = value; }
48 inline void SetAso(Aws::String&& value) { m_asoHasBeenSet = true; m_aso = std::move(value); }
49 inline void SetAso(const char* value) { m_asoHasBeenSet = true; m_aso.assign(value); }
50 inline NewAsoDetail& WithAso(const Aws::String& value) { SetAso(value); return *this;}
51 inline NewAsoDetail& WithAso(Aws::String&& value) { SetAso(std::move(value)); return *this;}
52 inline NewAsoDetail& WithAso(const char* value) { SetAso(value); return *this;}
54
56
60 inline bool GetIsNewForEntireAccount() const{ return m_isNewForEntireAccount; }
61 inline bool IsNewForEntireAccountHasBeenSet() const { return m_isNewForEntireAccountHasBeenSet; }
62 inline void SetIsNewForEntireAccount(bool value) { m_isNewForEntireAccountHasBeenSet = true; m_isNewForEntireAccount = value; }
63 inline NewAsoDetail& WithIsNewForEntireAccount(bool value) { SetIsNewForEntireAccount(value); return *this;}
65 private:
66
67 Aws::String m_aso;
68 bool m_asoHasBeenSet = false;
69
70 bool m_isNewForEntireAccount;
71 bool m_isNewForEntireAccountHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace Detective
76} // namespace Aws
void SetAso(Aws::String &&value)
NewAsoDetail & WithAso(const char *value)
void SetAso(const Aws::String &value)
NewAsoDetail & WithAso(Aws::String &&value)
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(const Aws::String &value)
AWS_DETECTIVE_API NewAsoDetail(Aws::Utils::Json::JsonView jsonValue)
NewAsoDetail & WithIsNewForEntireAccount(bool value)
void SetAso(const char *value)
const Aws::String & GetAso() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue