public class DescribeIndexMetaRequest extends AbstractModel
Constructor and Description |
---|
DescribeIndexMetaRequest() |
DescribeIndexMetaRequest(DescribeIndexMetaRequest 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 |
getIndexName()
Get Index name.
|
String |
getIndexType()
Get Index type.
|
String |
getInstanceId()
Get ES cluster ID
|
String |
getPassword()
Get Password for cluster access
|
String |
getUsername()
Get Username for cluster access
|
void |
setIndexName(String IndexName)
Set Index name.
|
void |
setIndexType(String IndexType)
Set Index type.
|
void |
setInstanceId(String InstanceId)
Set ES cluster ID
|
void |
setPassword(String Password)
Set Password for cluster access
|
void |
setUsername(String Username)
Set Username for cluster access
|
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 DescribeIndexMetaRequest()
public DescribeIndexMetaRequest(DescribeIndexMetaRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ES cluster IDpublic String getIndexType()
public void setIndexType(String IndexType)
IndexType
- Index type. `auto`: Automated; `normal`: General.public String getIndexName()
public void setIndexName(String IndexName)
IndexName
- Index name. `null` indicates that all indexes are requested.public String getUsername()
public void setUsername(String Username)
Username
- Username for cluster accesspublic String getPassword()
public void setPassword(String Password)
Password
- Password for cluster accessCopyright © 2023. All rights reserved.