@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateSecurityGroupRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateSecurityGroupRequest.Builder
Builds instances of type
UpdateSecurityGroupRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSecurityGroupRequest.Builder |
builder()
Creates a builder for
UpdateSecurityGroupRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateSecurityGroupRequest that have equal attribute values. |
GloballyEnabled |
getGloballyEnabled()
Object that controls if the group is applied globally to the lifecycle of all applications
|
String |
getName()
Name of the security group
|
List<Rule> |
getRules()
Rules that will be applied by this security group
|
String |
getSecurityGroupId()
Id of the security group
|
int |
hashCode()
Computes a hash code from attributes:
securityGroupId, name, globallyEnabled, rules. |
String |
toString()
Prints the immutable value
UpdateSecurityGroupRequest with attribute values. |
public String getSecurityGroupId()
public String getName()
public GloballyEnabled getGloballyEnabled()
public boolean equals(Object another)
UpdateSecurityGroupRequest that have equal attribute values.public int hashCode()
securityGroupId, name, globallyEnabled, rules.public String toString()
UpdateSecurityGroupRequest with attribute values.public static UpdateSecurityGroupRequest.Builder builder()
UpdateSecurityGroupRequest.
UpdateSecurityGroupRequest.builder()
.securityGroupId(String) // required securityGroupId
.name(String) // required name
.globallyEnabled(org.cloudfoundry.client.v3.securitygroups.GloballyEnabled) // required globallyEnabled
.rule|addAllRules(Rule) // rules elements
.build();
Copyright © 2024. All rights reserved.