public class DescribeEnvironmentStatusRequest extends AbstractModel
Constructor and Description |
---|
DescribeEnvironmentStatusRequest() |
DescribeEnvironmentStatusRequest(DescribeEnvironmentStatusRequest 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[] |
getEnvironmentIds()
Get ID of the environment
|
Long |
getSourceChannel()
Get Source channel
|
void |
setEnvironmentIds(String[] EnvironmentIds)
Set ID of the environment
|
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, toJsonString
public DescribeEnvironmentStatusRequest()
public DescribeEnvironmentStatusRequest(DescribeEnvironmentStatusRequest source)
public String[] getEnvironmentIds()
public void setEnvironmentIds(String[] EnvironmentIds)
EnvironmentIds
- ID of the environmentpublic Long getSourceChannel()
public void setSourceChannel(Long SourceChannel)
SourceChannel
- Source channelCopyright © 2023. All rights reserved.