public class OperationInfo extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | OperationInfo.BuilderBuilder for a  OperationInfo. | 
| Modifier and Type | Method and 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 RequestHandler2 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.