@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateSecurityGroupResponse extends SecurityGroup
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateSecurityGroupResponse.Builder
Builds instances of type
UpdateSecurityGroupResponse. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSecurityGroupResponse.Builder |
builder()
Creates a builder for
UpdateSecurityGroupResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateSecurityGroupResponse 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
UpdateSecurityGroupResponse 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)
UpdateSecurityGroupResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, name, globallyEnabled, rules, relationships.public String toString()
UpdateSecurityGroupResponse with attribute values.public static UpdateSecurityGroupResponse.Builder builder()
UpdateSecurityGroupResponse.
UpdateSecurityGroupResponse.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.