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