@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateHypervisorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateHypervisorRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateHypervisorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHost()
The updated host of the hypervisor.
|
String |
getHypervisorArn()
The Amazon Resource Name (ARN) of the hypervisor to update.
|
String |
getLogGroupArn()
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
|
String |
getName()
The updated name for the hypervisor
|
String |
getPassword()
The updated password for the hypervisor.
|
String |
getUsername()
The updated username for the hypervisor.
|
int |
hashCode() |
void |
setHost(String host)
The updated host of the hypervisor.
|
void |
setHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor to update.
|
void |
setLogGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
|
void |
setName(String name)
The updated name for the hypervisor
|
void |
setPassword(String password)
The updated password for the hypervisor.
|
void |
setUsername(String username)
The updated username for the hypervisor.
|
String |
toString()
Returns a string representation of this object.
|
UpdateHypervisorRequest |
withHost(String host)
The updated host of the hypervisor.
|
UpdateHypervisorRequest |
withHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor to update.
|
UpdateHypervisorRequest |
withLogGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
|
UpdateHypervisorRequest |
withName(String name)
The updated name for the hypervisor
|
UpdateHypervisorRequest |
withPassword(String password)
The updated password for the hypervisor.
|
UpdateHypervisorRequest |
withUsername(String username)
The updated username for the hypervisor.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setHost(String host)
The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
host
- The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name
(FQDN).public String getHost()
The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
public UpdateHypervisorRequest withHost(String host)
The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
host
- The updated 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 to update.
hypervisorArn
- The Amazon Resource Name (ARN) of the hypervisor to update.public String getHypervisorArn()
The Amazon Resource Name (ARN) of the hypervisor to update.
public UpdateHypervisorRequest withHypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor to update.
hypervisorArn
- The Amazon Resource Name (ARN) of the hypervisor to update.public void setLogGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
logGroupArn
- The Amazon Resource Name (ARN) of the group of gateways within the requested log.public String getLogGroupArn()
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
public UpdateHypervisorRequest withLogGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
logGroupArn
- The Amazon Resource Name (ARN) of the group of gateways within the requested log.public void setName(String name)
The updated name for the hypervisor
name
- The updated name for the hypervisorpublic String getName()
The updated name for the hypervisor
public UpdateHypervisorRequest withName(String name)
The updated name for the hypervisor
name
- The updated name for the hypervisorpublic void setPassword(String password)
The updated password for the hypervisor.
password
- The updated password for the hypervisor.public String getPassword()
The updated password for the hypervisor.
public UpdateHypervisorRequest withPassword(String password)
The updated password for the hypervisor.
password
- The updated password for the hypervisor.public void setUsername(String username)
The updated username for the hypervisor.
username
- The updated username for the hypervisor.public String getUsername()
The updated username for the hypervisor.
public UpdateHypervisorRequest withUsername(String username)
The updated username for the hypervisor.
username
- The updated username for the hypervisor.public String toString()
toString
in class Object
Object.toString()
public UpdateHypervisorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()