@Generated(value={"Immutables.generator","_SecurityGroup"}) public final class SecurityGroup extends Object
_SecurityGroup
.
Use the builder to create immutable instances:
SecurityGroup.builder()
.
Modifier and Type | Class and Description |
---|---|
static class |
SecurityGroup.Builder
Builds instances of type
SecurityGroup . |
Modifier and Type | Method and Description |
---|---|
static SecurityGroup.Builder |
builder()
Creates a builder for
SecurityGroup . |
boolean |
equals(Object another)
This instance is equal to all instances of
SecurityGroup that have equal attribute values. |
String |
getName()
The name
|
List<Rule> |
getRules()
The rules
|
int |
hashCode()
Computes a hash code from attributes:
name , rules . |
String |
toString()
Prints the immutable value
SecurityGroup with attribute values. |
public String getName()
public boolean equals(Object another)
SecurityGroup
that have equal attribute values.public int hashCode()
name
, rules
.public String toString()
SecurityGroup
with attribute values.public static SecurityGroup.Builder builder()
SecurityGroup
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.