7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector/Inspector_EXPORTS.h>
42 template <
typename GroupNameT = Aws::String>
44 m_groupNameHasBeenSet =
true;
45 m_groupName = std::forward<GroupNameT>(value);
47 template <
typename GroupNameT = Aws::String>
60 template <
typename GroupIdT = Aws::String>
62 m_groupIdHasBeenSet =
true;
63 m_groupId = std::forward<GroupIdT>(value);
65 template <
typename GroupIdT = Aws::String>
75 bool m_groupNameHasBeenSet =
false;
76 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