@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public GrpcGatewayRouteMatch clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.