ReservedInstanceArtifact Class

public class ReservedInstanceArtifact extends Artifact

Class that represents reserved instance artifact.

Constructor Summary

Constructor Description
ReservedInstanceArtifact()

Method Summary

Modifier and Type Method and Description
Link getLink()

Gets the link for the reserved instance artifact.

java.lang.String getResourceId()

Gets the resource identifier for the reserved instance artifact.

void setLink(Link value)

Sets the link for the reserved instance artifact.

void setResourceId(String value)

Sets the resource identifier for the reserved instance artifact.

Inherited Members

ResourceBase.getAttributes() ResourceBaseWithLinks<TLinks>.getLinks() ResourceBaseWithLinks<TLinks>.setLinks(TLinks value) Artifact.getArtifactType() Artifact.getDynamicAttributes() Artifact.setArtifactType(String value) Artifact.setDynamicAttributes(Map<String,Object> value) java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

ReservedInstanceArtifact

public ReservedInstanceArtifact()

Method Details

getLink

public Link getLink()

Gets the link for the reserved instance artifact.

Returns:

The link for the reserved instance artifact.

getResourceId

public String getResourceId()

Gets the resource identifier for the reserved instance artifact.

Returns:

The resource identifier for the reserved instance artifact.

setLink

public void setLink(Link value)

Sets the link for the reserved instance artifact.

Parameters:

value - The link for the reserved instance artifact.

setResourceId

public void setResourceId(String value)

Sets the resource identifier for the reserved instance artifact.

Parameters:

value - The resource identifier for the reserved instance artifact.

Applies to