Class Template
java.lang.Object
software.amazon.awssdk.services.networkmanager.endpoints.internal.Template
Template represents a "Template Literal". This is a literal string within the rules language. A template can contain
 0 or more dynamic sections. The dynamic sections use getAttr short-form:
 
`https://{Region}.{partition#dnsSuffix}` -------- ------------ | | Dynamic getAttr short form
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class - 
Method Summary
 
- 
Method Details
- 
accept
 - 
getParts
 - 
isStatic
public boolean isStatic() - 
expectLiteral
 - 
equals
 - 
hashCode
 - 
fromString
 - 
toString
 - 
eval
 
 -