public class AttachCcnInstancesRequest extends AbstractModel
| Constructor and Description | 
|---|
| AttachCcnInstancesRequest() | 
| AttachCcnInstancesRequest(AttachCcnInstancesRequest 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) of the CCN. | 
| CcnInstance[] | getInstances()Get List of associated network instances | 
| void | setCcnId(String CcnId)Set The CCN instance ID, such as `ccn-f49l6u0z`. | 
| void | setCcnUin(String CcnUin)Set The UIN (root account) of the CCN. | 
| void | setInstances(CcnInstance[] Instances)Set List of associated network instances | 
| 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 AttachCcnInstancesRequest()
public AttachCcnInstancesRequest(AttachCcnInstancesRequest source)
public String getCcnId()
public void setCcnId(String CcnId)
CcnId - The CCN instance ID, such as `ccn-f49l6u0z`.public CcnInstance[] getInstances()
public void setInstances(CcnInstance[] Instances)
Instances - List of associated network instancespublic String getCcnUin()
public void setCcnUin(String CcnUin)
CcnUin - The UIN (root account) of the CCN. By default, the current account belongs to the UINCopyright © 2022. All rights reserved.