7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
42 template <
typename FilePathT = Aws::String>
44 m_filePathHasBeenSet =
true;
45 m_filePath = std::forward<FilePathT>(value);
47 template <
typename FilePathT = Aws::String>
61 template <
typename FileNameT = Aws::String>
63 m_fileNameHasBeenSet =
true;
64 m_fileName = std::forward<FileNameT>(value);
66 template <
typename FileNameT = Aws::String>
81 template <
typename ResourceIdT = Aws::String>
83 m_resourceIdHasBeenSet =
true;
84 m_resourceId = std::forward<ResourceIdT>(value);
86 template <
typename ResourceIdT = Aws::String>
100 template <
typename HashT = Aws::String>
102 m_hashHasBeenSet =
true;
103 m_hash = std::forward<HashT>(value);
105 template <
typename HashT = Aws::String>
107 SetHash(std::forward<HashT>(value));
119 bool m_filePathHasBeenSet =
false;
120 bool m_fileNameHasBeenSet =
false;
121 bool m_resourceIdHasBeenSet =
false;
122 bool m_hashHasBeenSet =
false;
const Aws::String & GetFileName() const
FilePaths & WithResourceId(ResourceIdT &&value)
FilePaths & WithFilePath(FilePathT &&value)
AWS_SECURITYHUB_API FilePaths & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFileName(FileNameT &&value)
AWS_SECURITYHUB_API FilePaths(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetHash() const
const Aws::String & GetResourceId() const
void SetFilePath(FilePathT &&value)
void SetHash(HashT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
FilePaths & WithFileName(FileNameT &&value)
void SetResourceId(ResourceIdT &&value)
bool ResourceIdHasBeenSet() const
FilePaths & WithHash(HashT &&value)
bool FilePathHasBeenSet() const
AWS_SECURITYHUB_API FilePaths()=default
bool HashHasBeenSet() const
const Aws::String & GetFilePath() const
bool FileNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue