@Generated(value="software.amazon.awssdk:codegen") public final class UpdateHostRequest extends CodeStarConnectionsRequest implements ToCopyableBuilder<UpdateHostRequest.Builder,UpdateHostRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateHostRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateHostRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostArn()
The Amazon Resource Name (ARN) of the host to be updated.
|
String |
providerEndpoint()
The URL or endpoint of the host to be updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateHostRequest.Builder> |
serializableBuilderClass() |
UpdateHostRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VpcConfiguration |
vpcConfiguration()
The VPC configuration of the host to be updated.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hostArn()
The Amazon Resource Name (ARN) of the host to be updated.
public final String providerEndpoint()
The URL or endpoint of the host to be updated.
public final VpcConfiguration vpcConfiguration()
The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.
public UpdateHostRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateHostRequest.Builder,UpdateHostRequest>toBuilder in class CodeStarConnectionsRequestpublic static UpdateHostRequest.Builder builder()
public static Class<? extends UpdateHostRequest.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.