public class BatchApplyAccountBaselinesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
BatchApplyAccountBaselinesRequest() |
BatchApplyAccountBaselinesRequest(BatchApplyAccountBaselinesRequest 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 |
---|---|
BaselineConfigItem[] |
getBaselineConfigItems()
Get List of baseline item configuration information.
|
Long[] |
getMemberUinList()
Get Member account UIN, which is also the UIN of the account to which the baseline is applied.
|
void |
setBaselineConfigItems(BaselineConfigItem[] BaselineConfigItems)
Set List of baseline item configuration information.
|
void |
setMemberUinList(Long[] MemberUinList)
Set Member account UIN, which is also the UIN of the account to which the baseline is applied.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BatchApplyAccountBaselinesRequest()
public BatchApplyAccountBaselinesRequest(BatchApplyAccountBaselinesRequest source)
public Long[] getMemberUinList()
public void setMemberUinList(Long[] MemberUinList)
MemberUinList
- Member account UIN, which is also the UIN of the account to which the baseline is applied.public BaselineConfigItem[] getBaselineConfigItems()
public void setBaselineConfigItems(BaselineConfigItem[] BaselineConfigItems)
BaselineConfigItems
- List of baseline item configuration information.Copyright © 2024. All rights reserved.