@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplySecurityGroupsToClientVpnTargetNetworkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ApplySecurityGroupsToClientVpnTargetNetworkResult() |
Modifier and Type | Method and Description |
---|---|
ApplySecurityGroupsToClientVpnTargetNetworkResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getSecurityGroupIds()
The IDs of the applied security groups.
|
int |
hashCode() |
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the applied security groups.
|
String |
toString()
Returns a string representation of this object.
|
ApplySecurityGroupsToClientVpnTargetNetworkResult |
withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the applied security groups.
|
ApplySecurityGroupsToClientVpnTargetNetworkResult |
withSecurityGroupIds(String... securityGroupIds)
The IDs of the applied security groups.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ApplySecurityGroupsToClientVpnTargetNetworkResult()
public List<String> getSecurityGroupIds()
The IDs of the applied security groups.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the applied security groups.
securityGroupIds
- The IDs of the applied security groups.public ApplySecurityGroupsToClientVpnTargetNetworkResult withSecurityGroupIds(String... securityGroupIds)
The IDs of the applied security groups.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
securityGroupIds
- The IDs of the applied security groups.public ApplySecurityGroupsToClientVpnTargetNetworkResult withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the applied security groups.
securityGroupIds
- The IDs of the applied security groups.public String toString()
toString
in class Object
Object.toString()
public ApplySecurityGroupsToClientVpnTargetNetworkResult clone()