Class ParameterHttpMapping
java.lang.Object
software.amazon.awssdk.codegen.model.intermediate.ParameterHttpMapping
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
int
hashCode()
boolean
boolean
isGreedy()
boolean
isHeader()
boolean
boolean
boolean
boolean
isUri()
void
setAdditionalMarshallingPath
(String additionalMarshallingPath) void
setAdditionalUnmarshallingPath
(String additionalUnmarshallingPath) void
setFlattened
(boolean flattened) setIsGreedy
(boolean greedy) void
setLocation
(Location location) void
setMarshallLocationName
(String marshallLocationName) void
setPayload
(boolean isPayload) void
setRequiresLength
(boolean requiresLength) void
setStreaming
(boolean isStreaming) void
setUnmarshallLocationName
(String unmarshallLocationName) withAdditionalMarshallingPath
(String additionalMarshallingPath) withAdditionalUnmarshallingPath
(String additionalUnmarshallingPath) withFlattened
(boolean flattened) withIsGreedy
(boolean greedy) withLocation
(Location location) withMarshallLocationName
(String marshallLocationName) withPayload
(boolean isPayload) withRequiresLength
(boolean requiresLength) withStreaming
(boolean isStreaming) withUnmarshallLocationName
(String unmarshallLocationName)
-
Constructor Details
-
ParameterHttpMapping
public ParameterHttpMapping()
-
-
Method Details
-
getIsPayload
public boolean getIsPayload() -
setPayload
public void setPayload(boolean isPayload) -
withPayload
-
getIsStreaming
public boolean getIsStreaming() -
setStreaming
public void setStreaming(boolean isStreaming) -
withStreaming
-
getLocation
-
setLocation
-
withLocation
-
isHeader
public boolean isHeader() -
isUri
public boolean isUri() -
isStatusCode
public boolean isStatusCode() -
isQueryString
public boolean isQueryString() -
isFlattened
public boolean isFlattened() -
setFlattened
public void setFlattened(boolean flattened) -
withFlattened
-
getUnmarshallLocationName
-
setUnmarshallLocationName
-
withUnmarshallLocationName
-
getMarshallLocationName
-
setMarshallLocationName
-
withMarshallLocationName
-
getAdditionalUnmarshallingPath
-
setAdditionalUnmarshallingPath
-
withAdditionalUnmarshallingPath
-
getAdditionalMarshallingPath
-
setAdditionalMarshallingPath
-
withAdditionalMarshallingPath
-
isGreedy
public boolean isGreedy() -
setIsGreedy
-
withIsGreedy
-
isRequiresLength
public boolean isRequiresLength() -
setRequiresLength
public void setRequiresLength(boolean requiresLength) -
withRequiresLength
-
getMarshallLocation
-
equals
-
hashCode
-