public class DisassociateTargetGroupsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DisassociateTargetGroupsRequest() | 
| DisassociateTargetGroupsRequest(DisassociateTargetGroupsRequest 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 | 
|---|---|
| TargetGroupAssociation[] | getAssociations()Get Array of rules to be unbound | 
| void | setAssociations(TargetGroupAssociation[] Associations)Set Array of rules to be unbound | 
| 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 DisassociateTargetGroupsRequest()
public DisassociateTargetGroupsRequest(DisassociateTargetGroupsRequest source)
public TargetGroupAssociation[] getAssociations()
public void setAssociations(TargetGroupAssociation[] Associations)
Associations - Array of rules to be unboundCopyright © 2023. All rights reserved.