@Generated(value="software.amazon.awssdk:codegen") public final class TestHypervisorConfigurationRequest extends BackupGatewayRequest implements ToCopyableBuilder<TestHypervisorConfigurationRequest.Builder,TestHypervisorConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestHypervisorConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestHypervisorConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayArn()
The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
host()
The server host of the hypervisor.
|
String |
password()
The password for the hypervisor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestHypervisorConfigurationRequest.Builder> |
serializableBuilderClass() |
TestHypervisorConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
username()
The username for the hypervisor.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gatewayArn()
The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.
public final String host()
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
public final String password()
The password for the hypervisor.
public final String username()
The username for the hypervisor.
public TestHypervisorConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestHypervisorConfigurationRequest.Builder,TestHypervisorConfigurationRequest>toBuilder in class BackupGatewayRequestpublic static TestHypervisorConfigurationRequest.Builder builder()
public static Class<? extends TestHypervisorConfigurationRequest.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.