@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Hypervisor extends Object implements Serializable, Cloneable, StructuredPojo
Represents the hypervisor's permissions to which the gateway will connect.
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
| Constructor and Description |
|---|
Hypervisor() |
| Modifier and Type | Method and Description |
|---|---|
Hypervisor |
clone() |
boolean |
equals(Object obj) |
String |
getHost()
The server host of the hypervisor.
|
String |
getHypervisorArn()
The Amazon Resource Name (ARN) of the hypervisor.
|
String |
getKmsKeyArn()
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
|
String |
getName()
The name of the hypervisor.
|
String |
getState()
The state of the hypervisor.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setHost(String host)
The server host of the hypervisor.
|
void |
setHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
|
void |
setKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
|
void |
setName(String name)
The name of the hypervisor.
|
void |
setState(String state)
The state of the hypervisor.
|
String |
toString()
Returns a string representation of this object.
|
Hypervisor |
withHost(String host)
The server host of the hypervisor.
|
Hypervisor |
withHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
|
Hypervisor |
withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
|
Hypervisor |
withName(String name)
The name of the hypervisor.
|
Hypervisor |
withState(HypervisorState state)
The state of the hypervisor.
|
Hypervisor |
withState(String state)
The state of the hypervisor.
|
public void setHost(String host)
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
host - The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name
(FQDN).public String getHost()
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
public Hypervisor withHost(String host)
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
host - The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name
(FQDN).public void setHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor.public String getHypervisorArn()
The Amazon Resource Name (ARN) of the hypervisor.
public Hypervisor withHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor.public void setKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
kmsKeyArn - The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.public String getKmsKeyArn()
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
public Hypervisor withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
kmsKeyArn - The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.public void setName(String name)
The name of the hypervisor.
name - The name of the hypervisor.public String getName()
The name of the hypervisor.
public Hypervisor withName(String name)
The name of the hypervisor.
name - The name of the hypervisor.public void setState(String state)
The state of the hypervisor.
state - The state of the hypervisor.HypervisorStatepublic String getState()
The state of the hypervisor.
HypervisorStatepublic Hypervisor withState(String state)
The state of the hypervisor.
state - The state of the hypervisor.HypervisorStatepublic Hypervisor withState(HypervisorState state)
The state of the hypervisor.
state - The state of the hypervisor.HypervisorStatepublic String toString()
toString in class ObjectObject.toString()public Hypervisor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.