public class UpdateGatewaySpecRequest extends Object
| Constructor and Description |
|---|
UpdateGatewaySpecRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@NotNull String |
getId()
Get id
|
@Valid ResourceSpecForUpdateGatewaySpecInput |
getResourceSpec()
Get resourceSpec
|
int |
hashCode() |
UpdateGatewaySpecRequest |
id(String id) |
UpdateGatewaySpecRequest |
resourceSpec(ResourceSpecForUpdateGatewaySpecInput resourceSpec) |
void |
setId(String id) |
void |
setResourceSpec(ResourceSpecForUpdateGatewaySpecInput resourceSpec) |
String |
toString() |
public UpdateGatewaySpecRequest id(String id)
@NotNull public @NotNull String getId()
public void setId(String id)
public UpdateGatewaySpecRequest resourceSpec(ResourceSpecForUpdateGatewaySpecInput resourceSpec)
@Valid public @Valid ResourceSpecForUpdateGatewaySpecInput getResourceSpec()
public void setResourceSpec(ResourceSpecForUpdateGatewaySpecInput resourceSpec)
Copyright © 2026. All rights reserved.