@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SparkParameters extends Object implements Serializable, Cloneable, StructuredPojo
Spark parameters.
Constructor and Description |
---|
SparkParameters() |
Modifier and Type | Method and Description |
---|---|
SparkParameters |
clone() |
boolean |
equals(Object obj) |
String |
getHost()
Host.
|
Integer |
getPort()
Port.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHost(String host)
Host.
|
void |
setPort(Integer port)
Port.
|
String |
toString()
Returns a string representation of this object.
|
SparkParameters |
withHost(String host)
Host.
|
SparkParameters |
withPort(Integer port)
Port.
|
public void setHost(String host)
Host.
host
- Host.public String getHost()
Host.
public SparkParameters withHost(String host)
Host.
host
- Host.public void setPort(Integer port)
Port.
port
- Port.public Integer getPort()
Port.
public SparkParameters withPort(Integer port)
Port.
port
- Port.public String toString()
toString
in class Object
Object.toString()
public SparkParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.