public class DescribeAgentInstallCommandResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAgentInstallCommandResponse() |
DescribeAgentInstallCommandResponse(DescribeAgentInstallCommandResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getLinuxCommand()
Get Linux installation command
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getWindowsCommand()
Get Windows installation command (Windows 2008 or later)
|
String |
getWindowsDownloadUrl()
Get Download URL of the agent for Windows
|
String |
getWindowsStepOne()
Get Step 1 in the Window installation command (Windows 2003)
|
String |
getWindowsStepTwo()
Get Step 2 in the Window installation command (Windows 2003)
|
void |
setLinuxCommand(String LinuxCommand)
Set Linux installation command
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setWindowsCommand(String WindowsCommand)
Set Windows installation command (Windows 2008 or later)
|
void |
setWindowsDownloadUrl(String WindowsDownloadUrl)
Set Download URL of the agent for Windows
|
void |
setWindowsStepOne(String WindowsStepOne)
Set Step 1 in the Window installation command (Windows 2003)
|
void |
setWindowsStepTwo(String WindowsStepTwo)
Set Step 2 in the Window installation command (Windows 2003)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeAgentInstallCommandResponse()
public DescribeAgentInstallCommandResponse(DescribeAgentInstallCommandResponse source)
public String getLinuxCommand()
public void setLinuxCommand(String LinuxCommand)
LinuxCommand
- Linux installation commandpublic String getWindowsCommand()
public void setWindowsCommand(String WindowsCommand)
WindowsCommand
- Windows installation command (Windows 2008 or later)public String getWindowsStepOne()
public void setWindowsStepOne(String WindowsStepOne)
WindowsStepOne
- Step 1 in the Window installation command (Windows 2003)public String getWindowsStepTwo()
public void setWindowsStepTwo(String WindowsStepTwo)
WindowsStepTwo
- Step 2 in the Window installation command (Windows 2003)public String getWindowsDownloadUrl()
public void setWindowsDownloadUrl(String WindowsDownloadUrl)
WindowsDownloadUrl
- Download URL of the agent for Windowspublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.