@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateSecurityGroupRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSecurityGroupRequest.Builder
Builds instances of type
CreateSecurityGroupRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateSecurityGroupRequest.Builder |
builder()
Creates a builder for
CreateSecurityGroupRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateSecurityGroupRequest that have equal attribute values. |
String |
getName()
The security group name
|
List<RuleEntity> |
getRules()
The security group rules
|
List<String> |
getSpaceIds()
The list of associated spaces
|
int |
hashCode()
Computes a hash code from attributes:
name, rules, spaceIds. |
String |
toString()
Prints the immutable value
CreateSecurityGroupRequest with attribute values. |
public String getName()
public List<RuleEntity> getRules()
public boolean equals(Object another)
CreateSecurityGroupRequest that have equal attribute values.public int hashCode()
name, rules, spaceIds.public String toString()
CreateSecurityGroupRequest with attribute values.public static CreateSecurityGroupRequest.Builder builder()
CreateSecurityGroupRequest.
CreateSecurityGroupRequest.builder()
.name(String) // required name
.rules(List<RuleEntity> | null) // nullable rules
.spaceIds(List<String> | null) // nullable spaceIds
.build();
Copyright © 2020. All rights reserved.