AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GlueSelfGrantStatusOutput.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/model/SelfGrantStatusDetail.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 DataZone
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_DATAZONE_API GlueSelfGrantStatusOutput();
38 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::Vector<SelfGrantStatusDetail>& GetSelfGrantStatusDetails() const{ return m_selfGrantStatusDetails; }
46 inline bool SelfGrantStatusDetailsHasBeenSet() const { return m_selfGrantStatusDetailsHasBeenSet; }
47 inline void SetSelfGrantStatusDetails(const Aws::Vector<SelfGrantStatusDetail>& value) { m_selfGrantStatusDetailsHasBeenSet = true; m_selfGrantStatusDetails = value; }
48 inline void SetSelfGrantStatusDetails(Aws::Vector<SelfGrantStatusDetail>&& value) { m_selfGrantStatusDetailsHasBeenSet = true; m_selfGrantStatusDetails = std::move(value); }
51 inline GlueSelfGrantStatusOutput& AddSelfGrantStatusDetails(const SelfGrantStatusDetail& value) { m_selfGrantStatusDetailsHasBeenSet = true; m_selfGrantStatusDetails.push_back(value); return *this; }
52 inline GlueSelfGrantStatusOutput& AddSelfGrantStatusDetails(SelfGrantStatusDetail&& value) { m_selfGrantStatusDetailsHasBeenSet = true; m_selfGrantStatusDetails.push_back(std::move(value)); return *this; }
54 private:
55
56 Aws::Vector<SelfGrantStatusDetail> m_selfGrantStatusDetails;
57 bool m_selfGrantStatusDetailsHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace DataZone
62} // namespace Aws
AWS_DATAZONE_API GlueSelfGrantStatusOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< SelfGrantStatusDetail > & GetSelfGrantStatusDetails() const
void SetSelfGrantStatusDetails(Aws::Vector< SelfGrantStatusDetail > &&value)
GlueSelfGrantStatusOutput & AddSelfGrantStatusDetails(SelfGrantStatusDetail &&value)
GlueSelfGrantStatusOutput & WithSelfGrantStatusDetails(const Aws::Vector< SelfGrantStatusDetail > &value)
GlueSelfGrantStatusOutput & WithSelfGrantStatusDetails(Aws::Vector< SelfGrantStatusDetail > &&value)
void SetSelfGrantStatusDetails(const Aws::Vector< SelfGrantStatusDetail > &value)
AWS_DATAZONE_API GlueSelfGrantStatusOutput(Aws::Utils::Json::JsonView jsonValue)
GlueSelfGrantStatusOutput & AddSelfGrantStatusDetails(const SelfGrantStatusDetail &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue