@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HttpGatewayRoutePathRewrite extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the path to rewrite.
| Constructor and Description |
|---|
HttpGatewayRoutePathRewrite() |
| Modifier and Type | Method and Description |
|---|---|
HttpGatewayRoutePathRewrite |
clone() |
boolean |
equals(Object obj) |
String |
getExact()
The exact path to rewrite.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExact(String exact)
The exact path to rewrite.
|
String |
toString()
Returns a string representation of this object.
|
HttpGatewayRoutePathRewrite |
withExact(String exact)
The exact path to rewrite.
|
public void setExact(String exact)
The exact path to rewrite.
exact - The exact path to rewrite.public String getExact()
The exact path to rewrite.
public HttpGatewayRoutePathRewrite withExact(String exact)
The exact path to rewrite.
exact - The exact path to rewrite.public String toString()
toString in class ObjectObject.toString()public HttpGatewayRoutePathRewrite clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.