7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename FilePathT = Aws::String>
49 void SetFilePath(FilePathT&& value) { m_filePathHasBeenSet =
true; m_filePath = std::forward<FilePathT>(value); }
50 template<
typename FilePathT = Aws::String>
61 template<
typename FileNameT = Aws::String>
62 void SetFileName(FileNameT&& value) { m_fileNameHasBeenSet =
true; m_fileName = std::forward<FileNameT>(value); }
63 template<
typename FileNameT = Aws::String>
75 template<
typename ResourceIdT = Aws::String>
76 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
77 template<
typename ResourceIdT = Aws::String>
88 template<
typename HashT = Aws::String>
89 void SetHash(HashT&& value) { m_hashHasBeenSet =
true; m_hash = std::forward<HashT>(value); }
90 template<
typename HashT = Aws::String>
96 bool m_filePathHasBeenSet =
false;
99 bool m_fileNameHasBeenSet =
false;
102 bool m_resourceIdHasBeenSet =
false;
105 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