7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/securityagent/SecurityAgent_EXPORTS.h>
11#include <aws/securityagent/model/Artifact.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace SecurityAgent {
37 template <
typename AgentSpaceIdT = Aws::String>
39 m_agentSpaceIdHasBeenSet =
true;
40 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
42 template <
typename AgentSpaceIdT = Aws::String>
54 template <
typename ArtifactIdT = Aws::String>
56 m_artifactIdHasBeenSet =
true;
57 m_artifactId = std::forward<ArtifactIdT>(value);
59 template <
typename ArtifactIdT = Aws::String>
71 template <
typename ArtifactT = Artifact>
73 m_artifactHasBeenSet =
true;
74 m_artifact = std::forward<ArtifactT>(value);
76 template <
typename ArtifactT = Artifact>
88 template <
typename FileNameT = Aws::String>
90 m_fileNameHasBeenSet =
true;
91 m_fileName = std::forward<FileNameT>(value);
93 template <
typename FileNameT = Aws::String>
105 template <
typename UpdatedAtT = Aws::Utils::DateTime>
107 m_updatedAtHasBeenSet =
true;
108 m_updatedAt = std::forward<UpdatedAtT>(value);
110 template <
typename UpdatedAtT = Aws::Utils::DateTime>
120 template <
typename RequestIdT = Aws::String>
122 m_requestIdHasBeenSet =
true;
123 m_requestId = std::forward<RequestIdT>(value);
125 template <
typename RequestIdT = Aws::String>
146 bool m_agentSpaceIdHasBeenSet =
false;
147 bool m_artifactIdHasBeenSet =
false;
148 bool m_artifactHasBeenSet =
false;
149 bool m_fileNameHasBeenSet =
false;
150 bool m_updatedAtHasBeenSet =
false;
151 bool m_requestIdHasBeenSet =
false;
AWS_SECURITYAGENT_API GetArtifactResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_SECURITYAGENT_API GetArtifactResult()=default
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetArtifactId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
GetArtifactResult & WithArtifactId(ArtifactIdT &&value)
const Artifact & GetArtifact() const
void SetFileName(FileNameT &&value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
void SetArtifact(ArtifactT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
GetArtifactResult & WithAgentSpaceId(AgentSpaceIdT &&value)
GetArtifactResult & WithArtifact(ArtifactT &&value)
const Aws::String & GetAgentSpaceId() const
AWS_SECURITYAGENT_API GetArtifactResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetArtifactResult & WithFileName(FileNameT &&value)
GetArtifactResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetFileName() const
GetArtifactResult & WithUpdatedAt(UpdatedAtT &&value)
void SetArtifactId(ArtifactIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue