ConnectedEnvironmentPatchResource Class

public final class ConnectedEnvironmentPatchResource
extends ResourceTags

Connected environment patch properties.

Constructor Summary

Constructor Description
ConnectedEnvironmentPatchResource()

Creates an instance of ConnectedEnvironmentPatchResource class.

Method Summary

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

Reads an instance of ConnectedEnvironmentPatchResource from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ConnectedEnvironmentPatchResource withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Methods inherited from ResourceTags

Methods inherited from java.lang.Object

Constructor Details

ConnectedEnvironmentPatchResource

public ConnectedEnvironmentPatchResource()

Creates an instance of ConnectedEnvironmentPatchResource class.

Method Details

fromJson

public static ConnectedEnvironmentPatchResource fromJson(JsonReader jsonReader)

Reads an instance of ConnectedEnvironmentPatchResource from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ConnectedEnvironmentPatchResource 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 ConnectedEnvironmentPatchResource.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ConnectedEnvironmentPatchResource.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

ConnectedEnvironmentPatchResource.validate()

withTags

public ConnectedEnvironmentPatchResource withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Overrides:

ConnectedEnvironmentPatchResource.withTags(Map<String,String> tags)

Parameters:

tags

Applies to