@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNetworkAnalyzerConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateNetworkAnalyzerConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateNetworkAnalyzerConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationName() |
String |
getDescription() |
TraceContent |
getTraceContent() |
List<String> |
getWirelessDevicesToAdd()
Wireless device resources to add to the network analyzer configuration.
|
List<String> |
getWirelessDevicesToRemove()
Wireless device resources to remove from the network analyzer configuration.
|
List<String> |
getWirelessGatewaysToAdd()
Wireless gateway resources to add to the network analyzer configuration.
|
List<String> |
getWirelessGatewaysToRemove()
Wireless gateway resources to remove from the network analyzer configuration.
|
int |
hashCode() |
void |
setConfigurationName(String configurationName) |
void |
setDescription(String description) |
void |
setTraceContent(TraceContent traceContent) |
void |
setWirelessDevicesToAdd(Collection<String> wirelessDevicesToAdd)
Wireless device resources to add to the network analyzer configuration.
|
void |
setWirelessDevicesToRemove(Collection<String> wirelessDevicesToRemove)
Wireless device resources to remove from the network analyzer configuration.
|
void |
setWirelessGatewaysToAdd(Collection<String> wirelessGatewaysToAdd)
Wireless gateway resources to add to the network analyzer configuration.
|
void |
setWirelessGatewaysToRemove(Collection<String> wirelessGatewaysToRemove)
Wireless gateway resources to remove from the network analyzer configuration.
|
String |
toString()
Returns a string representation of this object.
|
UpdateNetworkAnalyzerConfigurationRequest |
withConfigurationName(String configurationName) |
UpdateNetworkAnalyzerConfigurationRequest |
withDescription(String description) |
UpdateNetworkAnalyzerConfigurationRequest |
withTraceContent(TraceContent traceContent) |
UpdateNetworkAnalyzerConfigurationRequest |
withWirelessDevicesToAdd(Collection<String> wirelessDevicesToAdd)
Wireless device resources to add to the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest |
withWirelessDevicesToAdd(String... wirelessDevicesToAdd)
Wireless device resources to add to the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest |
withWirelessDevicesToRemove(Collection<String> wirelessDevicesToRemove)
Wireless device resources to remove from the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest |
withWirelessDevicesToRemove(String... wirelessDevicesToRemove)
Wireless device resources to remove from the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest |
withWirelessGatewaysToAdd(Collection<String> wirelessGatewaysToAdd)
Wireless gateway resources to add to the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest |
withWirelessGatewaysToAdd(String... wirelessGatewaysToAdd)
Wireless gateway resources to add to the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest |
withWirelessGatewaysToRemove(Collection<String> wirelessGatewaysToRemove)
Wireless gateway resources to remove from the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest |
withWirelessGatewaysToRemove(String... wirelessGatewaysToRemove)
Wireless gateway resources to remove from the network analyzer configuration.
|
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, withSdkRequestTimeoutpublic UpdateNetworkAnalyzerConfigurationRequest()
public void setConfigurationName(String configurationName)
configurationName - public String getConfigurationName()
public UpdateNetworkAnalyzerConfigurationRequest withConfigurationName(String configurationName)
configurationName - public void setTraceContent(TraceContent traceContent)
traceContent - public TraceContent getTraceContent()
public UpdateNetworkAnalyzerConfigurationRequest withTraceContent(TraceContent traceContent)
traceContent - public List<String> getWirelessDevicesToAdd()
Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId
of the resource to add in the input array.
WirelessDeviceId of the resource to add in the input array.public void setWirelessDevicesToAdd(Collection<String> wirelessDevicesToAdd)
Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId
of the resource to add in the input array.
wirelessDevicesToAdd - Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceId of the resource to add in the input array.public UpdateNetworkAnalyzerConfigurationRequest withWirelessDevicesToAdd(String... wirelessDevicesToAdd)
Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId
of the resource to add in the input array.
NOTE: This method appends the values to the existing list (if any). Use
setWirelessDevicesToAdd(java.util.Collection) or withWirelessDevicesToAdd(java.util.Collection)
if you want to override the existing values.
wirelessDevicesToAdd - Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceId of the resource to add in the input array.public UpdateNetworkAnalyzerConfigurationRequest withWirelessDevicesToAdd(Collection<String> wirelessDevicesToAdd)
Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId
of the resource to add in the input array.
wirelessDevicesToAdd - Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceId of the resource to add in the input array.public List<String> getWirelessDevicesToRemove()
Wireless device resources to remove from the network analyzer configuration. Provide the
WirelessDeviceId of the resources to remove in the input array.
WirelessDeviceId of the resources to remove in the input array.public void setWirelessDevicesToRemove(Collection<String> wirelessDevicesToRemove)
Wireless device resources to remove from the network analyzer configuration. Provide the
WirelessDeviceId of the resources to remove in the input array.
wirelessDevicesToRemove - Wireless device resources to remove from the network analyzer configuration. Provide the
WirelessDeviceId of the resources to remove in the input array.public UpdateNetworkAnalyzerConfigurationRequest withWirelessDevicesToRemove(String... wirelessDevicesToRemove)
Wireless device resources to remove from the network analyzer configuration. Provide the
WirelessDeviceId of the resources to remove in the input array.
NOTE: This method appends the values to the existing list (if any). Use
setWirelessDevicesToRemove(java.util.Collection) or
withWirelessDevicesToRemove(java.util.Collection) if you want to override the existing values.
wirelessDevicesToRemove - Wireless device resources to remove from the network analyzer configuration. Provide the
WirelessDeviceId of the resources to remove in the input array.public UpdateNetworkAnalyzerConfigurationRequest withWirelessDevicesToRemove(Collection<String> wirelessDevicesToRemove)
Wireless device resources to remove from the network analyzer configuration. Provide the
WirelessDeviceId of the resources to remove in the input array.
wirelessDevicesToRemove - Wireless device resources to remove from the network analyzer configuration. Provide the
WirelessDeviceId of the resources to remove in the input array.public List<String> getWirelessGatewaysToAdd()
Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.
WirelessGatewayId of the resource to add in the input array.public void setWirelessGatewaysToAdd(Collection<String> wirelessGatewaysToAdd)
Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.
wirelessGatewaysToAdd - Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.public UpdateNetworkAnalyzerConfigurationRequest withWirelessGatewaysToAdd(String... wirelessGatewaysToAdd)
Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.
NOTE: This method appends the values to the existing list (if any). Use
setWirelessGatewaysToAdd(java.util.Collection) or
withWirelessGatewaysToAdd(java.util.Collection) if you want to override the existing values.
wirelessGatewaysToAdd - Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.public UpdateNetworkAnalyzerConfigurationRequest withWirelessGatewaysToAdd(Collection<String> wirelessGatewaysToAdd)
Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.
wirelessGatewaysToAdd - Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.public List<String> getWirelessGatewaysToRemove()
Wireless gateway resources to remove from the network analyzer configuration. Provide the
WirelessGatewayId of the resources to remove in the input array.
WirelessGatewayId of the resources to remove in the input array.public void setWirelessGatewaysToRemove(Collection<String> wirelessGatewaysToRemove)
Wireless gateway resources to remove from the network analyzer configuration. Provide the
WirelessGatewayId of the resources to remove in the input array.
wirelessGatewaysToRemove - Wireless gateway resources to remove from the network analyzer configuration. Provide the
WirelessGatewayId of the resources to remove in the input array.public UpdateNetworkAnalyzerConfigurationRequest withWirelessGatewaysToRemove(String... wirelessGatewaysToRemove)
Wireless gateway resources to remove from the network analyzer configuration. Provide the
WirelessGatewayId of the resources to remove in the input array.
NOTE: This method appends the values to the existing list (if any). Use
setWirelessGatewaysToRemove(java.util.Collection) or
withWirelessGatewaysToRemove(java.util.Collection) if you want to override the existing values.
wirelessGatewaysToRemove - Wireless gateway resources to remove from the network analyzer configuration. Provide the
WirelessGatewayId of the resources to remove in the input array.public UpdateNetworkAnalyzerConfigurationRequest withWirelessGatewaysToRemove(Collection<String> wirelessGatewaysToRemove)
Wireless gateway resources to remove from the network analyzer configuration. Provide the
WirelessGatewayId of the resources to remove in the input array.
wirelessGatewaysToRemove - Wireless gateway resources to remove from the network analyzer configuration. Provide the
WirelessGatewayId of the resources to remove in the input array.public void setDescription(String description)
description - public String getDescription()
public UpdateNetworkAnalyzerConfigurationRequest withDescription(String description)
description - public String toString()
toString in class ObjectObject.toString()public UpdateNetworkAnalyzerConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()