public class Shape extends Object
Constructor and Description |
---|
Shape() |
Modifier and Type | Method and Description |
---|---|
String |
getDeprecatedMessage() |
String |
getDocumentation() |
List<String> |
getEnumValues() |
ErrorTrait |
getError() |
Member |
getListMember() |
Member |
getMapKeyType() |
Member |
getMapValueType() |
long |
getMax() |
Map<String,Member> |
getMembers() |
long |
getMin() |
String |
getPattern() |
String |
getPayload() |
List<String> |
getRequired() |
String |
getTimestampFormat() |
String |
getType() |
XmlNamespace |
getXmlNamespace() |
boolean |
isDeprecated() |
boolean |
isDocument() |
boolean |
isEvent() |
boolean |
isEventstream() |
boolean |
isException() |
boolean |
isFault() |
boolean |
isFlattened() |
boolean |
isRequiresLength() |
boolean |
isSensitive() |
boolean |
isStreaming() |
boolean |
isSynthetic()
Returns flag that indicates whether this shape is a custom SDK shape.
|
boolean |
isUnion() |
boolean |
isWrapper() |
void |
setDeprecated(boolean deprecated) |
void |
setDeprecatedMessage(String deprecatedMessage) |
void |
setDocument(boolean document) |
void |
setDocumentation(String documentation) |
void |
setEnum(List<String> enumValues)
The actual JSON value of "enumValues".
|
void |
setEnumValues(List<String> enumValues) |
void |
setError(ErrorTrait error) |
void |
setEvent(boolean event) |
void |
setEventstream(boolean eventstream) |
void |
setException(boolean exception) |
void |
setFault(boolean fault) |
void |
setFlattened(boolean flattened) |
void |
setKey(Member key)
The actual JSON name of "mapKeyType".
|
void |
setListMember(Member listMember) |
void |
setMapKeyType(Member mapKeyType) |
void |
setMapValueType(Member mapValueType) |
void |
setMax(long max) |
void |
setMember(Member listMember)
The actual JSON name of "listMember".
|
void |
setMembers(Map<String,Member> members) |
void |
setMin(long min) |
void |
setPattern(String pattern) |
void |
setPayload(String payload) |
void |
setRequired(List<String> required) |
void |
setRequiresLength(boolean requiresLength) |
void |
setSensitive(boolean sensitive) |
void |
setStreaming(boolean streaming) |
void |
setSynthetic(boolean synthetic)
Sets flag that indicates whether this shape is a custom SDK shape.
|
void |
setTimestampFormat(String timestampFormat) |
void |
setType(String type) |
void |
setUnion(boolean union) |
void |
setValue(Member value)
The actual JSON name of "mapValueType".
|
void |
setWrapper(boolean wrapper) |
void |
setXmlNamespace(XmlNamespace xmlNamespace) |
public boolean isFault()
public void setFault(boolean fault)
public String getPattern()
public void setPattern(String pattern)
public String getType()
public void setType(String type)
public String getDocumentation()
public void setDocumentation(String documentation)
public String getPayload()
public void setPayload(String payload)
public boolean isFlattened()
public void setFlattened(boolean flattened)
public boolean isSynthetic()
public void setSynthetic(boolean synthetic)
public boolean isException()
public void setException(boolean exception)
public Member getMapKeyType()
public void setMapKeyType(Member mapKeyType)
public void setKey(Member key)
public Member getMapValueType()
public void setMapValueType(Member mapValueType)
public void setValue(Member value)
public Member getListMember()
public void setListMember(Member listMember)
public void setMember(Member listMember)
public long getMin()
public void setMin(long min)
public long getMax()
public void setMax(long max)
public boolean isStreaming()
public void setStreaming(boolean streaming)
public boolean isRequiresLength()
public void setRequiresLength(boolean requiresLength)
public boolean isWrapper()
public void setWrapper(boolean wrapper)
public ErrorTrait getError()
public void setError(ErrorTrait error)
public boolean isDeprecated()
public void setDeprecated(boolean deprecated)
public String getDeprecatedMessage()
public void setDeprecatedMessage(String deprecatedMessage)
public boolean isEventstream()
public void setEventstream(boolean eventstream)
public boolean isEvent()
public void setEvent(boolean event)
public String getTimestampFormat()
public void setTimestampFormat(String timestampFormat)
public boolean isSensitive()
public void setSensitive(boolean sensitive)
public XmlNamespace getXmlNamespace()
public void setXmlNamespace(XmlNamespace xmlNamespace)
public boolean isDocument()
public void setDocument(boolean document)
public boolean isUnion()
public void setUnion(boolean union)
Copyright © 2023. All rights reserved.