@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeviceIdentifiersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDeviceIdentifiersResult() |
Modifier and Type | Method and Description |
---|---|
ListDeviceIdentifiersResult |
clone() |
boolean |
equals(Object obj) |
List<DeviceIdentifier> |
getDeviceIdentifiers()
Information about the device identifiers.
|
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setDeviceIdentifiers(Collection<DeviceIdentifier> deviceIdentifiers)
Information about the device identifiers.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListDeviceIdentifiersResult |
withDeviceIdentifiers(Collection<DeviceIdentifier> deviceIdentifiers)
Information about the device identifiers.
|
ListDeviceIdentifiersResult |
withDeviceIdentifiers(DeviceIdentifier... deviceIdentifiers)
Information about the device identifiers.
|
ListDeviceIdentifiersResult |
withNextToken(String nextToken)
The token for the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DeviceIdentifier> getDeviceIdentifiers()
Information about the device identifiers.
public void setDeviceIdentifiers(Collection<DeviceIdentifier> deviceIdentifiers)
Information about the device identifiers.
deviceIdentifiers
- Information about the device identifiers.public ListDeviceIdentifiersResult withDeviceIdentifiers(DeviceIdentifier... deviceIdentifiers)
Information about the device identifiers.
NOTE: This method appends the values to the existing list (if any). Use
setDeviceIdentifiers(java.util.Collection)
or withDeviceIdentifiers(java.util.Collection)
if
you want to override the existing values.
deviceIdentifiers
- Information about the device identifiers.public ListDeviceIdentifiersResult withDeviceIdentifiers(Collection<DeviceIdentifier> deviceIdentifiers)
Information about the device identifiers.
deviceIdentifiers
- Information about the device identifiers.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public ListDeviceIdentifiersResult withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListDeviceIdentifiersResult clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.