Class UpdateHypervisorRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.backupgateway.model.BackupGatewayRequest
-
- software.amazon.awssdk.services.backupgateway.model.UpdateHypervisorRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateHypervisorRequest.Builder,UpdateHypervisorRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateHypervisorRequest extends BackupGatewayRequest implements ToCopyableBuilder<UpdateHypervisorRequest.Builder,UpdateHypervisorRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateHypervisorRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateHypervisorRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringhost()The updated host of the hypervisor.StringhypervisorArn()The Amazon Resource Name (ARN) of the hypervisor to update.StringlogGroupArn()The Amazon Resource Name (ARN) of the group of gateways within the requested log.Stringname()The updated name for the hypervisorStringpassword()The updated password for the hypervisor.List<SdkField<?>>sdkFields()static Class<? extends UpdateHypervisorRequest.Builder>serializableBuilderClass()UpdateHypervisorRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringusername()The updated username for the hypervisor.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
host
public final String host()
The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
- Returns:
- The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
-
hypervisorArn
public final String hypervisorArn()
The Amazon Resource Name (ARN) of the hypervisor to update.
- Returns:
- The Amazon Resource Name (ARN) of the hypervisor to update.
-
logGroupArn
public final String logGroupArn()
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
- Returns:
- The Amazon Resource Name (ARN) of the group of gateways within the requested log.
-
name
public final String name()
The updated name for the hypervisor
- Returns:
- The updated name for the hypervisor
-
password
public final String password()
The updated password for the hypervisor.
- Returns:
- The updated password for the hypervisor.
-
username
public final String username()
The updated username for the hypervisor.
- Returns:
- The updated username for the hypervisor.
-
toBuilder
public UpdateHypervisorRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateHypervisorRequest.Builder,UpdateHypervisorRequest>- Specified by:
toBuilderin classBackupGatewayRequest
-
builder
public static UpdateHypervisorRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateHypervisorRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-