public class DescribeSecLogDeliveryKafkaSettingResponse extends AbstractModel
Constructor and Description |
---|
DescribeSecLogDeliveryKafkaSettingResponse() |
DescribeSecLogDeliveryKafkaSettingResponse(DescribeSecLogDeliveryKafkaSettingResponse 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 |
getDomain()
Get Domain
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceID()
Get Message queue instance ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceName()
Get Message queue instance name
Note: This field may return null, indicating that no valid values can be obtained.
|
SecLogDeliveryKafkaSettingInfo[] |
getLogTypeList()
Get List of log types
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRegionID()
Get Region ID
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getUser()
Get Username
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDomain(String Domain)
Set Domain
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceID(String InstanceID)
Set Message queue instance ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceName(String InstanceName)
Set Message queue instance name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLogTypeList(SecLogDeliveryKafkaSettingInfo[] LogTypeList)
Set List of log types
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRegionID(String RegionID)
Set Region ID
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setUser(String User)
Set Username
Note: This field may return null, indicating that no valid values can be obtained.
|
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 DescribeSecLogDeliveryKafkaSettingResponse()
public DescribeSecLogDeliveryKafkaSettingResponse(DescribeSecLogDeliveryKafkaSettingResponse source)
public String getInstanceID()
public void setInstanceID(String InstanceID)
InstanceID
- Message queue instance ID
Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Message queue instance name
Note: This field may return null, indicating that no valid values can be obtained.public String getDomain()
public void setDomain(String Domain)
Domain
- Domain
Note: This field may return null, indicating that no valid values can be obtained.public SecLogDeliveryKafkaSettingInfo[] getLogTypeList()
public void setLogTypeList(SecLogDeliveryKafkaSettingInfo[] LogTypeList)
LogTypeList
- List of log types
Note: This field may return null, indicating that no valid values can be obtained.public String getUser()
public void setUser(String User)
User
- Username
Note: This field may return null, indicating that no valid values can be obtained.public String getRegionID()
public void setRegionID(String RegionID)
RegionID
- Region ID
Note: This field may return `null`, indicating that no valid value was found.public 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.