public class DescribeLogSetsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeLogSetsRequest() | 
| DescribeLogSetsRequest(DescribeLogSetsRequest 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 | getLogSetId()Get ID of the logset. | 
| String | getLogSetName()Get Name of the logset. | 
| String | getLogSetRegion()Get Region of the logset. | 
| void | setLogSetId(String LogSetId)Set ID of the logset. | 
| void | setLogSetName(String LogSetName)Set Name of the logset. | 
| void | setLogSetRegion(String LogSetRegion)Set Region of the logset. | 
| 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 DescribeLogSetsRequest()
public DescribeLogSetsRequest(DescribeLogSetsRequest source)
public String getLogSetRegion()
public void setLogSetRegion(String LogSetRegion)
LogSetRegion - Region of the logset.public String getLogSetId()
public void setLogSetId(String LogSetId)
LogSetId - ID of the logset.public String getLogSetName()
public void setLogSetName(String LogSetName)
LogSetName - Name of the logset.Copyright © 2022. All rights reserved.