7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgentRequest.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
17namespace DevOpsAgent {
45 template <
typename AgentSpaceIdT = Aws::String>
47 m_agentSpaceIdHasBeenSet =
true;
48 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
50 template <
typename AgentSpaceIdT = Aws::String>
63 template <
typename AssetIdT = Aws::String>
65 m_assetIdHasBeenSet =
true;
66 m_assetId = std::forward<AssetIdT>(value);
68 template <
typename AssetIdT = Aws::String>
81 template <
typename PathT = Aws::String>
83 m_pathHasBeenSet =
true;
84 m_path = std::forward<PathT>(value);
86 template <
typename PathT = Aws::String>
88 SetPath(std::forward<PathT>(value));
101 m_assetVersionHasBeenSet =
true;
102 m_assetVersion = value;
116 int m_assetVersion{0};
117 bool m_agentSpaceIdHasBeenSet =
false;
118 bool m_assetIdHasBeenSet =
false;
119 bool m_pathHasBeenSet =
false;
120 bool m_assetVersionHasBeenSet =
false;
GetAssetFileRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
GetAssetFileRequest & WithPath(PathT &&value)
AWS_DEVOPSAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool PathHasBeenSet() const
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
void SetAgentSpaceId(AgentSpaceIdT &&value)
AWS_DEVOPSAGENT_API GetAssetFileRequest()=default
virtual const char * GetServiceRequestName() const override
bool AssetVersionHasBeenSet() const
const Aws::String & GetAgentSpaceId() const
bool AgentSpaceIdHasBeenSet() const
void SetAssetVersion(int value)
void SetAssetId(AssetIdT &&value)
const Aws::String & GetPath() const
const Aws::String & GetAssetId() const
int GetAssetVersion() const
GetAssetFileRequest & WithAssetVersion(int value)
bool AssetIdHasBeenSet() const
void SetPath(PathT &&value)
GetAssetFileRequest & WithAssetId(AssetIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String