Package com.exoscale.sdk.model
Class UpdateVpcRequest
java.lang.Object
com.exoscale.sdk.model.UpdateVpcRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class UpdateVpcRequest
extends Object
UpdateVpcRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanReturn true if this update_vpc_request object is equal to o.VPC descriptionorg.openapitools.jackson.nullable.JsonNullable<String>Get labelsgetName()VPC nameorg.openapitools.jackson.nullable.JsonNullable<String>inthashCode()putLabelsItem(String key, String labelsItem) voidsetDescription(String description) voidsetDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) voidvoidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_LABELS
- See Also:
-
-
Constructor Details
-
UpdateVpcRequest
public UpdateVpcRequest()
-
-
Method Details
-
name
-
getName
VPC name- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
description
-
getDescription
VPC description- Returns:
- description
-
getDescription_JsonNullable
-
setDescription_JsonNullable
public void setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) -
setDescription
-
labels
-
putLabelsItem
-
getLabels
Get labels- Returns:
- labels
-
setLabels
-
equals
Return true if this update_vpc_request object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-