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() |
XmlNamespace |
getXmlNamespace() |
boolean |
isDeprecated() |
boolean |
isFlattened() |
boolean |
isIdempotencyToken() |
boolean |
isPayload() |
boolean |
isStreaming() |
void |
setDeprecated(boolean deprecated) |
void |
setDocumentation(String documentation) |
void |
setFlattened(boolean flattened) |
void |
setIdempotencyToken(boolean idempotencyToken) |
void |
setLocation(String location) |
void |
setLocationName(String locationName) |
void |
setPayload(boolean payload) |
void |
setQueryName(String queryName) |
void |
setShape(String shape) |
void |
setStreaming(boolean streaming) |
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 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)
Copyright © 2018. All rights reserved.