7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/GroupProfileStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename DomainIdT = Aws::String>
43 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
44 template<
typename DomainIdT = Aws::String>
53 template<
typename GroupNameT = Aws::String>
54 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
55 template<
typename GroupNameT = Aws::String>
64 template<
typename IdT = Aws::String>
65 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
66 template<
typename IdT = Aws::String>
82 template<
typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
84 template<
typename RequestIdT = Aws::String>
90 bool m_domainIdHasBeenSet =
false;
93 bool m_groupNameHasBeenSet =
false;
96 bool m_idHasBeenSet =
false;
99 bool m_statusHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
GetGroupProfileResult & WithRequestId(RequestIdT &&value)
AWS_DATAZONE_API GetGroupProfileResult()=default
void SetGroupName(GroupNameT &&value)
const Aws::String & GetRequestId() const
GetGroupProfileResult & WithDomainId(DomainIdT &&value)
AWS_DATAZONE_API GetGroupProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetGroupProfileResult & WithGroupName(GroupNameT &&value)
GetGroupProfileResult & WithStatus(GroupProfileStatus value)
void SetDomainId(DomainIdT &&value)
const Aws::String & GetGroupName() const
void SetStatus(GroupProfileStatus value)
AWS_DATAZONE_API GetGroupProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDomainId() const
GetGroupProfileResult & WithId(IdT &&value)
const Aws::String & GetId() const
GroupProfileStatus GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue