Class RouterType
- java.lang.Object
-
- software.amazon.awssdk.services.directconnect.model.RouterType
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RouterType.Builder,RouterType>
@Generated("software.amazon.awssdk:codegen") public final class RouterType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RouterType.Builder,RouterType>
Information about the virtual router.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRouterType.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RouterType.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringplatform()The virtual interface router platform.StringrouterTypeIdentifier()Identifies the router by a combination of vendor, platform, and software version.List<SdkField<?>>sdkFields()static Class<? extends RouterType.Builder>serializableBuilderClass()Stringsoftware()The router software.RouterType.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvendor()The vendor for the virtual interface's router.StringxsltTemplateName()The template for the virtual interface's router.StringxsltTemplateNameForMacSec()The MAC Security (MACsec) template for the virtual interface's router.-
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
-
vendor
public final String vendor()
The vendor for the virtual interface's router.
- Returns:
- The vendor for the virtual interface's router.
-
platform
public final String platform()
The virtual interface router platform.
- Returns:
- The virtual interface router platform.
-
software
public final String software()
The router software.
- Returns:
- The router software.
-
xsltTemplateName
public final String xsltTemplateName()
The template for the virtual interface's router.
- Returns:
- The template for the virtual interface's router.
-
xsltTemplateNameForMacSec
public final String xsltTemplateNameForMacSec()
The MAC Security (MACsec) template for the virtual interface's router.
- Returns:
- The MAC Security (MACsec) template for the virtual interface's router.
-
routerTypeIdentifier
public final String routerTypeIdentifier()
Identifies the router by a combination of vendor, platform, and software version. For example,
CiscoSystemsInc-2900SeriesRouters-IOS124.- Returns:
- Identifies the router by a combination of vendor, platform, and software version. For example,
CiscoSystemsInc-2900SeriesRouters-IOS124.
-
toBuilder
public RouterType.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RouterType.Builder,RouterType>
-
builder
public static RouterType.Builder builder()
-
serializableBuilderClass
public static Class<? extends RouterType.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.
-
-