@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PrestoParameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for Presto.
Constructor and Description |
---|
PrestoParameters() |
Modifier and Type | Method and Description |
---|---|
PrestoParameters |
clone() |
boolean |
equals(Object obj) |
String |
getCatalog()
Catalog.
|
String |
getHost()
Host.
|
Integer |
getPort()
Port.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCatalog(String catalog)
Catalog.
|
void |
setHost(String host)
Host.
|
void |
setPort(Integer port)
Port.
|
String |
toString()
Returns a string representation of this object.
|
PrestoParameters |
withCatalog(String catalog)
Catalog.
|
PrestoParameters |
withHost(String host)
Host.
|
PrestoParameters |
withPort(Integer port)
Port.
|
public void setHost(String host)
Host.
host
- Host.public String getHost()
Host.
public PrestoParameters withHost(String host)
Host.
host
- Host.public void setPort(Integer port)
Port.
port
- Port.public Integer getPort()
Port.
public PrestoParameters withPort(Integer port)
Port.
port
- Port.public void setCatalog(String catalog)
Catalog.
catalog
- Catalog.public String getCatalog()
Catalog.
public PrestoParameters withCatalog(String catalog)
Catalog.
catalog
- Catalog.public String toString()
toString
in class Object
Object.toString()
public PrestoParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.