Class ErrorMap
- java.lang.Object
-
- software.amazon.awssdk.codegen.model.service.ErrorMap
-
public class ErrorMap extends Object
-
-
Constructor Summary
Constructors Constructor Description ErrorMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDocumentation()ErrorTraitgetError()StringgetShape()booleanisException()booleanisFault()voidsetDocumentation(String documentation)voidsetError(ErrorTrait error)voidsetException(boolean exception)voidsetFault(boolean fault)voidsetShape(String shape)
-
-
-
Method Detail
-
getShape
public String getShape()
-
setShape
public void setShape(String shape)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String documentation)
-
isException
public boolean isException()
-
setException
public void setException(boolean exception)
-
isFault
public boolean isFault()
-
setFault
public void setFault(boolean fault)
-
getError
public ErrorTrait getError()
-
setError
public void setError(ErrorTrait error)
-
-