Class ShapeMarshaller

java.lang.Object
software.amazon.awssdk.codegen.model.intermediate.ShapeMarshaller

public class ShapeMarshaller extends Object
  • Constructor Details

    • ShapeMarshaller

      public ShapeMarshaller()
  • Method Details

    • 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)