public class DescribeAgentInstallCommandResponse extends AbstractModel
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, which is returned for each request.
|
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, which is returned for each request.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.