SolutionTemplateParameter Class

  • java.lang.Object
    • com.azure.resourcemanager.workloadorchestration.models.SolutionTemplateParameter

Implements

public final class SolutionTemplateParameter
implements JsonSerializable<SolutionTemplateParameter>

Solution Template Parameter.

Constructor Summary

Constructor Description
SolutionTemplateParameter()

Creates an instance of SolutionTemplateParameter class.

Method Summary

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

Reads an instance of SolutionTemplateParameter from the JsonReader.

List<SolutionDependencyParameter> solutionDependencies()

Get the solutionDependencies property: Solution Dependencies.

String solutionInstanceName()

Get the solutionInstanceName property: Solution Instance Name.

String solutionTemplateVersionId()

Get the solutionTemplateVersionId property: Solution Template Version ARM Id.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

SolutionTemplateParameter withSolutionDependencies(List<SolutionDependencyParameter> solutionDependencies)

Set the solutionDependencies property: Solution Dependencies.

SolutionTemplateParameter withSolutionInstanceName(String solutionInstanceName)

Set the solutionInstanceName property: Solution Instance Name.

SolutionTemplateParameter withSolutionTemplateVersionId(String solutionTemplateVersionId)

Set the solutionTemplateVersionId property: Solution Template Version ARM Id.

Methods inherited from java.lang.Object

Constructor Details

SolutionTemplateParameter

public SolutionTemplateParameter()

Creates an instance of SolutionTemplateParameter class.

Method Details

fromJson

public static SolutionTemplateParameter fromJson(JsonReader jsonReader)

Reads an instance of SolutionTemplateParameter from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

solutionDependencies

public List<SolutionDependencyParameter> solutionDependencies()

Get the solutionDependencies property: Solution Dependencies.

Returns:

the solutionDependencies value.

solutionInstanceName

public String solutionInstanceName()

Get the solutionInstanceName property: Solution Instance Name.

Returns:

the solutionInstanceName value.

solutionTemplateVersionId

public String solutionTemplateVersionId()

Get the solutionTemplateVersionId property: Solution Template Version ARM Id.

Returns:

the solutionTemplateVersionId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withSolutionDependencies

public SolutionTemplateParameter withSolutionDependencies(List<SolutionDependencyParameter> solutionDependencies)

Set the solutionDependencies property: Solution Dependencies.

Parameters:

solutionDependencies - the solutionDependencies value to set.

Returns:

the SolutionTemplateParameter object itself.

withSolutionInstanceName

public SolutionTemplateParameter withSolutionInstanceName(String solutionInstanceName)

Set the solutionInstanceName property: Solution Instance Name.

Parameters:

solutionInstanceName - the solutionInstanceName value to set.

Returns:

the SolutionTemplateParameter object itself.

withSolutionTemplateVersionId

public SolutionTemplateParameter withSolutionTemplateVersionId(String solutionTemplateVersionId)

Set the solutionTemplateVersionId property: Solution Template Version ARM Id.

Parameters:

solutionTemplateVersionId - the solutionTemplateVersionId value to set.

Returns:

the SolutionTemplateParameter object itself.

Applies to