public class ModifyTargetGroupAttributeRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyTargetGroupAttributeRequest() | 
| ModifyTargetGroupAttributeRequest(ModifyTargetGroupAttributeRequest 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 | 
|---|---|
| Long | getPort()Get New default port of target group | 
| String | getTargetGroupId()Get Target group ID | 
| String | getTargetGroupName()Get New name of target group | 
| void | setPort(Long Port)Set New default port of target group | 
| void | setTargetGroupId(String TargetGroupId)Set Target group ID | 
| void | setTargetGroupName(String TargetGroupName)Set New name of target group | 
| 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 ModifyTargetGroupAttributeRequest()
public ModifyTargetGroupAttributeRequest(ModifyTargetGroupAttributeRequest source)
public String getTargetGroupId()
public void setTargetGroupId(String TargetGroupId)
TargetGroupId - Target group IDpublic String getTargetGroupName()
public void setTargetGroupName(String TargetGroupName)
TargetGroupName - New name of target grouppublic Long getPort()
public void setPort(Long Port)
Port - New default port of target groupCopyright © 2022. All rights reserved.