Class ShapeMarshaller
- java.lang.Object
-
- software.amazon.awssdk.codegen.model.intermediate.ShapeMarshaller
-
public class ShapeMarshaller extends Object
-
-
Constructor Summary
Constructors Constructor Description ShapeMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAction()
Boolean
getIsSynthetic()
String
getLocationName()
String
getProtocol()
String
getRequestUri()
String
getTarget()
String
getVerb()
String
getXmlNameSpaceUri()
void
setAction(String action)
void
setIsSynthetic(Boolean isSynthetic)
void
setLocationName(String locationName)
void
setProtocol(String protocol)
void
setRequestUri(String requestUri)
void
setTarget(String target)
void
setVerb(String verb)
void
setXmlNameSpaceUri(String xmlNameSpaceUri)
ShapeMarshaller
withAction(String action)
ShapeMarshaller
withIsSynthetic(Boolean isSynthetic)
ShapeMarshaller
withLocationName(String locationName)
ShapeMarshaller
withProtocol(String protocol)
ShapeMarshaller
withRequestUri(String requestUri)
ShapeMarshaller
withTarget(String target)
ShapeMarshaller
withVerb(String verb)
ShapeMarshaller
withXmlNameSpaceUri(String xmlNameSpaceUri)
-
-
-
Method Detail
-
getAction
public String getAction()
-
setAction
public void setAction(String action)
-
withAction
public ShapeMarshaller withAction(String action)
-
getVerb
public String getVerb()
-
setVerb
public void setVerb(String verb)
-
withVerb
public ShapeMarshaller withVerb(String verb)
-
getTarget
public String getTarget()
-
setTarget
public void setTarget(String target)
-
withTarget
public ShapeMarshaller withTarget(String target)
-
getRequestUri
public String getRequestUri()
-
setRequestUri
public void setRequestUri(String requestUri)
-
withRequestUri
public ShapeMarshaller withRequestUri(String requestUri)
-
getLocationName
public String getLocationName()
-
setLocationName
public void setLocationName(String locationName)
-
withLocationName
public ShapeMarshaller withLocationName(String locationName)
-
getXmlNameSpaceUri
public String getXmlNameSpaceUri()
-
setXmlNameSpaceUri
public void setXmlNameSpaceUri(String xmlNameSpaceUri)
-
withXmlNameSpaceUri
public ShapeMarshaller withXmlNameSpaceUri(String xmlNameSpaceUri)
-
getIsSynthetic
public Boolean getIsSynthetic()
-
setIsSynthetic
public void setIsSynthetic(Boolean isSynthetic)
-
withIsSynthetic
public ShapeMarshaller withIsSynthetic(Boolean isSynthetic)
-
getProtocol
public String getProtocol()
-
setProtocol
public void setProtocol(String protocol)
-
withProtocol
public ShapeMarshaller withProtocol(String protocol)
-
-