7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
41 template <
typename S3LocationT = Aws::String>
43 m_s3LocationHasBeenSet =
true;
44 m_s3Location = std::forward<S3LocationT>(value);
46 template <
typename S3LocationT = Aws::String>
59 template <
typename ArtifactIdT = Aws::String>
61 m_artifactIdHasBeenSet =
true;
62 m_artifactId = std::forward<ArtifactIdT>(value);
64 template <
typename ArtifactIdT = Aws::String>
74 bool m_s3LocationHasBeenSet =
false;
75 bool m_artifactIdHasBeenSet =
false;
AWS_SECURITYAGENT_API DocumentInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3Location() const
void SetArtifactId(ArtifactIdT &&value)
bool ArtifactIdHasBeenSet() const
bool S3LocationHasBeenSet() const
const Aws::String & GetArtifactId() const
DocumentInfo & WithS3Location(S3LocationT &&value)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYAGENT_API DocumentInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3Location(S3LocationT &&value)
DocumentInfo & WithArtifactId(ArtifactIdT &&value)
AWS_SECURITYAGENT_API DocumentInfo()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue