7#include <aws/inspector/Inspector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename GroupNameT = Aws::String>
49 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
50 template<
typename GroupNameT = Aws::String>
60 template<
typename GroupIdT = Aws::String>
61 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
62 template<
typename GroupIdT = Aws::String>
68 bool m_groupNameHasBeenSet =
false;
71 bool m_groupIdHasBeenSet =
false;
void SetGroupId(GroupIdT &&value)
void SetGroupName(GroupNameT &&value)
const Aws::String & GetGroupName() const
SecurityGroup & WithGroupName(GroupNameT &&value)
bool GroupNameHasBeenSet() const
AWS_INSPECTOR_API SecurityGroup(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR_API SecurityGroup()=default
AWS_INSPECTOR_API SecurityGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetGroupId() const
bool GroupIdHasBeenSet() const
SecurityGroup & WithGroupId(GroupIdT &&value)
AWS_INSPECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue