7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/inspector/Inspector_EXPORTS.h>
11#include <aws/inspector/model/ResourceGroupTag.h>
46 template <
typename ArnT = Aws::String>
48 m_arnHasBeenSet =
true;
49 m_arn = std::forward<ArnT>(value);
51 template <
typename ArnT = Aws::String>
53 SetArn(std::forward<ArnT>(value));
65 template <
typename TagsT = Aws::Vector<ResourceGroupTag>>
67 m_tagsHasBeenSet =
true;
68 m_tags = std::forward<TagsT>(value);
70 template <
typename TagsT = Aws::Vector<ResourceGroupTag>>
72 SetTags(std::forward<TagsT>(value));
75 template <
typename TagsT = ResourceGroupTag>
77 m_tagsHasBeenSet =
true;
78 m_tags.emplace_back(std::forward<TagsT>(value));
89 template <
typename CreatedAtT = Aws::Utils::DateTime>
91 m_createdAtHasBeenSet =
true;
92 m_createdAt = std::forward<CreatedAtT>(value);
94 template <
typename CreatedAtT = Aws::Utils::DateTime>
106 bool m_arnHasBeenSet =
false;
107 bool m_tagsHasBeenSet =
false;
108 bool m_createdAtHasBeenSet =
false;
AWS_INSPECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
bool TagsHasBeenSet() const
ResourceGroup & WithArn(ArnT &&value)
AWS_INSPECTOR_API ResourceGroup()=default
void SetTags(TagsT &&value)
ResourceGroup & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetArn() const
AWS_INSPECTOR_API ResourceGroup(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
bool ArnHasBeenSet() const
AWS_INSPECTOR_API ResourceGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceGroup & WithTags(TagsT &&value)
const Aws::Vector< ResourceGroupTag > & GetTags() const
ResourceGroup & AddTags(TagsT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue