public class TargetGroupInfo extends AbstractModel
Constructor and Description |
---|
TargetGroupInfo() |
Modifier and Type | Method and Description |
---|---|
AssociationItem[] |
getAssociatedRule()
Get Array of associated rules
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getCreatedTime()
Get Target group creation time
|
Long |
getPort()
Get Default port of target group
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getTargetGroupId()
Get Target group ID
|
String |
getTargetGroupName()
Get Target group name
|
String |
getUpdatedTime()
Get Target group modification time
|
String |
getVpcId()
Get `vpcid` of target group
|
void |
setAssociatedRule(AssociationItem[] AssociatedRule)
Set Array of associated rules
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCreatedTime(String CreatedTime)
Set Target group creation time
|
void |
setPort(Long Port)
Set Default port of target group
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTargetGroupId(String TargetGroupId)
Set Target group ID
|
void |
setTargetGroupName(String TargetGroupName)
Set Target group name
|
void |
setUpdatedTime(String UpdatedTime)
Set Target group modification time
|
void |
setVpcId(String VpcId)
Set `vpcid` 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, toJsonString
public String getTargetGroupId()
public void setTargetGroupId(String TargetGroupId)
TargetGroupId
- Target group IDpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- `vpcid` of target grouppublic String getTargetGroupName()
public void setTargetGroupName(String TargetGroupName)
TargetGroupName
- Target group namepublic Long getPort()
public void setPort(Long Port)
Port
- Default port of target group
Note: this field may return null, indicating that no valid values can be obtained.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- Target group creation timepublic String getUpdatedTime()
public void setUpdatedTime(String UpdatedTime)
UpdatedTime
- Target group modification timepublic AssociationItem[] getAssociatedRule()
public void setAssociatedRule(AssociationItem[] AssociatedRule)
AssociatedRule
- Array of associated rules
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.