Class EC2CopyRouteTableAction
- java.lang.Object
-
- software.amazon.awssdk.services.fms.model.EC2CopyRouteTableAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EC2CopyRouteTableAction.Builder,EC2CopyRouteTableAction>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEC2CopyRouteTableAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EC2CopyRouteTableAction.Builderbuilder()Stringdescription()A description of the copied EC2 route table that is associated with the remediation action.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ActionTargetrouteTableId()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.ActionTargetvpcId()The VPC ID of the copied EC2 route table that is associated with the remediation action.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
description
public final String description()
A description of the copied EC2 route table that is associated with the remediation action.
- Returns:
- A description of the copied EC2 route table that is associated with the remediation action.
-
vpcId
public final ActionTarget vpcId()
The VPC ID of the copied EC2 route table that is associated with the remediation action.
- Returns:
- The VPC ID of the copied EC2 route table that is associated with the remediation action.
-
routeTableId
public final ActionTarget routeTableId()
The ID of the copied EC2 route table that is associated with the remediation action.
- Returns:
- The ID of the copied EC2 route table that is associated with the remediation action.
-
toBuilder
public EC2CopyRouteTableAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EC2CopyRouteTableAction.Builder,EC2CopyRouteTableAction>
-
builder
public static EC2CopyRouteTableAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends EC2CopyRouteTableAction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-