AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AwsRoute53HostedZoneObjectDetails.h
1
6#pragma once
7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/AwsRoute53HostedZoneConfigDetails.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SecurityHub
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_SECURITYHUB_API AwsRoute53HostedZoneObjectDetails();
39 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetId() const{ return m_id; }
47 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
48 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
49 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
50 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
51 inline AwsRoute53HostedZoneObjectDetails& WithId(const Aws::String& value) { SetId(value); return *this;}
52 inline AwsRoute53HostedZoneObjectDetails& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
53 inline AwsRoute53HostedZoneObjectDetails& WithId(const char* value) { SetId(value); return *this;}
55
57
61 inline const Aws::String& GetName() const{ return m_name; }
62 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
63 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
64 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
65 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
66 inline AwsRoute53HostedZoneObjectDetails& WithName(const Aws::String& value) { SetName(value); return *this;}
67 inline AwsRoute53HostedZoneObjectDetails& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
68 inline AwsRoute53HostedZoneObjectDetails& WithName(const char* value) { SetName(value); return *this;}
70
72
75 inline const AwsRoute53HostedZoneConfigDetails& GetConfig() const{ return m_config; }
76 inline bool ConfigHasBeenSet() const { return m_configHasBeenSet; }
77 inline void SetConfig(const AwsRoute53HostedZoneConfigDetails& value) { m_configHasBeenSet = true; m_config = value; }
78 inline void SetConfig(AwsRoute53HostedZoneConfigDetails&& value) { m_configHasBeenSet = true; m_config = std::move(value); }
82 private:
83
84 Aws::String m_id;
85 bool m_idHasBeenSet = false;
86
87 Aws::String m_name;
88 bool m_nameHasBeenSet = false;
89
91 bool m_configHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace SecurityHub
96} // namespace Aws
AwsRoute53HostedZoneObjectDetails & WithId(const Aws::String &value)
AwsRoute53HostedZoneObjectDetails & WithConfig(const AwsRoute53HostedZoneConfigDetails &value)
AwsRoute53HostedZoneObjectDetails & WithId(Aws::String &&value)
AwsRoute53HostedZoneObjectDetails & WithConfig(AwsRoute53HostedZoneConfigDetails &&value)
AwsRoute53HostedZoneObjectDetails & WithName(const Aws::String &value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConfig(const AwsRoute53HostedZoneConfigDetails &value)
AwsRoute53HostedZoneObjectDetails & WithName(const char *value)
AwsRoute53HostedZoneObjectDetails & WithName(Aws::String &&value)
AWS_SECURITYHUB_API AwsRoute53HostedZoneObjectDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AwsRoute53HostedZoneObjectDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsRoute53HostedZoneObjectDetails & WithId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue