@Generated(value={"Immutables.generator","_UpdateSecurityGroupRequest"}) public final class UpdateSecurityGroupRequest extends Object
_UpdateSecurityGroupRequest
.
Use the builder to create immutable instances:
UpdateSecurityGroupRequest.builder()
.
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
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.