@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2026-05-19T08:00:51.241Z[Etc/UTC]") public class ApiEcsDownloadAndDistributeArgs extends Object
| Constructor and Description |
|---|
ApiEcsDownloadAndDistributeArgs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPackageName()
Gets the name of the file to be downloaded and distributed.
|
String |
getRemoteRepoUrl()
Gets the URL of the remote repository from which to download the file.
|
String |
getWorkDir()
Gets the working directory for the download and distribution process.
|
int |
hashCode() |
ApiEcsDownloadAndDistributeArgs |
packageName(String packageName) |
ApiEcsDownloadAndDistributeArgs |
remoteRepoUrl(String remoteRepoUrl) |
void |
setPackageName(String packageName) |
void |
setRemoteRepoUrl(String remoteRepoUrl) |
void |
setWorkDir(String workDir) |
String |
toString() |
ApiEcsDownloadAndDistributeArgs |
workDir(String workDir) |
public ApiEcsDownloadAndDistributeArgs workDir(String workDir)
public String getWorkDir()
public void setWorkDir(String workDir)
public ApiEcsDownloadAndDistributeArgs packageName(String packageName)
public String getPackageName()
public void setPackageName(String packageName)
public ApiEcsDownloadAndDistributeArgs remoteRepoUrl(String remoteRepoUrl)
public String getRemoteRepoUrl()
public void setRemoteRepoUrl(String remoteRepoUrl)
Copyright © 2026. All rights reserved.