7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
9#include <aws/securityagent/model/IntegratedDocument.h>
20namespace SecurityAgent {
42 template <
typename S3LocationT = Aws::String>
44 m_s3LocationHasBeenSet =
true;
45 m_s3Location = std::forward<S3LocationT>(value);
47 template <
typename S3LocationT = Aws::String>
60 template <
typename ArtifactIdT = Aws::String>
62 m_artifactIdHasBeenSet =
true;
63 m_artifactId = std::forward<ArtifactIdT>(value);
65 template <
typename ArtifactIdT = Aws::String>
78 template <
typename IntegratedDocumentT = IntegratedDocument>
80 m_integratedDocumentHasBeenSet =
true;
81 m_integratedDocument = std::forward<IntegratedDocumentT>(value);
83 template <
typename IntegratedDocumentT = IntegratedDocument>
95 bool m_s3LocationHasBeenSet =
false;
96 bool m_artifactIdHasBeenSet =
false;
97 bool m_integratedDocumentHasBeenSet =
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
bool IntegratedDocumentHasBeenSet() const
const IntegratedDocument & GetIntegratedDocument() const
DocumentInfo & WithS3Location(S3LocationT &&value)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIntegratedDocument(IntegratedDocumentT &&value)
DocumentInfo & WithIntegratedDocument(IntegratedDocumentT &&value)
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