public class OperationInfo extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
OperationInfo.Builder |
Builder for a
OperationInfo . |
Modifier and Type | Method | Description |
---|---|---|
static OperationInfo.Builder |
builder() |
|
boolean |
hasExplicitPayloadMember() |
|
boolean |
hasPayloadMembers() |
|
HttpMethodName |
httpMethodName() |
|
String |
operationIdentifier() |
|
Protocol |
protocol() |
|
String |
requestUri() |
|
String |
serviceName() |
public Protocol protocol()
public String requestUri()
public HttpMethodName httpMethodName()
public String operationIdentifier()
public String serviceName()
Request
object (to do something in a RequestHandler
for example). This is usually the
service interface name but may be customized at generation time ('AmazonDynamoDBv2' for example).public boolean hasExplicitPayloadMember()
public boolean hasPayloadMembers()
public static OperationInfo.Builder builder()
OperationInfo
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.