Class GrpcGatewayRouteRewrite
- java.lang.Object
-
- software.amazon.awssdk.services.appmesh.model.GrpcGatewayRouteRewrite
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GrpcGatewayRouteRewrite.Builder,GrpcGatewayRouteRewrite>
@Generated("software.amazon.awssdk:codegen") public final class GrpcGatewayRouteRewrite extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GrpcGatewayRouteRewrite.Builder,GrpcGatewayRouteRewrite>
An object that represents the gateway route to rewrite.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGrpcGatewayRouteRewrite.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GrpcGatewayRouteRewrite.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()GatewayRouteHostnameRewritehostname()The host name of the gateway route to rewrite.List<SdkField<?>>sdkFields()static Class<? extends GrpcGatewayRouteRewrite.Builder>serializableBuilderClass()GrpcGatewayRouteRewrite.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 of the gateway route to rewrite.
- Returns:
- The host name of the gateway route to rewrite.
-
toBuilder
public GrpcGatewayRouteRewrite.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GrpcGatewayRouteRewrite.Builder,GrpcGatewayRouteRewrite>
-
builder
public static GrpcGatewayRouteRewrite.Builder builder()
-
serializableBuilderClass
public static Class<? extends GrpcGatewayRouteRewrite.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.
-
-