Class Http
- java.lang.Object
-
- software.amazon.awssdk.codegen.model.service.Http
-
public class Http extends Object
-
-
Constructor Summary
Constructors Constructor Description Http()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethod()StringgetRequestUri()StringgetResponseCode()voidsetMethod(String method)voidsetRequestUri(String requestUri)voidsetResponseCode(String responseCode)HttpwithMethod(String method)HttpwithRequestUri(String requestUri)HttpwithResponseCode(String responseCode)
-
-
-
Method Detail
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
getRequestUri
public String getRequestUri()
-
setRequestUri
public void setRequestUri(String requestUri)
-
getResponseCode
public String getResponseCode()
-
setResponseCode
public void setResponseCode(String responseCode)
-
-