@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWirelessGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateWirelessGatewayRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateWirelessGatewayRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A new description of the resource.
|
String |
getId()
The ID of the resource to update.
|
List<List<String>> |
getJoinEuiFilters() |
Float |
getMaxEirp()
The MaxEIRP value.
|
String |
getName()
The new name of the resource.
|
List<String> |
getNetIdFilters() |
int |
hashCode() |
void |
setDescription(String description)
A new description of the resource.
|
void |
setId(String id)
The ID of the resource to update.
|
void |
setJoinEuiFilters(Collection<List<String>> joinEuiFilters) |
void |
setMaxEirp(Float maxEirp)
The MaxEIRP value.
|
void |
setName(String name)
The new name of the resource.
|
void |
setNetIdFilters(Collection<String> netIdFilters) |
String |
toString()
Returns a string representation of this object.
|
UpdateWirelessGatewayRequest |
withDescription(String description)
A new description of the resource.
|
UpdateWirelessGatewayRequest |
withId(String id)
The ID of the resource to update.
|
UpdateWirelessGatewayRequest |
withJoinEuiFilters(Collection<List<String>> joinEuiFilters) |
UpdateWirelessGatewayRequest |
withJoinEuiFilters(List<String>... joinEuiFilters)
NOTE: This method appends the values to the existing list (if any).
|
UpdateWirelessGatewayRequest |
withMaxEirp(Float maxEirp)
The MaxEIRP value.
|
UpdateWirelessGatewayRequest |
withName(String name)
The new name of the resource.
|
UpdateWirelessGatewayRequest |
withNetIdFilters(Collection<String> netIdFilters) |
UpdateWirelessGatewayRequest |
withNetIdFilters(String... netIdFilters)
NOTE: This method appends the values to the existing list (if any).
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setId(String id)
The ID of the resource to update.
id
- The ID of the resource to update.public String getId()
The ID of the resource to update.
public UpdateWirelessGatewayRequest withId(String id)
The ID of the resource to update.
id
- The ID of the resource to update.public void setName(String name)
The new name of the resource.
name
- The new name of the resource.public String getName()
The new name of the resource.
public UpdateWirelessGatewayRequest withName(String name)
The new name of the resource.
name
- The new name of the resource.public void setDescription(String description)
A new description of the resource.
description
- A new description of the resource.public String getDescription()
A new description of the resource.
public UpdateWirelessGatewayRequest withDescription(String description)
A new description of the resource.
description
- A new description of the resource.public void setJoinEuiFilters(Collection<List<String>> joinEuiFilters)
joinEuiFilters
- public UpdateWirelessGatewayRequest withJoinEuiFilters(List<String>... joinEuiFilters)
NOTE: This method appends the values to the existing list (if any). Use
setJoinEuiFilters(java.util.Collection)
or withJoinEuiFilters(java.util.Collection)
if you want
to override the existing values.
joinEuiFilters
- public UpdateWirelessGatewayRequest withJoinEuiFilters(Collection<List<String>> joinEuiFilters)
joinEuiFilters
- public void setNetIdFilters(Collection<String> netIdFilters)
netIdFilters
- public UpdateWirelessGatewayRequest withNetIdFilters(String... netIdFilters)
NOTE: This method appends the values to the existing list (if any). Use
setNetIdFilters(java.util.Collection)
or withNetIdFilters(java.util.Collection)
if you want to
override the existing values.
netIdFilters
- public UpdateWirelessGatewayRequest withNetIdFilters(Collection<String> netIdFilters)
netIdFilters
- public void setMaxEirp(Float maxEirp)
The MaxEIRP value.
maxEirp
- The MaxEIRP value.public Float getMaxEirp()
The MaxEIRP value.
public UpdateWirelessGatewayRequest withMaxEirp(Float maxEirp)
The MaxEIRP value.
maxEirp
- The MaxEIRP value.public String toString()
toString
in class Object
Object.toString()
public UpdateWirelessGatewayRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()