@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNetworkAnalyzerConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetNetworkAnalyzerConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
GetNetworkAnalyzerConfigurationResult |
clone() |
boolean |
equals(Object obj) |
TraceContent |
getTraceContent() |
List<String> |
getWirelessDevices()
List of WirelessDevices in the NetworkAnalyzerConfiguration.
|
List<String> |
getWirelessGateways()
List of WirelessGateways in the NetworkAnalyzerConfiguration.
|
int |
hashCode() |
void |
setTraceContent(TraceContent traceContent) |
void |
setWirelessDevices(Collection<String> wirelessDevices)
List of WirelessDevices in the NetworkAnalyzerConfiguration.
|
void |
setWirelessGateways(Collection<String> wirelessGateways)
List of WirelessGateways in the NetworkAnalyzerConfiguration.
|
String |
toString()
Returns a string representation of this object.
|
GetNetworkAnalyzerConfigurationResult |
withTraceContent(TraceContent traceContent) |
GetNetworkAnalyzerConfigurationResult |
withWirelessDevices(Collection<String> wirelessDevices)
List of WirelessDevices in the NetworkAnalyzerConfiguration.
|
GetNetworkAnalyzerConfigurationResult |
withWirelessDevices(String... wirelessDevices)
List of WirelessDevices in the NetworkAnalyzerConfiguration.
|
GetNetworkAnalyzerConfigurationResult |
withWirelessGateways(Collection<String> wirelessGateways)
List of WirelessGateways in the NetworkAnalyzerConfiguration.
|
GetNetworkAnalyzerConfigurationResult |
withWirelessGateways(String... wirelessGateways)
List of WirelessGateways in the NetworkAnalyzerConfiguration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetNetworkAnalyzerConfigurationResult()
public void setTraceContent(TraceContent traceContent)
traceContent - public TraceContent getTraceContent()
public GetNetworkAnalyzerConfigurationResult withTraceContent(TraceContent traceContent)
traceContent - public List<String> getWirelessDevices()
List of WirelessDevices in the NetworkAnalyzerConfiguration.
public void setWirelessDevices(Collection<String> wirelessDevices)
List of WirelessDevices in the NetworkAnalyzerConfiguration.
wirelessDevices - List of WirelessDevices in the NetworkAnalyzerConfiguration.public GetNetworkAnalyzerConfigurationResult withWirelessDevices(String... wirelessDevices)
List of WirelessDevices in the NetworkAnalyzerConfiguration.
NOTE: This method appends the values to the existing list (if any). Use
setWirelessDevices(java.util.Collection) or withWirelessDevices(java.util.Collection) if you
want to override the existing values.
wirelessDevices - List of WirelessDevices in the NetworkAnalyzerConfiguration.public GetNetworkAnalyzerConfigurationResult withWirelessDevices(Collection<String> wirelessDevices)
List of WirelessDevices in the NetworkAnalyzerConfiguration.
wirelessDevices - List of WirelessDevices in the NetworkAnalyzerConfiguration.public List<String> getWirelessGateways()
List of WirelessGateways in the NetworkAnalyzerConfiguration.
public void setWirelessGateways(Collection<String> wirelessGateways)
List of WirelessGateways in the NetworkAnalyzerConfiguration.
wirelessGateways - List of WirelessGateways in the NetworkAnalyzerConfiguration.public GetNetworkAnalyzerConfigurationResult withWirelessGateways(String... wirelessGateways)
List of WirelessGateways in the NetworkAnalyzerConfiguration.
NOTE: This method appends the values to the existing list (if any). Use
setWirelessGateways(java.util.Collection) or withWirelessGateways(java.util.Collection) if you
want to override the existing values.
wirelessGateways - List of WirelessGateways in the NetworkAnalyzerConfiguration.public GetNetworkAnalyzerConfigurationResult withWirelessGateways(Collection<String> wirelessGateways)
List of WirelessGateways in the NetworkAnalyzerConfiguration.
wirelessGateways - List of WirelessGateways in the NetworkAnalyzerConfiguration.public String toString()
toString in class ObjectObject.toString()public GetNetworkAnalyzerConfigurationResult clone()