@Generated(value="software.amazon.awssdk:codegen") public final class EC2CopyRouteTableAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EC2CopyRouteTableAction.Builder,EC2CopyRouteTableAction>
An action that copies the EC2 route table for use in remediation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EC2CopyRouteTableAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EC2CopyRouteTableAction.Builder |
builder() |
String |
description()
A description of the copied EC2 route table that is associated with the remediation action.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ActionTarget |
routeTableId()
The ID of the copied EC2 route table that is associated with the remediation action.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EC2CopyRouteTableAction.Builder> |
serializableBuilderClass() |
EC2CopyRouteTableAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ActionTarget |
vpcId()
The VPC ID of the copied EC2 route table that is associated with the remediation action.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
A description of the copied EC2 route table that is associated with the remediation action.
public final ActionTarget vpcId()
The VPC ID of the copied EC2 route table that is associated with the remediation action.
public final ActionTarget routeTableId()
The ID of the copied EC2 route table that is associated with the remediation action.
public EC2CopyRouteTableAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EC2CopyRouteTableAction.Builder,EC2CopyRouteTableAction>public static EC2CopyRouteTableAction.Builder builder()
public static Class<? extends EC2CopyRouteTableAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.