public class UnmarshallingTestContext extends Object
| Constructor and Description | 
|---|
UnmarshallingTestContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
software.amazon.awssdk.codegen.model.intermediate.IntermediateModel | 
getModel()  | 
String | 
getOperationName()  | 
String | 
getStreamedResponse()  | 
UnmarshallingTestContext | 
withModel(software.amazon.awssdk.codegen.model.intermediate.IntermediateModel model)  | 
UnmarshallingTestContext | 
withOperationName(String operationName)  | 
UnmarshallingTestContext | 
withStreamedResponse(String streamedResponse)
Streamed response will only be present for operations that have a streaming member in the output. 
 | 
public UnmarshallingTestContext withModel(software.amazon.awssdk.codegen.model.intermediate.IntermediateModel model)
public software.amazon.awssdk.codegen.model.intermediate.IntermediateModel getModel()
public UnmarshallingTestContext withOperationName(String operationName)
public String getOperationName()
public UnmarshallingTestContext withStreamedResponse(String streamedResponse)
ResponseTransformer.public String getStreamedResponse()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.