7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/OwnerGroupPropertiesOutput.h>
9#include <aws/datazone/model/OwnerUserPropertiesOutput.h>
47 template<
typename GroupT = OwnerGroupPropertiesOutput>
48 void SetGroup(GroupT&& value) { m_groupHasBeenSet =
true; m_group = std::forward<GroupT>(value); }
49 template<
typename GroupT = OwnerGroupPropertiesOutput>
59 template<
typename UserT = OwnerUserPropertiesOutput>
60 void SetUser(UserT&& value) { m_userHasBeenSet =
true; m_user = std::forward<UserT>(value); }
61 template<
typename UserT = OwnerUserPropertiesOutput>
67 bool m_groupHasBeenSet =
false;
70 bool m_userHasBeenSet =
false;
bool GroupHasBeenSet() const
bool UserHasBeenSet() const
AWS_DATAZONE_API OwnerPropertiesOutput()=default
OwnerPropertiesOutput & WithUser(UserT &&value)
void SetGroup(GroupT &&value)
void SetUser(UserT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
OwnerPropertiesOutput & WithGroup(GroupT &&value)
AWS_DATAZONE_API OwnerPropertiesOutput(Aws::Utils::Json::JsonView jsonValue)
const OwnerGroupPropertiesOutput & GetGroup() const
AWS_DATAZONE_API OwnerPropertiesOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
const OwnerUserPropertiesOutput & GetUser() const
Aws::Utils::Json::JsonValue JsonValue