public class UnmarshallingTestContext extends Object
Constructor | Description |
---|---|
UnmarshallingTestContext() |
Modifier and Type | Method | 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 streamedResonse) |
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 streamedResonse)
StreamingResponseHandler
.public String getStreamedResponse()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.