AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
ReadClientCredentialsDetails.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ReadClientCredentialsGrantDetails.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
29 public:
30 AWS_QUICKSIGHT_API ReadClientCredentialsDetails() = default;
33 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 return m_readClientCredentialsGrantDetails;
41 }
42 inline bool ReadClientCredentialsGrantDetailsHasBeenSet() const { return m_readClientCredentialsGrantDetailsHasBeenSet; }
43 template <typename ReadClientCredentialsGrantDetailsT = ReadClientCredentialsGrantDetails>
44 void SetReadClientCredentialsGrantDetails(ReadClientCredentialsGrantDetailsT&& value) {
45 m_readClientCredentialsGrantDetailsHasBeenSet = true;
46 m_readClientCredentialsGrantDetails = std::forward<ReadClientCredentialsGrantDetailsT>(value);
47 }
48 template <typename ReadClientCredentialsGrantDetailsT = ReadClientCredentialsGrantDetails>
49 ReadClientCredentialsDetails& WithReadClientCredentialsGrantDetails(ReadClientCredentialsGrantDetailsT&& value) {
50 SetReadClientCredentialsGrantDetails(std::forward<ReadClientCredentialsGrantDetailsT>(value));
51 return *this;
52 }
54 private:
55 ReadClientCredentialsGrantDetails m_readClientCredentialsGrantDetails;
56 bool m_readClientCredentialsGrantDetailsHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace QuickSight
61} // namespace Aws
const ReadClientCredentialsGrantDetails & GetReadClientCredentialsGrantDetails() const
void SetReadClientCredentialsGrantDetails(ReadClientCredentialsGrantDetailsT &&value)
ReadClientCredentialsDetails & WithReadClientCredentialsGrantDetails(ReadClientCredentialsGrantDetailsT &&value)
AWS_QUICKSIGHT_API ReadClientCredentialsDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API ReadClientCredentialsDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API ReadClientCredentialsDetails()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue