Share via


SoftwareUpdateConfigurationRunListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationRunListResultInner

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 SoftwareUpdateConfigurationRunListResultInner class.

Method Summary

Modifier and Type Method and Description
static SoftwareUpdateConfigurationRunListResultInner fromJson(JsonReader jsonReader)

Reads an instance of SoftwareUpdateConfigurationRunListResultInner from the JsonReader.

String nextLink()

Get the nextLink property: link to next page of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<SoftwareUpdateConfigurationRunInner> value()

Get the value property: outer object returned when listing all software update configuration runs.

SoftwareUpdateConfigurationRunListResultInner withNextLink(String nextLink)

Set the nextLink property: link to next page of results.

SoftwareUpdateConfigurationRunListResultInner 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:

jsonReader - The JsonReader being read.

Returns:

An instance of SoftwareUpdateConfigurationRunListResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SoftwareUpdateConfigurationRunListResultInner.

nextLink

public String nextLink()

Get the nextLink property: link to next page of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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:

the value value.

withNextLink

public SoftwareUpdateConfigurationRunListResultInner withNextLink(String nextLink)

Set the nextLink property: link to next page of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the SoftwareUpdateConfigurationRunListResultInner object itself.

withValue

public SoftwareUpdateConfigurationRunListResultInner withValue(List<SoftwareUpdateConfigurationRunInner> value)

Set the value property: outer object returned when listing all software update configuration runs.

Parameters:

value - the value value to set.

Returns:

the SoftwareUpdateConfigurationRunListResultInner object itself.

Applies to