@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInstalledComponentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListInstalledComponentsResult() |
Modifier and Type | Method and Description |
---|---|
ListInstalledComponentsResult |
clone() |
boolean |
equals(Object obj) |
List<InstalledComponent> |
getInstalledComponents()
A list that summarizes each component on the core device.
|
String |
getNextToken()
The token for the next set of results, or null if there are no additional results.
|
int |
hashCode() |
void |
setInstalledComponents(Collection<InstalledComponent> installedComponents)
A list that summarizes each component on the core device.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
ListInstalledComponentsResult |
withInstalledComponents(Collection<InstalledComponent> installedComponents)
A list that summarizes each component on the core device.
|
ListInstalledComponentsResult |
withInstalledComponents(InstalledComponent... installedComponents)
A list that summarizes each component on the core device.
|
ListInstalledComponentsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<InstalledComponent> getInstalledComponents()
A list that summarizes each component on the core device.
Greengrass nucleus v2.7.0 or later is required to get an accurate lastStatusChangeTimestamp
response. This response can be inaccurate in earlier Greengrass nucleus versions.
Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource
and
lastReportedTimestamp
response. This response can be inaccurate or null in earlier Greengrass
nucleus versions.
Greengrass nucleus v2.7.0 or later is required to get an accurate lastStatusChangeTimestamp
response. This response can be inaccurate in earlier Greengrass nucleus versions.
Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource
and
lastReportedTimestamp
response. This response can be inaccurate or null in earlier
Greengrass nucleus versions.
public void setInstalledComponents(Collection<InstalledComponent> installedComponents)
A list that summarizes each component on the core device.
Greengrass nucleus v2.7.0 or later is required to get an accurate lastStatusChangeTimestamp
response. This response can be inaccurate in earlier Greengrass nucleus versions.
Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource
and
lastReportedTimestamp
response. This response can be inaccurate or null in earlier Greengrass
nucleus versions.
installedComponents
- A list that summarizes each component on the core device.
Greengrass nucleus v2.7.0 or later is required to get an accurate lastStatusChangeTimestamp
response. This response can be inaccurate in earlier Greengrass nucleus versions.
Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource
and
lastReportedTimestamp
response. This response can be inaccurate or null in earlier Greengrass
nucleus versions.
public ListInstalledComponentsResult withInstalledComponents(InstalledComponent... installedComponents)
A list that summarizes each component on the core device.
Greengrass nucleus v2.7.0 or later is required to get an accurate lastStatusChangeTimestamp
response. This response can be inaccurate in earlier Greengrass nucleus versions.
Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource
and
lastReportedTimestamp
response. This response can be inaccurate or null in earlier Greengrass
nucleus versions.
NOTE: This method appends the values to the existing list (if any). Use
setInstalledComponents(java.util.Collection)
or withInstalledComponents(java.util.Collection)
if you want to override the existing values.
installedComponents
- A list that summarizes each component on the core device.
Greengrass nucleus v2.7.0 or later is required to get an accurate lastStatusChangeTimestamp
response. This response can be inaccurate in earlier Greengrass nucleus versions.
Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource
and
lastReportedTimestamp
response. This response can be inaccurate or null in earlier Greengrass
nucleus versions.
public ListInstalledComponentsResult withInstalledComponents(Collection<InstalledComponent> installedComponents)
A list that summarizes each component on the core device.
Greengrass nucleus v2.7.0 or later is required to get an accurate lastStatusChangeTimestamp
response. This response can be inaccurate in earlier Greengrass nucleus versions.
Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource
and
lastReportedTimestamp
response. This response can be inaccurate or null in earlier Greengrass
nucleus versions.
installedComponents
- A list that summarizes each component on the core device.
Greengrass nucleus v2.7.0 or later is required to get an accurate lastStatusChangeTimestamp
response. This response can be inaccurate in earlier Greengrass nucleus versions.
Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource
and
lastReportedTimestamp
response. This response can be inaccurate or null in earlier Greengrass
nucleus versions.
public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String getNextToken()
The token for the next set of results, or null if there are no additional results.
public ListInstalledComponentsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public ListInstalledComponentsResult clone()