7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgentRequest.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
14namespace DevOpsAgent {
40 template <
typename AgentSpaceIdT = Aws::String>
42 m_agentSpaceIdHasBeenSet =
true;
43 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
45 template <
typename AgentSpaceIdT = Aws::String>
58 template <
typename AssetIdT = Aws::String>
60 m_assetIdHasBeenSet =
true;
61 m_assetId = std::forward<AssetIdT>(value);
63 template <
typename AssetIdT = Aws::String>
76 template <
typename PathT = Aws::String>
78 m_pathHasBeenSet =
true;
79 m_path = std::forward<PathT>(value);
81 template <
typename PathT = Aws::String>
83 SetPath(std::forward<PathT>(value));
93 bool m_agentSpaceIdHasBeenSet =
false;
94 bool m_assetIdHasBeenSet =
false;
95 bool m_pathHasBeenSet =
false;
void SetAgentSpaceId(AgentSpaceIdT &&value)
DeleteAssetFileRequest & WithPath(PathT &&value)
const Aws::String & GetPath() const
AWS_DEVOPSAGENT_API DeleteAssetFileRequest()=default
void SetAssetId(AssetIdT &&value)
const Aws::String & GetAgentSpaceId() const
DeleteAssetFileRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
bool AssetIdHasBeenSet() const
void SetPath(PathT &&value)
DeleteAssetFileRequest & WithAssetId(AssetIdT &&value)
bool PathHasBeenSet() const
bool AgentSpaceIdHasBeenSet() const
const Aws::String & GetAssetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String