@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetSecurityGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
SetSecurityGroupsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
SetSecurityGroupsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic()
 Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through
 Amazon Web Services PrivateLink. 
 | 
List<String> | 
getSecurityGroupIds()
 The IDs of the security groups associated with the load balancer. 
 | 
int | 
hashCode()  | 
void | 
setEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(String enforceSecurityGroupInboundRulesOnPrivateLinkTraffic)
 Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through
 Amazon Web Services PrivateLink. 
 | 
void | 
setSecurityGroupIds(Collection<String> securityGroupIds)
 The IDs of the security groups associated with the load balancer. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
SetSecurityGroupsResult | 
withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum enforceSecurityGroupInboundRulesOnPrivateLinkTraffic)
 Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through
 Amazon Web Services PrivateLink. 
 | 
SetSecurityGroupsResult | 
withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(String enforceSecurityGroupInboundRulesOnPrivateLinkTraffic)
 Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through
 Amazon Web Services PrivateLink. 
 | 
SetSecurityGroupsResult | 
withSecurityGroupIds(Collection<String> securityGroupIds)
 The IDs of the security groups associated with the load balancer. 
 | 
SetSecurityGroupsResult | 
withSecurityGroupIds(String... securityGroupIds)
 The IDs of the security groups associated with the load balancer. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getSecurityGroupIds()
The IDs of the security groups associated with the load balancer.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups associated with the load balancer.
securityGroupIds - The IDs of the security groups associated with the load balancer.public SetSecurityGroupsResult withSecurityGroupIds(String... securityGroupIds)
The IDs of the security groups associated with the load balancer.
 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 security groups associated with the load balancer.public SetSecurityGroupsResult withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups associated with the load balancer.
securityGroupIds - The IDs of the security groups associated with the load balancer.public void setEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(String enforceSecurityGroupInboundRulesOnPrivateLinkTraffic)
Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.
enforceSecurityGroupInboundRulesOnPrivateLinkTraffic - Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer
        through Amazon Web Services PrivateLink.EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnumpublic String getEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic()
Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.
EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnumpublic SetSecurityGroupsResult withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(String enforceSecurityGroupInboundRulesOnPrivateLinkTraffic)
Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.
enforceSecurityGroupInboundRulesOnPrivateLinkTraffic - Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer
        through Amazon Web Services PrivateLink.EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnumpublic SetSecurityGroupsResult withEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum enforceSecurityGroupInboundRulesOnPrivateLinkTraffic)
Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.
enforceSecurityGroupInboundRulesOnPrivateLinkTraffic - Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer
        through Amazon Web Services PrivateLink.EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnumpublic String toString()
toString in class ObjectObject.toString()public SetSecurityGroupsResult clone()