public class ModifyCcnAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyCcnAttributeRequest() |
ModifyCcnAttributeRequest(ModifyCcnAttributeRequest 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 |
getCcnDescription()
Get The description of CCN instance.
|
String |
getCcnId()
Get The CCN instance ID, such as `ccn-f49l6u0z`.
|
String |
getCcnName()
Get The name of CCN instance.
|
void |
setCcnDescription(String CcnDescription)
Set The description of CCN instance.
|
void |
setCcnId(String CcnId)
Set The CCN instance ID, such as `ccn-f49l6u0z`.
|
void |
setCcnName(String CcnName)
Set The name of CCN instance.
|
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 ModifyCcnAttributeRequest()
public ModifyCcnAttributeRequest(ModifyCcnAttributeRequest source)
public String getCcnId()
public void setCcnId(String CcnId)
CcnId
- The CCN instance ID, such as `ccn-f49l6u0z`.public String getCcnName()
public void setCcnName(String CcnName)
CcnName
- The name of CCN instance. Up to 60 characters allowed. It can contain up to 60 bytes. Either `CcnName` or `CcnDescription` must be specified.public String getCcnDescription()
public void setCcnDescription(String CcnDescription)
CcnDescription
- The description of CCN instance. Up to 100 characters allowed. It can contain up to 60 bytes. Either `CcnName` or `CcnDescription` must be specified.Copyright © 2023. All rights reserved.