SoftwareUpdateConfigurationRunListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. automation. fluent. models. SoftwareUpdateConfigurationRunListResultInner
- com.
Implements
public final class SoftwareUpdateConfigurationRunListResultInner
implements JsonSerializable<SoftwareUpdateConfigurationRunListResultInner>
result of listing all software update configuration runs.
Constructor Summary
| Constructor | Description |
|---|---|
| SoftwareUpdateConfigurationRunListResultInner() |
Creates an instance of Software |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Software |
fromJson(JsonReader jsonReader)
Reads an instance of Software |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Software |
value()
Get the value property: outer object returned when listing all software update configuration runs. |
|
Software |
withNextLink(String nextLink)
Set the next |
|
Software |
withValue(List<SoftwareUpdateConfigurationRunInner> value)
Set the value property: outer object returned when listing all software update configuration runs. |
Methods inherited from java.lang.Object
Constructor Details
SoftwareUpdateConfigurationRunListResultInner
public SoftwareUpdateConfigurationRunListResultInner()
Creates an instance of SoftwareUpdateConfigurationRunListResultInner class.
Method Details
fromJson
public static SoftwareUpdateConfigurationRunListResultInner fromJson(JsonReader jsonReader)
Reads an instance of SoftwareUpdateConfigurationRunListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: link to next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<SoftwareUpdateConfigurationRunInner> value()
Get the value property: outer object returned when listing all software update configuration runs.
Returns:
withNextLink
public SoftwareUpdateConfigurationRunListResultInner withNextLink(String nextLink)
Set the nextLink property: link to next page of results.
Parameters:
Returns:
withValue
public SoftwareUpdateConfigurationRunListResultInner withValue(List<SoftwareUpdateConfigurationRunInner> value)
Set the value property: outer object returned when listing all software update configuration runs.
Parameters:
Returns: