SapDatabaseInstanceList Class

  • java.lang.Object
    • com.azure.resourcemanager.workloadssapvirtualinstance.models.SapDatabaseInstanceList

public final class SapDatabaseInstanceList

Defines the collection of SAP Database Instances.

Constructor Summary

Constructor Description
SapDatabaseInstanceList()

Creates an instance of SapDatabaseInstanceList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Gets the value of next link.

void validate()

Validates the instance.

List<SapDatabaseInstanceInner> value()

Get the value property: Gets the list of SAP Database instances.

SapDatabaseInstanceList withNextLink(String nextLink)

Set the nextLink property: Gets the value of next link.

SapDatabaseInstanceList withValue(List<SapDatabaseInstanceInner> value)

Set the value property: Gets the list of SAP Database instances.

Methods inherited from java.lang.Object

Constructor Details

SapDatabaseInstanceList

public SapDatabaseInstanceList()

Creates an instance of SapDatabaseInstanceList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: Gets the value of next link.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List<SapDatabaseInstanceInner> value()

Get the value property: Gets the list of SAP Database instances.

Returns:

the value value.

withNextLink

public SapDatabaseInstanceList withNextLink(String nextLink)

Set the nextLink property: Gets the value of next link.

Parameters:

nextLink - the nextLink value to set.

Returns:

the SapDatabaseInstanceList object itself.

withValue

public SapDatabaseInstanceList withValue(List<SapDatabaseInstanceInner> value)

Set the value property: Gets the list of SAP Database instances.

Parameters:

value - the value value to set.

Returns:

the SapDatabaseInstanceList object itself.

Applies to