@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AthenaParameters extends Object implements Serializable, Cloneable, StructuredPojo
Amazon Athena parameters.
| 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) |
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 ObjectObject.toString()public AthenaParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.