@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AthenaParameters extends Object implements Serializable, Cloneable, StructuredPojo
Parameters for Amazon Athena.
Constructor and Description |
---|
AthenaParameters() |
Modifier and Type | Method and Description |
---|---|
AthenaParameters |
clone() |
boolean |
equals(Object obj) |
String |
getWorkGroup()
The workgroup that Amazon Athena uses.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setWorkGroup(String workGroup)
The workgroup that Amazon Athena uses.
|
String |
toString()
Returns a string representation of this object.
|
AthenaParameters |
withWorkGroup(String workGroup)
The workgroup that Amazon Athena uses.
|
public void setWorkGroup(String workGroup)
The workgroup that Amazon Athena uses.
workGroup
- The workgroup that Amazon Athena uses.public String getWorkGroup()
The workgroup that Amazon Athena uses.
public AthenaParameters withWorkGroup(String workGroup)
The workgroup that Amazon Athena uses.
workGroup
- The workgroup that Amazon Athena uses.public String toString()
toString
in class Object
Object.toString()
public AthenaParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.