public class DescribeEnvironmentRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeEnvironmentRequest() | 
| DescribeEnvironmentRequest(DescribeEnvironmentRequest 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 | getEnvironmentId()Get Namespace ID | 
| Long | getSourceChannel()Get Source channel | 
| void | setEnvironmentId(String EnvironmentId)Set Namespace ID | 
| void | setSourceChannel(Long SourceChannel)Set Source channel | 
| 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 DescribeEnvironmentRequest()
public DescribeEnvironmentRequest(DescribeEnvironmentRequest source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId - Namespace IDpublic Long getSourceChannel()
public void setSourceChannel(Long SourceChannel)
SourceChannel - Source channelCopyright © 2023. All rights reserved.