Class EndpointTrait

java.lang.Object
software.amazon.awssdk.codegen.model.service.EndpointTrait

public final class EndpointTrait extends Object
This trait can be used to resolve the endpoint of an API using the original endpoint derived from client or set by customer. This trait allows using modeled members in the input shape to modify the endpoint. This is for SDK internal use. See `API Operation Endpoint Trait` SEP
  • Constructor Details

    • EndpointTrait

      public EndpointTrait()
  • Method Details

    • getHostPrefix

      public String getHostPrefix()
    • setHostPrefix

      public void setHostPrefix(String hostPrefix)