@Generated(value="software.amazon.awssdk:codegen") public final class UpdateHypervisorRequest extends BackupGatewayRequest implements ToCopyableBuilder<UpdateHypervisorRequest.Builder,UpdateHypervisorRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateHypervisorRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateHypervisorRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
host()
The updated host of the hypervisor.
|
String |
hypervisorArn()
The Amazon Resource Name (ARN) of the hypervisor to update.
|
String |
logGroupArn()
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
|
String |
name()
The updated name for the hypervisor
|
String |
password()
The updated password for the hypervisor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateHypervisorRequest.Builder> |
serializableBuilderClass() |
UpdateHypervisorRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
username()
The updated username for the hypervisor.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String host()
The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
public final String hypervisorArn()
The Amazon Resource Name (ARN) of the hypervisor to update.
public final String logGroupArn()
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
public final String name()
The updated name for the hypervisor
public final String password()
The updated password for the hypervisor.
public final String username()
The updated username for the hypervisor.
public UpdateHypervisorRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateHypervisorRequest.Builder,UpdateHypervisorRequest>toBuilder in class BackupGatewayRequestpublic static UpdateHypervisorRequest.Builder builder()
public static Class<? extends UpdateHypervisorRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.