Class HttpGatewayRouteRewrite
- java.lang.Object
-
- software.amazon.awssdk.services.appmesh.model.HttpGatewayRouteRewrite
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HttpGatewayRouteRewrite.Builder,HttpGatewayRouteRewrite>
@Generated("software.amazon.awssdk:codegen") public final class HttpGatewayRouteRewrite extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HttpGatewayRouteRewrite.Builder,HttpGatewayRouteRewrite>
An object representing the gateway route to rewrite.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHttpGatewayRouteRewrite.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpGatewayRouteRewrite.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()GatewayRouteHostnameRewritehostname()The host name to rewrite.HttpGatewayRoutePathRewritepath()The path to rewrite.HttpGatewayRoutePrefixRewriteprefix()The specified beginning characters to rewrite.List<SdkField<?>>sdkFields()static Class<? extends HttpGatewayRouteRewrite.Builder>serializableBuilderClass()HttpGatewayRouteRewrite.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
hostname
public final GatewayRouteHostnameRewrite hostname()
The host name to rewrite.
- Returns:
- The host name to rewrite.
-
path
public final HttpGatewayRoutePathRewrite path()
The path to rewrite.
- Returns:
- The path to rewrite.
-
prefix
public final HttpGatewayRoutePrefixRewrite prefix()
The specified beginning characters to rewrite.
- Returns:
- The specified beginning characters to rewrite.
-
toBuilder
public HttpGatewayRouteRewrite.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HttpGatewayRouteRewrite.Builder,HttpGatewayRouteRewrite>
-
builder
public static HttpGatewayRouteRewrite.Builder builder()
-
serializableBuilderClass
public static Class<? extends HttpGatewayRouteRewrite.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.
-
-