@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateSecurityGroupResponse extends SecurityGroup
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSecurityGroupResponse.Builder
Builds instances of type
CreateSecurityGroupResponse. |
| Modifier and Type | Method and Description |
|---|---|
static CreateSecurityGroupResponse.Builder |
builder()
Creates a builder for
CreateSecurityGroupResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateSecurityGroupResponse that have equal attribute values. |
String |
getCreatedAt()
When the resource was created
|
GloballyEnabled |
getGloballyEnabled()
The globally enabled
|
String |
getId()
The resource's id
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
String |
getName()
The name
|
Relationships |
getRelationships()
The space relationships
|
List<Rule> |
getRules()
The rules
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, name, globallyEnabled, rules, relationships. |
String |
toString()
Prints the immutable value
CreateSecurityGroupResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic String getName()
public GloballyEnabled getGloballyEnabled()
public Relationships getRelationships()
public boolean equals(Object another)
CreateSecurityGroupResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, name, globallyEnabled, rules, relationships.public String toString()
CreateSecurityGroupResponse with attribute values.public static CreateSecurityGroupResponse.Builder builder()
CreateSecurityGroupResponse.
CreateSecurityGroupResponse.builder()
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.name(String) // required name
.globallyEnabled(org.cloudfoundry.client.v3.securitygroups.GloballyEnabled) // required globallyEnabled
.rule|addAllRules(Rule) // rules elements
.relationships(org.cloudfoundry.client.v3.securitygroups.Relationships) // required relationships
.build();
Copyright © 2024. All rights reserved.