Class ErrorTrait
- java.lang.Object
-
- software.amazon.awssdk.codegen.model.service.ErrorTrait
-
public class ErrorTrait extends Object
Expresses content of the error trait
-
-
Constructor Summary
Constructors Constructor Description ErrorTrait()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()IntegergetHttpStatusCode()voidsetCode(String code)voidsetHttpStatusCode(Integer httpStatusCode)
-