@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 String hostArn()
The Amazon Resource Name (ARN) of the host to be updated.
public String providerEndpoint()
The URL or endpoint of the host to be updated.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.