@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateRouterGroupRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateRouterGroupRequest.Builder
Builds instances of type
UpdateRouterGroupRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRouterGroupRequest.Builder |
builder()
Creates a builder for
UpdateRouterGroupRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateRouterGroupRequest that have equal attribute values. |
String |
getReservablePorts()
The reservable ports
|
String |
getRouterGroupId()
The router group id
|
int |
hashCode()
Computes a hash code from attributes:
reservablePorts, routerGroupId. |
String |
toString()
Prints the immutable value
UpdateRouterGroupRequest with attribute values. |
public String getReservablePorts()
public String getRouterGroupId()
public boolean equals(Object another)
UpdateRouterGroupRequest that have equal attribute values.public int hashCode()
reservablePorts, routerGroupId.public String toString()
UpdateRouterGroupRequest with attribute values.public static UpdateRouterGroupRequest.Builder builder()
UpdateRouterGroupRequest.
UpdateRouterGroupRequest.builder()
.reservablePorts(String) // required reservablePorts
.routerGroupId(String) // required routerGroupId
.build();
Copyright © 2020. All rights reserved.