public class ModifyNamespaceRequest extends AbstractModel
Constructor and Description |
---|
ModifyNamespaceRequest() |
ModifyNamespaceRequest(ModifyNamespaceRequest 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 |
getDescription()
Get Namespace description
|
String |
getNamespaceId()
Get Environment ID
|
String |
getNamespaceName()
Get Namespace name
|
Long |
getSourceChannel()
Get Source channel
|
String[] |
getSubnetIds()
Get Subnet
|
String |
getVpc()
Get VPC name
|
void |
setDescription(String Description)
Set Namespace description
|
void |
setNamespaceId(String NamespaceId)
Set Environment ID
|
void |
setNamespaceName(String NamespaceName)
Set Namespace name
|
void |
setSourceChannel(Long SourceChannel)
Set Source channel
|
void |
setSubnetIds(String[] SubnetIds)
Set Subnet
|
void |
setVpc(String Vpc)
Set VPC name
|
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 ModifyNamespaceRequest()
public ModifyNamespaceRequest(ModifyNamespaceRequest source)
public String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- Environment IDpublic String getNamespaceName()
public void setNamespaceName(String NamespaceName)
NamespaceName
- Namespace namepublic String getDescription()
public void setDescription(String Description)
Description
- Namespace descriptionpublic String getVpc()
public void setVpc(String Vpc)
Vpc
- VPC namepublic String[] getSubnetIds()
public void setSubnetIds(String[] SubnetIds)
SubnetIds
- Subnetpublic Long getSourceChannel()
public void setSourceChannel(Long SourceChannel)
SourceChannel
- Source channelCopyright © 2023. All rights reserved.