public class ModifyEipAddressAttributesRequest extends Object
| Constructor and Description |
|---|
ModifyEipAddressAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyEipAddressAttributesRequest |
allocationId(String allocationId) |
ModifyEipAddressAttributesRequest |
bandwidth(Integer bandwidth) |
ModifyEipAddressAttributesRequest |
description(String description) |
boolean |
equals(Object o) |
@NotNull String |
getAllocationId()
Get allocationId
|
@Min(value=1L) Integer |
getBandwidth()
Get bandwidth
minimum: 1
|
@Size(min=1,max=255) String |
getDescription()
Get description
|
@Size(min=1,max=128) String |
getName()
Get name
|
int |
hashCode() |
Boolean |
isReleaseWithInstance()
Get releaseWithInstance
|
ModifyEipAddressAttributesRequest |
name(String name) |
ModifyEipAddressAttributesRequest |
releaseWithInstance(Boolean releaseWithInstance) |
void |
setAllocationId(String allocationId) |
void |
setBandwidth(Integer bandwidth) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setReleaseWithInstance(Boolean releaseWithInstance) |
String |
toString() |
public ModifyEipAddressAttributesRequest allocationId(String allocationId)
@NotNull public @NotNull String getAllocationId()
public void setAllocationId(String allocationId)
public ModifyEipAddressAttributesRequest bandwidth(Integer bandwidth)
@Min(value=1L) public @Min(value=1L) Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public ModifyEipAddressAttributesRequest description(String description)
@Size(min=1,
max=255)
public @Size(min=1,max=255) String getDescription()
public void setDescription(String description)
public ModifyEipAddressAttributesRequest name(String name)
@Size(min=1,
max=128)
public @Size(min=1,max=128) String getName()
public void setName(String name)
public ModifyEipAddressAttributesRequest releaseWithInstance(Boolean releaseWithInstance)
public Boolean isReleaseWithInstance()
public void setReleaseWithInstance(Boolean releaseWithInstance)
Copyright © 2024. All rights reserved.