7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgentRequest.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
14namespace SecurityAgent {
37 template <
typename AgentSpaceIdT = Aws::String>
39 m_agentSpaceIdHasBeenSet =
true;
40 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
42 template <
typename AgentSpaceIdT = Aws::String>
55 template <
typename ArtifactIdT = Aws::String>
57 m_artifactIdHasBeenSet =
true;
58 m_artifactId = std::forward<ArtifactIdT>(value);
60 template <
typename ArtifactIdT = Aws::String>
70 bool m_agentSpaceIdHasBeenSet =
false;
71 bool m_artifactIdHasBeenSet =
false;
DeleteArtifactRequest & WithArtifactId(ArtifactIdT &&value)
bool AgentSpaceIdHasBeenSet() const
void SetArtifactId(ArtifactIdT &&value)
bool ArtifactIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
DeleteArtifactRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
const Aws::String & GetArtifactId() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
const Aws::String & GetAgentSpaceId() const
AWS_SECURITYAGENT_API DeleteArtifactRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String