@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. |
String |
getName()
The security group name
|
List<RuleEntity> |
getRules()
The security group rules
|
String |
getSecurityGroupId()
The security group id
|
List<String> |
getSpaceIds()
The list of associated spaces
|
int |
hashCode()
Computes a hash code from attributes:
name, rules, securityGroupId, spaceIds. |
String |
toString()
Prints the immutable value
UpdateSecurityGroupRequest with attribute values. |
public String getName()
public List<RuleEntity> getRules()
public String getSecurityGroupId()
public boolean equals(Object another)
UpdateSecurityGroupRequest that have equal attribute values.public int hashCode()
name, rules, securityGroupId, spaceIds.public String toString()
UpdateSecurityGroupRequest with attribute values.public static UpdateSecurityGroupRequest.Builder builder()
UpdateSecurityGroupRequest.
UpdateSecurityGroupRequest.builder()
.name(String) // required name
.rules(List<RuleEntity> | null) // nullable rules
.securityGroupId(String) // required securityGroupId
.spaceIds(List<String> | null) // nullable spaceIds
.build();
Copyright © 2020. All rights reserved.