Class Output
- java.lang.Object
-
- software.amazon.awssdk.codegen.model.service.Output
-
public class Output extends Object
-
-
Constructor Summary
Constructors Constructor Description Output()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDocumentation()StringgetLocationName()StringgetResultWrapper()StringgetShape()voidsetDocumentation(String documentation)voidsetLocationName(String locationName)voidsetResultWrapper(String resultWrapper)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)
-
getLocationName
public String getLocationName()
-
setLocationName
public void setLocationName(String locationName)
-
getResultWrapper
public String getResultWrapper()
-
setResultWrapper
public void setResultWrapper(String resultWrapper)
-
-