public class DownloadHelmChartResponse extends AbstractModel
| Constructor and Description | 
|---|
| DownloadHelmChartResponse() | 
| DownloadHelmChartResponse(DownloadHelmChartResponse 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 | getBucket()Get Bucket information | 
| Long | getExpiredTime()Get Token expiration timestamp | 
| String | getPath()Get Chart information | 
| String | getRegion()Get Instance ID | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getStartTime()Get Start timestamp | 
| String | getTmpSecretId()Get Temporary `secretId` | 
| String | getTmpSecretKey()Get Temporary `secretKey` | 
| String | getTmpToken()Get Temporary token | 
| void | setBucket(String Bucket)Set Bucket information | 
| void | setExpiredTime(Long ExpiredTime)Set Token expiration timestamp | 
| void | setPath(String Path)Set Chart information | 
| void | setRegion(String Region)Set Instance ID | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setStartTime(Long StartTime)Set Start timestamp | 
| void | setTmpSecretId(String TmpSecretId)Set Temporary `secretId` | 
| void | setTmpSecretKey(String TmpSecretKey)Set Temporary `secretKey` | 
| void | setTmpToken(String TmpToken)Set Temporary token | 
| 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, toJsonStringpublic DownloadHelmChartResponse()
public DownloadHelmChartResponse(DownloadHelmChartResponse source)
public String getTmpToken()
public void setTmpToken(String TmpToken)
TmpToken - Temporary tokenpublic String getTmpSecretId()
public void setTmpSecretId(String TmpSecretId)
TmpSecretId - Temporary `secretId`public String getTmpSecretKey()
public void setTmpSecretKey(String TmpSecretKey)
TmpSecretKey - Temporary `secretKey`public String getBucket()
public void setBucket(String Bucket)
Bucket - Bucket informationpublic String getRegion()
public void setRegion(String Region)
Region - Instance IDpublic String getPath()
public void setPath(String Path)
Path - Chart informationpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Start timestamppublic Long getExpiredTime()
public void setExpiredTime(Long ExpiredTime)
ExpiredTime - Token expiration timestamppublic 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 © 2022. All rights reserved.