AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
GetMLConfigurationResult.h
1
6#pragma once
7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cleanroomsml/model/MLOutputConfiguration.h>
10#include <aws/core/utils/DateTime.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace CleanRoomsML
26{
27namespace Model
28{
30 {
31 public:
32 AWS_CLEANROOMSML_API GetMLConfigurationResult() = default;
35
36
38
42 inline const Aws::String& GetMembershipIdentifier() const { return m_membershipIdentifier; }
43 template<typename MembershipIdentifierT = Aws::String>
44 void SetMembershipIdentifier(MembershipIdentifierT&& value) { m_membershipIdentifierHasBeenSet = true; m_membershipIdentifier = std::forward<MembershipIdentifierT>(value); }
45 template<typename MembershipIdentifierT = Aws::String>
46 GetMLConfigurationResult& WithMembershipIdentifier(MembershipIdentifierT&& value) { SetMembershipIdentifier(std::forward<MembershipIdentifierT>(value)); return *this;}
48
50
53 inline const MLOutputConfiguration& GetDefaultOutputLocation() const { return m_defaultOutputLocation; }
54 template<typename DefaultOutputLocationT = MLOutputConfiguration>
55 void SetDefaultOutputLocation(DefaultOutputLocationT&& value) { m_defaultOutputLocationHasBeenSet = true; m_defaultOutputLocation = std::forward<DefaultOutputLocationT>(value); }
56 template<typename DefaultOutputLocationT = MLOutputConfiguration>
57 GetMLConfigurationResult& WithDefaultOutputLocation(DefaultOutputLocationT&& value) { SetDefaultOutputLocation(std::forward<DefaultOutputLocationT>(value)); return *this;}
59
61
64 inline const Aws::Utils::DateTime& GetCreateTime() const { return m_createTime; }
65 template<typename CreateTimeT = Aws::Utils::DateTime>
66 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet = true; m_createTime = std::forward<CreateTimeT>(value); }
67 template<typename CreateTimeT = Aws::Utils::DateTime>
68 GetMLConfigurationResult& WithCreateTime(CreateTimeT&& value) { SetCreateTime(std::forward<CreateTimeT>(value)); return *this;}
70
72
75 inline const Aws::Utils::DateTime& GetUpdateTime() const { return m_updateTime; }
76 template<typename UpdateTimeT = Aws::Utils::DateTime>
77 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::forward<UpdateTimeT>(value); }
78 template<typename UpdateTimeT = Aws::Utils::DateTime>
79 GetMLConfigurationResult& WithUpdateTime(UpdateTimeT&& value) { SetUpdateTime(std::forward<UpdateTimeT>(value)); return *this;}
81
83
84 inline const Aws::String& GetRequestId() const { return m_requestId; }
85 template<typename RequestIdT = Aws::String>
86 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
87 template<typename RequestIdT = Aws::String>
88 GetMLConfigurationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
90 private:
91
92 Aws::String m_membershipIdentifier;
93 bool m_membershipIdentifierHasBeenSet = false;
94
95 MLOutputConfiguration m_defaultOutputLocation;
96 bool m_defaultOutputLocationHasBeenSet = false;
97
98 Aws::Utils::DateTime m_createTime{};
99 bool m_createTimeHasBeenSet = false;
100
101 Aws::Utils::DateTime m_updateTime{};
102 bool m_updateTimeHasBeenSet = false;
103
104 Aws::String m_requestId;
105 bool m_requestIdHasBeenSet = false;
106 };
107
108} // namespace Model
109} // namespace CleanRoomsML
110} // namespace Aws
const MLOutputConfiguration & GetDefaultOutputLocation() const
AWS_CLEANROOMSML_API GetMLConfigurationResult()=default
void SetMembershipIdentifier(MembershipIdentifierT &&value)
void SetDefaultOutputLocation(DefaultOutputLocationT &&value)
GetMLConfigurationResult & WithCreateTime(CreateTimeT &&value)
AWS_CLEANROOMSML_API GetMLConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CLEANROOMSML_API GetMLConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMLConfigurationResult & WithRequestId(RequestIdT &&value)
GetMLConfigurationResult & WithMembershipIdentifier(MembershipIdentifierT &&value)
GetMLConfigurationResult & WithDefaultOutputLocation(DefaultOutputLocationT &&value)
GetMLConfigurationResult & WithUpdateTime(UpdateTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue