Class Shape
java.lang.Object
software.amazon.awssdk.codegen.model.service.Shape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()
long
getMax()
long
getMin()
getType()
boolean
boolean
boolean
isEvent()
boolean
boolean
boolean
isFault()
boolean
boolean
boolean
boolean
boolean
boolean
Returns flag that indicates whether this shape is a custom SDK shape.boolean
boolean
isUnion()
boolean
void
setDeprecated
(boolean deprecated) void
setDeprecatedMessage
(String deprecatedMessage) void
setDocument
(boolean document) void
setDocumentation
(String documentation) void
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
The actual JSON name of "mapKeyType".void
setListMember
(Member listMember) void
setMapKeyType
(Member mapKeyType) void
setMapValueType
(Member mapValueType) void
setMax
(long max) void
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
setRetryable
(RetryableTrait retryable) 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
void
setUnion
(boolean union) void
The actual JSON name of "mapValueType".void
setWrapper
(boolean wrapper) void
setXmlNamespace
(XmlNamespace xmlNamespace)
-
Constructor Details
-
Shape
public Shape()
-
-
Method Details
-
isFault
public boolean isFault() -
setFault
public void setFault(boolean fault) -
getPattern
-
setPattern
-
getType
-
setType
-
getMembers
-
setMembers
-
getDocumentation
-
setDocumentation
-
getRequired
-
setRequired
-
getEnumValues
-
setEnumValues
-
setEnum
The actual JSON value of "enumValues". -
getPayload
-
setPayload
-
isFlattened
public boolean isFlattened() -
setFlattened
public void setFlattened(boolean flattened) -
isSynthetic
public boolean isSynthetic()Returns flag that indicates whether this shape is a custom SDK shape. If true, this shape will be excluded from the static SdkFields, preventing it from being marshalled. -
setSynthetic
public void setSynthetic(boolean synthetic) Sets flag that indicates whether this shape is a custom SDK shape. If true, this shape will be excluded from the static SdkFields, preventing it from being marshalled. -
isException
public boolean isException() -
setException
public void setException(boolean exception) -
getMapKeyType
-
setMapKeyType
-
setKey
The actual JSON name of "mapKeyType". -
getMapValueType
-
setMapValueType
-
setValue
The actual JSON name of "mapValueType". -
getListMember
-
setListMember
-
setMember
The actual JSON name of "listMember". -
getMin
public long getMin() -
setMin
public void setMin(long min) -
getMax
public long getMax() -
setMax
public void setMax(long max) -
isStreaming
public boolean isStreaming() -
setStreaming
public void setStreaming(boolean streaming) -
isRequiresLength
public boolean isRequiresLength() -
setRequiresLength
public void setRequiresLength(boolean requiresLength) -
isWrapper
public boolean isWrapper() -
setWrapper
public void setWrapper(boolean wrapper) -
getError
-
setError
-
isDeprecated
public boolean isDeprecated() -
setDeprecated
public void setDeprecated(boolean deprecated) -
getDeprecatedMessage
-
setDeprecatedMessage
-
isEventstream
public boolean isEventstream() -
setEventstream
public void setEventstream(boolean eventstream) -
isEvent
public boolean isEvent() -
setEvent
public void setEvent(boolean event) -
getTimestampFormat
-
setTimestampFormat
-
isSensitive
public boolean isSensitive() -
setSensitive
public void setSensitive(boolean sensitive) -
getXmlNamespace
-
setXmlNamespace
-
isDocument
public boolean isDocument() -
setDocument
public void setDocument(boolean document) -
isUnion
public boolean isUnion() -
setUnion
public void setUnion(boolean union) -
setRetryable
-
isRetryable
public boolean isRetryable() -
isThrottling
public boolean isThrottling()
-