public class ResetAttachCcnInstancesRequest extends AbstractModel
Constructor and Description |
---|
ResetAttachCcnInstancesRequest() |
ResetAttachCcnInstancesRequest(ResetAttachCcnInstancesRequest 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 |
getCcnId()
Get The CCN instance ID, such as `ccn-f49l6u0z`.
|
String |
getCcnUin()
Get The UIN (root account) to which the CCN belongs.
|
CcnInstance[] |
getInstances()
Get The list of network instances that re-apply for association.
|
void |
setCcnId(String CcnId)
Set The CCN instance ID, such as `ccn-f49l6u0z`.
|
void |
setCcnUin(String CcnUin)
Set The UIN (root account) to which the CCN belongs.
|
void |
setInstances(CcnInstance[] Instances)
Set The list of network instances that re-apply for association.
|
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 ResetAttachCcnInstancesRequest()
public ResetAttachCcnInstancesRequest(ResetAttachCcnInstancesRequest source)
public String getCcnId()
public void setCcnId(String CcnId)
CcnId
- The CCN instance ID, such as `ccn-f49l6u0z`.public String getCcnUin()
public void setCcnUin(String CcnUin)
CcnUin
- The UIN (root account) to which the CCN belongs.public CcnInstance[] getInstances()
public void setInstances(CcnInstance[] Instances)
Instances
- The list of network instances that re-apply for association.Copyright © 2021. All rights reserved.