@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkAnalyzerConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateNetworkAnalyzerConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkAnalyzerConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken() |
String |
getDescription() |
List<String> |
getMulticastGroups()
Multicast Group resources to add to the network analyzer configruation.
|
String |
getName() |
List<Tag> |
getTags() |
TraceContent |
getTraceContent() |
List<String> |
getWirelessDevices()
Wireless device resources to add to the network analyzer configuration.
|
List<String> |
getWirelessGateways()
Wireless gateway resources to add to the network analyzer configuration.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken) |
void |
setDescription(String description) |
void |
setMulticastGroups(Collection<String> multicastGroups)
Multicast Group resources to add to the network analyzer configruation.
|
void |
setName(String name) |
void |
setTags(Collection<Tag> tags) |
void |
setTraceContent(TraceContent traceContent) |
void |
setWirelessDevices(Collection<String> wirelessDevices)
Wireless device resources to add to the network analyzer configuration.
|
void |
setWirelessGateways(Collection<String> wirelessGateways)
Wireless gateway resources to add to the network analyzer configuration.
|
String |
toString()
Returns a string representation of this object.
|
CreateNetworkAnalyzerConfigurationRequest |
withClientRequestToken(String clientRequestToken) |
CreateNetworkAnalyzerConfigurationRequest |
withDescription(String description) |
CreateNetworkAnalyzerConfigurationRequest |
withMulticastGroups(Collection<String> multicastGroups)
Multicast Group resources to add to the network analyzer configruation.
|
CreateNetworkAnalyzerConfigurationRequest |
withMulticastGroups(String... multicastGroups)
Multicast Group resources to add to the network analyzer configruation.
|
CreateNetworkAnalyzerConfigurationRequest |
withName(String name) |
CreateNetworkAnalyzerConfigurationRequest |
withTags(Collection<Tag> tags) |
CreateNetworkAnalyzerConfigurationRequest |
withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CreateNetworkAnalyzerConfigurationRequest |
withTraceContent(TraceContent traceContent) |
CreateNetworkAnalyzerConfigurationRequest |
withWirelessDevices(Collection<String> wirelessDevices)
Wireless device resources to add to the network analyzer configuration.
|
CreateNetworkAnalyzerConfigurationRequest |
withWirelessDevices(String... wirelessDevices)
Wireless device resources to add to the network analyzer configuration.
|
CreateNetworkAnalyzerConfigurationRequest |
withWirelessGateways(Collection<String> wirelessGateways)
Wireless gateway resources to add to the network analyzer configuration.
|
CreateNetworkAnalyzerConfigurationRequest |
withWirelessGateways(String... wirelessGateways)
Wireless gateway resources to add to 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, withSdkRequestTimeout
public CreateNetworkAnalyzerConfigurationRequest()
public void setName(String name)
name
- public String getName()
public CreateNetworkAnalyzerConfigurationRequest withName(String name)
name
- public void setTraceContent(TraceContent traceContent)
traceContent
- public TraceContent getTraceContent()
public CreateNetworkAnalyzerConfigurationRequest withTraceContent(TraceContent traceContent)
traceContent
- public List<String> getWirelessDevices()
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 setWirelessDevices(Collection<String> wirelessDevices)
Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId
of the resource to add in the input array.
wirelessDevices
- Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceId
of the resource to add in the input array.public CreateNetworkAnalyzerConfigurationRequest withWirelessDevices(String... wirelessDevices)
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
setWirelessDevices(java.util.Collection)
or withWirelessDevices(java.util.Collection)
if you
want to override the existing values.
wirelessDevices
- Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceId
of the resource to add in the input array.public CreateNetworkAnalyzerConfigurationRequest withWirelessDevices(Collection<String> wirelessDevices)
Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId
of the resource to add in the input array.
wirelessDevices
- 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> getWirelessGateways()
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 setWirelessGateways(Collection<String> wirelessGateways)
Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId
of the resource to add in the input array.
wirelessGateways
- Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId
of the resource to add in the input array.public CreateNetworkAnalyzerConfigurationRequest withWirelessGateways(String... wirelessGateways)
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
setWirelessGateways(java.util.Collection)
or withWirelessGateways(java.util.Collection)
if you
want to override the existing values.
wirelessGateways
- Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId
of the resource to add in the input array.public CreateNetworkAnalyzerConfigurationRequest withWirelessGateways(Collection<String> wirelessGateways)
Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId
of the resource to add in the input array.
wirelessGateways
- Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId
of the resource to add in the input array.public void setDescription(String description)
description
- public String getDescription()
public CreateNetworkAnalyzerConfigurationRequest withDescription(String description)
description
- public void setTags(Collection<Tag> tags)
tags
- public CreateNetworkAnalyzerConfigurationRequest withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- public CreateNetworkAnalyzerConfigurationRequest withTags(Collection<Tag> tags)
tags
- public void setClientRequestToken(String clientRequestToken)
clientRequestToken
- public String getClientRequestToken()
public CreateNetworkAnalyzerConfigurationRequest withClientRequestToken(String clientRequestToken)
clientRequestToken
- public List<String> getMulticastGroups()
Multicast Group resources to add to the network analyzer configruation. Provide the MulticastGroupId
of the resource to add in the input array.
MulticastGroupId
of the resource to add in the input array.public void setMulticastGroups(Collection<String> multicastGroups)
Multicast Group resources to add to the network analyzer configruation. Provide the MulticastGroupId
of the resource to add in the input array.
multicastGroups
- Multicast Group resources to add to the network analyzer configruation. Provide the
MulticastGroupId
of the resource to add in the input array.public CreateNetworkAnalyzerConfigurationRequest withMulticastGroups(String... multicastGroups)
Multicast Group resources to add to the network analyzer configruation. Provide the MulticastGroupId
of the resource to add in the input array.
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
- Multicast Group resources to add to the network analyzer configruation. Provide the
MulticastGroupId
of the resource to add in the input array.public CreateNetworkAnalyzerConfigurationRequest withMulticastGroups(Collection<String> multicastGroups)
Multicast Group resources to add to the network analyzer configruation. Provide the MulticastGroupId
of the resource to add in the input array.
multicastGroups
- Multicast Group resources to add to the network analyzer configruation. Provide the
MulticastGroupId
of the resource to add in the input array.public String toString()
toString
in class Object
Object.toString()
public CreateNetworkAnalyzerConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()