7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/GroupProfileStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename DomainIdT = Aws::String>
38 m_domainIdHasBeenSet =
true;
39 m_domainId = std::forward<DomainIdT>(value);
41 template <
typename DomainIdT = Aws::String>
53 template <
typename IdT = Aws::String>
55 m_idHasBeenSet =
true;
56 m_id = std::forward<IdT>(value);
58 template <
typename IdT = Aws::String>
60 SetId(std::forward<IdT>(value));
71 m_statusHasBeenSet =
true;
85 template <
typename GroupNameT = Aws::String>
87 m_groupNameHasBeenSet =
true;
88 m_groupName = std::forward<GroupNameT>(value);
90 template <
typename GroupNameT = Aws::String>
100 template <
typename RequestIdT = Aws::String>
102 m_requestIdHasBeenSet =
true;
103 m_requestId = std::forward<RequestIdT>(value);
105 template <
typename RequestIdT = Aws::String>
121 bool m_domainIdHasBeenSet =
false;
122 bool m_idHasBeenSet =
false;
123 bool m_statusHasBeenSet =
false;
124 bool m_groupNameHasBeenSet =
false;
125 bool m_requestIdHasBeenSet =
false;
CreateGroupProfileResult & WithStatus(GroupProfileStatus value)
AWS_DATAZONE_API CreateGroupProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetGroupName(GroupNameT &&value)
CreateGroupProfileResult & WithGroupName(GroupNameT &&value)
void SetDomainId(DomainIdT &&value)
CreateGroupProfileResult & WithId(IdT &&value)
const Aws::String & GetRequestId() const
GroupProfileStatus GetStatus() const
CreateGroupProfileResult & WithDomainId(DomainIdT &&value)
CreateGroupProfileResult & WithRequestId(RequestIdT &&value)
AWS_DATAZONE_API CreateGroupProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetDomainId() const
const Aws::String & GetId() const
const Aws::String & GetGroupName() const
void SetStatus(GroupProfileStatus value)
AWS_DATAZONE_API CreateGroupProfileResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue