public class Member extends Object
| Constructor and Description |
|---|
Member() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentation() |
String |
getLocation() |
String |
getLocationName() |
String |
getQueryName() |
String |
getShape() |
String |
getTimestampFormat() |
XmlNamespace |
getXmlNamespace() |
boolean |
isDeprecated() |
boolean |
isFlattened() |
boolean |
isIdempotencyToken() |
boolean |
isJsonvalue() |
boolean |
isPayload() |
boolean |
isSensitive() |
boolean |
isStreaming() |
void |
setDeprecated(boolean deprecated) |
void |
setDocumentation(String documentation) |
void |
setFlattened(boolean flattened) |
void |
setIdempotencyToken(boolean idempotencyToken) |
void |
setJsonvalue(boolean jsonvalue) |
void |
setLocation(String location) |
void |
setLocationName(String locationName) |
void |
setPayload(boolean payload) |
void |
setQueryName(String queryName) |
void |
setSensitive(boolean sensitive) |
void |
setShape(String shape) |
void |
setStreaming(boolean streaming) |
void |
setTimestampFormat(String timestampFormat) |
void |
setXmlNamespace(XmlNamespace xmlNamespace) |
public String getShape()
public void setShape(String shape)
public String getLocation()
public void setLocation(String location)
public String getLocationName()
public void setLocationName(String locationName)
public boolean isPayload()
public void setPayload(boolean payload)
public boolean isStreaming()
public void setStreaming(boolean streaming)
public boolean isJsonvalue()
public void setJsonvalue(boolean jsonvalue)
public String getDocumentation()
public void setDocumentation(String documentation)
public String getQueryName()
public void setQueryName(String queryName)
public boolean isFlattened()
public void setFlattened(boolean flattened)
public XmlNamespace getXmlNamespace()
public void setXmlNamespace(XmlNamespace xmlNamespace)
public boolean isIdempotencyToken()
public void setIdempotencyToken(boolean idempotencyToken)
public boolean isDeprecated()
public void setDeprecated(boolean deprecated)
public boolean isSensitive()
public void setSensitive(boolean sensitive)
public String getTimestampFormat()
public void setTimestampFormat(String timestampFormat)
Copyright © 2019. All rights reserved.