@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GrpcGatewayRouteMatch extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the criteria for determining a request match.
| Constructor and Description |
|---|
GrpcGatewayRouteMatch() |
| Modifier and Type | Method and Description |
|---|---|
GrpcGatewayRouteMatch |
clone() |
boolean |
equals(Object obj) |
String |
getServiceName()
The fully qualified domain name for the service to match from the request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setServiceName(String serviceName)
The fully qualified domain name for the service to match from the request.
|
String |
toString()
Returns a string representation of this object.
|
GrpcGatewayRouteMatch |
withServiceName(String serviceName)
The fully qualified domain name for the service to match from the request.
|
public void setServiceName(String serviceName)
The fully qualified domain name for the service to match from the request.
serviceName - The fully qualified domain name for the service to match from the request.public String getServiceName()
The fully qualified domain name for the service to match from the request.
public GrpcGatewayRouteMatch withServiceName(String serviceName)
The fully qualified domain name for the service to match from the request.
serviceName - The fully qualified domain name for the service to match from the request.public String toString()
toString in class ObjectObject.toString()public GrpcGatewayRouteMatch clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.