public class ModifyIpAddressPoolAttributesRequest extends Object
| Constructor and Description |
|---|
ModifyIpAddressPoolAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyIpAddressPoolAttributesRequest |
clientToken(String clientToken) |
ModifyIpAddressPoolAttributesRequest |
description(String description) |
boolean |
equals(Object o) |
String |
getClientToken()
Get clientToken
|
@Size(min=1,max=255) String |
getDescription()
Get description
|
@NotNull String |
getIpAddressPoolId()
Get ipAddressPoolId
|
@Size(min=1,max=128) String |
getName()
Get name
|
int |
hashCode() |
ModifyIpAddressPoolAttributesRequest |
ipAddressPoolId(String ipAddressPoolId) |
ModifyIpAddressPoolAttributesRequest |
name(String name) |
void |
setClientToken(String clientToken) |
void |
setDescription(String description) |
void |
setIpAddressPoolId(String ipAddressPoolId) |
void |
setName(String name) |
String |
toString() |
public ModifyIpAddressPoolAttributesRequest()
public ModifyIpAddressPoolAttributesRequest clientToken(String clientToken)
public String getClientToken()
public void setClientToken(String clientToken)
public ModifyIpAddressPoolAttributesRequest description(String description)
@Size(min=1,
max=255)
public @Size(min=1,max=255) String getDescription()
public void setDescription(String description)
public ModifyIpAddressPoolAttributesRequest ipAddressPoolId(String ipAddressPoolId)
@NotNull public @NotNull String getIpAddressPoolId()
public void setIpAddressPoolId(String ipAddressPoolId)
public ModifyIpAddressPoolAttributesRequest name(String name)
@Size(min=1,
max=128)
public @Size(min=1,max=128) String getName()
public void setName(String name)
Copyright © 2024. All rights reserved.