@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) |
String |
getArn()
The Amazon Resource Name of the new resource.
|
String |
getDescription() |
List<String> |
getMulticastGroups()
List of multicast group resources that have been added to the network analyzer configuration.
|
String |
getName() |
TraceContent |
getTraceContent() |
List<String> |
getWirelessDevices()
List of wireless device resources that have been added to the network analyzer configuration.
|
List<String> |
getWirelessGateways()
List of wireless gateway resources that have been added to the network analyzer configuration.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name of the new resource.
|
void |
setDescription(String description) |
void |
setMulticastGroups(Collection<String> multicastGroups)
List of multicast group resources that have been added to the network analyzer configuration.
|
void |
setName(String name) |
void |
setTraceContent(TraceContent traceContent) |
void |
setWirelessDevices(Collection<String> wirelessDevices)
List of wireless device resources that have been added to the network analyzer configuration.
|
void |
setWirelessGateways(Collection<String> wirelessGateways)
List of wireless gateway resources that have been added to the network analyzer configuration.
|
String |
toString()
Returns a string representation of this object.
|
GetNetworkAnalyzerConfigurationResult |
withArn(String arn)
The Amazon Resource Name of the new resource.
|
GetNetworkAnalyzerConfigurationResult |
withDescription(String description) |
GetNetworkAnalyzerConfigurationResult |
withMulticastGroups(Collection<String> multicastGroups)
List of multicast group resources that have been added to the network analyzer configuration.
|
GetNetworkAnalyzerConfigurationResult |
withMulticastGroups(String... multicastGroups)
List of multicast group resources that have been added to the network analyzer configuration.
|
GetNetworkAnalyzerConfigurationResult |
withName(String name) |
GetNetworkAnalyzerConfigurationResult |
withTraceContent(TraceContent traceContent) |
GetNetworkAnalyzerConfigurationResult |
withWirelessDevices(Collection<String> wirelessDevices)
List of wireless device resources that have been added to the network analyzer configuration.
|
GetNetworkAnalyzerConfigurationResult |
withWirelessDevices(String... wirelessDevices)
List of wireless device resources that have been added to the network analyzer configuration.
|
GetNetworkAnalyzerConfigurationResult |
withWirelessGateways(Collection<String> wirelessGateways)
List of wireless gateway resources that have been added to the network analyzer configuration.
|
GetNetworkAnalyzerConfigurationResult |
withWirelessGateways(String... wirelessGateways)
List of wireless gateway resources that have been added to the network analyzer configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetNetworkAnalyzerConfigurationResult()
public void setTraceContent(TraceContent traceContent)
traceContent
- public TraceContent getTraceContent()
public GetNetworkAnalyzerConfigurationResult withTraceContent(TraceContent traceContent)
traceContent
- public List<String> getWirelessDevices()
List of wireless device resources that have been added to the network analyzer configuration.
public void setWirelessDevices(Collection<String> wirelessDevices)
List of wireless device resources that have been added to the network analyzer configuration.
wirelessDevices
- List of wireless device resources that have been added to the network analyzer configuration.public GetNetworkAnalyzerConfigurationResult withWirelessDevices(String... wirelessDevices)
List of wireless device resources that have been added to the network analyzer configuration.
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 wireless device resources that have been added to the network analyzer configuration.public GetNetworkAnalyzerConfigurationResult withWirelessDevices(Collection<String> wirelessDevices)
List of wireless device resources that have been added to the network analyzer configuration.
wirelessDevices
- List of wireless device resources that have been added to the network analyzer configuration.public List<String> getWirelessGateways()
List of wireless gateway resources that have been added to the network analyzer configuration.
public void setWirelessGateways(Collection<String> wirelessGateways)
List of wireless gateway resources that have been added to the network analyzer configuration.
wirelessGateways
- List of wireless gateway resources that have been added to the network analyzer configuration.public GetNetworkAnalyzerConfigurationResult withWirelessGateways(String... wirelessGateways)
List of wireless gateway resources that have been added to the network analyzer configuration.
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 wireless gateway resources that have been added to the network analyzer configuration.public GetNetworkAnalyzerConfigurationResult withWirelessGateways(Collection<String> wirelessGateways)
List of wireless gateway resources that have been added to the network analyzer configuration.
wirelessGateways
- List of wireless gateway resources that have been added to the network analyzer configuration.public void setDescription(String description)
description
- public String getDescription()
public GetNetworkAnalyzerConfigurationResult withDescription(String description)
description
- public void setArn(String arn)
The Amazon Resource Name of the new resource.
arn
- The Amazon Resource Name of the new resource.public String getArn()
The Amazon Resource Name of the new resource.
public GetNetworkAnalyzerConfigurationResult withArn(String arn)
The Amazon Resource Name of the new resource.
arn
- The Amazon Resource Name of the new resource.public void setName(String name)
name
- public String getName()
public GetNetworkAnalyzerConfigurationResult withName(String name)
name
- public List<String> getMulticastGroups()
List of multicast group resources that have been added to the network analyzer configuration.
public void setMulticastGroups(Collection<String> multicastGroups)
List of multicast group resources that have been added to the network analyzer configuration.
multicastGroups
- List of multicast group resources that have been added to the network analyzer configuration.public GetNetworkAnalyzerConfigurationResult withMulticastGroups(String... multicastGroups)
List of multicast group resources that have been added to the network analyzer configuration.
NOTE: This method appends the values to the existing list (if any). Use
setMulticastGroups(java.util.Collection)
or withMulticastGroups(java.util.Collection)
if you
want to override the existing values.
multicastGroups
- List of multicast group resources that have been added to the network analyzer configuration.public GetNetworkAnalyzerConfigurationResult withMulticastGroups(Collection<String> multicastGroups)
List of multicast group resources that have been added to the network analyzer configuration.
multicastGroups
- List of multicast group resources that have been added to the network analyzer configuration.public String toString()
toString
in class Object
Object.toString()
public GetNetworkAnalyzerConfigurationResult clone()