@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeviceProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDeviceProfilesResult() |
Modifier and Type | Method and Description |
---|---|
ListDeviceProfilesResult |
clone() |
boolean |
equals(Object obj) |
List<DeviceProfile> |
getDeviceProfileList()
The list of device profiles.
|
String |
getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
|
int |
hashCode() |
void |
setDeviceProfileList(Collection<DeviceProfile> deviceProfileList)
The list of device profiles.
|
void |
setNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
ListDeviceProfilesResult |
withDeviceProfileList(Collection<DeviceProfile> deviceProfileList)
The list of device profiles.
|
ListDeviceProfilesResult |
withDeviceProfileList(DeviceProfile... deviceProfileList)
The list of device profiles.
|
ListDeviceProfilesResult |
withNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.public String getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
public ListDeviceProfilesResult withNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.public List<DeviceProfile> getDeviceProfileList()
The list of device profiles.
public void setDeviceProfileList(Collection<DeviceProfile> deviceProfileList)
The list of device profiles.
deviceProfileList
- The list of device profiles.public ListDeviceProfilesResult withDeviceProfileList(DeviceProfile... deviceProfileList)
The list of device profiles.
NOTE: This method appends the values to the existing list (if any). Use
setDeviceProfileList(java.util.Collection)
or withDeviceProfileList(java.util.Collection)
if
you want to override the existing values.
deviceProfileList
- The list of device profiles.public ListDeviceProfilesResult withDeviceProfileList(Collection<DeviceProfile> deviceProfileList)
The list of device profiles.
deviceProfileList
- The list of device profiles.public String toString()
toString
in class Object
Object.toString()
public ListDeviceProfilesResult clone()