@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWirelessDevicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListWirelessDevicesRequest() |
Modifier and Type | Method and Description |
---|---|
ListWirelessDevicesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestinationName()
A filter to list only the wireless devices that use this destination.
|
String |
getDeviceProfileId()
A filter to list only the wireless devices that use this device profile.
|
String |
getFuotaTaskId() |
Integer |
getMaxResults()
The maximum number of results to return in this operation.
|
String |
getMulticastGroupId() |
String |
getNextToken()
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
String |
getServiceProfileId()
A filter to list only the wireless devices that use this service profile.
|
String |
getWirelessDeviceType()
A filter to list only the wireless devices that use this wireless device type.
|
int |
hashCode() |
void |
setDestinationName(String destinationName)
A filter to list only the wireless devices that use this destination.
|
void |
setDeviceProfileId(String deviceProfileId)
A filter to list only the wireless devices that use this device profile.
|
void |
setFuotaTaskId(String fuotaTaskId) |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
void |
setMulticastGroupId(String multicastGroupId) |
void |
setNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
void |
setServiceProfileId(String serviceProfileId)
A filter to list only the wireless devices that use this service profile.
|
void |
setWirelessDeviceType(String wirelessDeviceType)
A filter to list only the wireless devices that use this wireless device type.
|
String |
toString()
Returns a string representation of this object.
|
ListWirelessDevicesRequest |
withDestinationName(String destinationName)
A filter to list only the wireless devices that use this destination.
|
ListWirelessDevicesRequest |
withDeviceProfileId(String deviceProfileId)
A filter to list only the wireless devices that use this device profile.
|
ListWirelessDevicesRequest |
withFuotaTaskId(String fuotaTaskId) |
ListWirelessDevicesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListWirelessDevicesRequest |
withMulticastGroupId(String multicastGroupId) |
ListWirelessDevicesRequest |
withNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListWirelessDevicesRequest |
withServiceProfileId(String serviceProfileId)
A filter to list only the wireless devices that use this service profile.
|
ListWirelessDevicesRequest |
withWirelessDeviceType(String wirelessDeviceType)
A filter to list only the wireless devices that use this wireless device type.
|
ListWirelessDevicesRequest |
withWirelessDeviceType(WirelessDeviceType wirelessDeviceType)
A filter to list only the wireless devices that use this wireless device type.
|
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 setMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
maxResults
- The maximum number of results to return in this operation.public Integer getMaxResults()
The maximum number of results to return in this operation.
public ListWirelessDevicesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
maxResults
- The maximum number of results to return in this operation.public void setNextToken(String nextToken)
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
- To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.public String getNextToken()
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
value from a previous response; otherwise
null to receive the first set of results.public ListWirelessDevicesRequest withNextToken(String nextToken)
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
- To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.public void setDestinationName(String destinationName)
A filter to list only the wireless devices that use this destination.
destinationName
- A filter to list only the wireless devices that use this destination.public String getDestinationName()
A filter to list only the wireless devices that use this destination.
public ListWirelessDevicesRequest withDestinationName(String destinationName)
A filter to list only the wireless devices that use this destination.
destinationName
- A filter to list only the wireless devices that use this destination.public void setDeviceProfileId(String deviceProfileId)
A filter to list only the wireless devices that use this device profile.
deviceProfileId
- A filter to list only the wireless devices that use this device profile.public String getDeviceProfileId()
A filter to list only the wireless devices that use this device profile.
public ListWirelessDevicesRequest withDeviceProfileId(String deviceProfileId)
A filter to list only the wireless devices that use this device profile.
deviceProfileId
- A filter to list only the wireless devices that use this device profile.public void setServiceProfileId(String serviceProfileId)
A filter to list only the wireless devices that use this service profile.
serviceProfileId
- A filter to list only the wireless devices that use this service profile.public String getServiceProfileId()
A filter to list only the wireless devices that use this service profile.
public ListWirelessDevicesRequest withServiceProfileId(String serviceProfileId)
A filter to list only the wireless devices that use this service profile.
serviceProfileId
- A filter to list only the wireless devices that use this service profile.public void setWirelessDeviceType(String wirelessDeviceType)
A filter to list only the wireless devices that use this wireless device type.
wirelessDeviceType
- A filter to list only the wireless devices that use this wireless device type.WirelessDeviceType
public String getWirelessDeviceType()
A filter to list only the wireless devices that use this wireless device type.
WirelessDeviceType
public ListWirelessDevicesRequest withWirelessDeviceType(String wirelessDeviceType)
A filter to list only the wireless devices that use this wireless device type.
wirelessDeviceType
- A filter to list only the wireless devices that use this wireless device type.WirelessDeviceType
public ListWirelessDevicesRequest withWirelessDeviceType(WirelessDeviceType wirelessDeviceType)
A filter to list only the wireless devices that use this wireless device type.
wirelessDeviceType
- A filter to list only the wireless devices that use this wireless device type.WirelessDeviceType
public void setFuotaTaskId(String fuotaTaskId)
fuotaTaskId
- public String getFuotaTaskId()
public ListWirelessDevicesRequest withFuotaTaskId(String fuotaTaskId)
fuotaTaskId
- public void setMulticastGroupId(String multicastGroupId)
multicastGroupId
- public String getMulticastGroupId()
public ListWirelessDevicesRequest withMulticastGroupId(String multicastGroupId)
multicastGroupId
- public String toString()
toString
in class Object
Object.toString()
public ListWirelessDevicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()