@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateHypervisorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateHypervisorResult() |
Modifier and Type | Method and Description |
---|---|
UpdateHypervisorResult |
clone() |
boolean |
equals(Object obj) |
String |
getHypervisorArn()
The Amazon Resource Name (ARN) of the hypervisor you updated.
|
int |
hashCode() |
void |
setHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor you updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateHypervisorResult |
withHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor you updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor you updated.
hypervisorArn
- The Amazon Resource Name (ARN) of the hypervisor you updated.public String getHypervisorArn()
The Amazon Resource Name (ARN) of the hypervisor you updated.
public UpdateHypervisorResult withHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor you updated.
hypervisorArn
- The Amazon Resource Name (ARN) of the hypervisor you updated.public String toString()
toString
in class Object
Object.toString()
public UpdateHypervisorResult clone()