次の方法で共有


ChangeResourceResultInner Class

public final class ChangeResourceResultInner
extends ProxyResource

Change Resource.

Constructor Summary

Constructor Description
ChangeResourceResultInner()

Creates an instance of ChangeResourceResultInner class.

Method Summary

Modifier and Type Method and Description
ChangeProperties properties()

Get the properties property: The properties of a change.

void validate()

Validates the instance.

ChangeResourceResultInner withProperties(ChangeProperties properties)

Set the properties property: The properties of a change.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ChangeResourceResultInner

public ChangeResourceResultInner()

Creates an instance of ChangeResourceResultInner class.

Method Details

properties

public ChangeProperties properties()

Get the properties property: The properties of a change.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withProperties

public ChangeResourceResultInner withProperties(ChangeProperties properties)

Set the properties property: The properties of a change.

Parameters:

properties - the properties value to set.

Returns:

the ChangeResourceResultInner object itself.

Applies to