public class ListOTAUpdatesResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListOTAUpdatesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
A token to use to get the next set of results.
|
java.util.List<OTAUpdateSummary> |
getOtaUpdates()
A list of OTA update jobs.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
A token to use to get the next set of results.
|
void |
setOtaUpdates(java.util.Collection<OTAUpdateSummary> otaUpdates)
A list of OTA update jobs.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListOTAUpdatesResult |
withNextToken(java.lang.String nextToken)
A token to use to get the next set of results.
|
ListOTAUpdatesResult |
withOtaUpdates(java.util.Collection<OTAUpdateSummary> otaUpdates)
A list of OTA update jobs.
|
ListOTAUpdatesResult |
withOtaUpdates(OTAUpdateSummary... otaUpdates)
A list of OTA update jobs.
|
public java.util.List<OTAUpdateSummary> getOtaUpdates()
A list of OTA update jobs.
A list of OTA update jobs.
public void setOtaUpdates(java.util.Collection<OTAUpdateSummary> otaUpdates)
A list of OTA update jobs.
otaUpdates - A list of OTA update jobs.
public ListOTAUpdatesResult withOtaUpdates(OTAUpdateSummary... otaUpdates)
A list of OTA update jobs.
Returns a reference to this object so that method calls can be chained together.
otaUpdates - A list of OTA update jobs.
public ListOTAUpdatesResult withOtaUpdates(java.util.Collection<OTAUpdateSummary> otaUpdates)
A list of OTA update jobs.
Returns a reference to this object so that method calls can be chained together.
otaUpdates - A list of OTA update jobs.
public java.lang.String getNextToken()
A token to use to get the next set of results.
A token to use to get the next set of results.
public void setNextToken(java.lang.String nextToken)
A token to use to get the next set of results.
nextToken - A token to use to get the next set of results.
public ListOTAUpdatesResult withNextToken(java.lang.String nextToken)
A token to use to get the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken - A token to use to get the next set of results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.