public class ClusterConfigsInfoFromEMR extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ClusterConfigsInfoFromEMR() |
ClusterConfigsInfoFromEMR(ClusterConfigsInfoFromEMR 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 |
getFileConf()
Get Related attribute information corresponding to the configuration files
|
String |
getFileKeyValues()
Deprecated.
|
ConfigKeyValue[] |
getFileKeyValuesNew()
Get kv value of a configuration file
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFileName()
Get Configuration file's name
|
String |
getFilePath()
Get Configuration file path
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getKeyConf()
Get Other attribute information corresponding to the configuration files
|
Long |
getNeedRestart()
Get This is used to indicate whether the current configuration file has been modified without a restart, and reminds the user that a restart is needed.
|
String |
getOriParam()
Get Contents of the configuration files, base64 encoded
|
void |
setFileConf(String FileConf)
Set Related attribute information corresponding to the configuration files
|
void |
setFileKeyValues(String FileKeyValues)
Deprecated.
|
void |
setFileKeyValuesNew(ConfigKeyValue[] FileKeyValuesNew)
Set kv value of a configuration file
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFileName(String FileName)
Set Configuration file's name
|
void |
setFilePath(String FilePath)
Set Configuration file path
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setKeyConf(String KeyConf)
Set Other attribute information corresponding to the configuration files
|
void |
setNeedRestart(Long NeedRestart)
Set This is used to indicate whether the current configuration file has been modified without a restart, and reminds the user that a restart is needed.
|
void |
setOriParam(String OriParam)
Set Contents of the configuration files, base64 encoded
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ClusterConfigsInfoFromEMR()
public ClusterConfigsInfoFromEMR(ClusterConfigsInfoFromEMR source)
public String getFileName()
public void setFileName(String FileName)
FileName - Configuration file's namepublic String getFileConf()
public void setFileConf(String FileConf)
FileConf - Related attribute information corresponding to the configuration filespublic String getKeyConf()
public void setKeyConf(String KeyConf)
KeyConf - Other attribute information corresponding to the configuration filespublic String getOriParam()
public void setOriParam(String OriParam)
OriParam - Contents of the configuration files, base64 encodedpublic Long getNeedRestart()
public void setNeedRestart(Long NeedRestart)
NeedRestart - This is used to indicate whether the current configuration file has been modified without a restart, and reminds the user that a restart is needed.public String getFilePath()
public void setFilePath(String FilePath)
FilePath - Configuration file path
Note: This field may return null, indicating that no valid values can be obtained.@Deprecated public String getFileKeyValues()
@Deprecated public void setFileKeyValues(String FileKeyValues)
FileKeyValues - kv value of a configuration file
Note: This field may return null, indicating that no valid values can be obtained.public ConfigKeyValue[] getFileKeyValuesNew()
public void setFileKeyValuesNew(ConfigKeyValue[] FileKeyValuesNew)
FileKeyValuesNew - kv value of a configuration file
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.