7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename GroupNameT = Aws::String>
47 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
48 template<
typename GroupNameT = Aws::String>
58 template<
typename GroupArnT = Aws::String>
59 void SetGroupArn(GroupArnT&& value) { m_groupArnHasBeenSet =
true; m_groupArn = std::forward<GroupArnT>(value); }
60 template<
typename GroupArnT = Aws::String>
66 bool m_groupNameHasBeenSet =
false;
69 bool m_groupArnHasBeenSet =
false;
void SetGroupArn(GroupArnT &&value)
const Aws::String & GetGroupArn() const
AWS_IOT_API GroupNameAndArn(Aws::Utils::Json::JsonView jsonValue)
GroupNameAndArn & WithGroupName(GroupNameT &&value)
AWS_IOT_API GroupNameAndArn()=default
AWS_IOT_API GroupNameAndArn & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GroupNameHasBeenSet() const
bool GroupArnHasBeenSet() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
GroupNameAndArn & WithGroupArn(GroupArnT &&value)
const Aws::String & GetGroupName() const
void SetGroupName(GroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue