@Generated(value="software.amazon.awssdk:codegen") public class ModifyVpcTenancyRequest extends EC2Request implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ModifyVpcTenancyRequest.Builder,ModifyVpcTenancyRequest>
Contains the parameters for ModifyVpcTenancy.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyVpcTenancyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyVpcTenancyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
VpcTenancy |
instanceTenancy()
The instance tenancy attribute for the VPC.
|
String |
instanceTenancyAsString()
The instance tenancy attribute for the VPC.
|
static Class<? extends ModifyVpcTenancyRequest.Builder> |
serializableBuilderClass() |
ModifyVpcTenancyRequest.Builder |
toBuilder() |
String |
toString() |
String |
vpcId()
The ID of the VPC.
|
requestOverrideConfigpublic String vpcId()
The ID of the VPC.
public VpcTenancy instanceTenancy()
The instance tenancy attribute for the VPC.
If the service returns an enum value that is not available in the current SDK version, instanceTenancy
will return VpcTenancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTenancyAsString().
VpcTenancypublic String instanceTenancyAsString()
The instance tenancy attribute for the VPC.
If the service returns an enum value that is not available in the current SDK version, instanceTenancy
will return VpcTenancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTenancyAsString().
VpcTenancypublic ModifyVpcTenancyRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ModifyVpcTenancyRequest.Builder,ModifyVpcTenancyRequest>toBuilder in class EC2Requestpublic static ModifyVpcTenancyRequest.Builder builder()
public static Class<? extends ModifyVpcTenancyRequest.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.