@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnowflakeRoleConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Optionally configure a Snowflake role. Otherwise the default user role will be used.
| Constructor and Description | 
|---|
SnowflakeRoleConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
SnowflakeRoleConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
Boolean | 
getEnabled()
 Enable Snowflake role 
 | 
String | 
getSnowflakeRole()
 The Snowflake role you wish to configure 
 | 
int | 
hashCode()  | 
Boolean | 
isEnabled()
 Enable Snowflake role 
 | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setEnabled(Boolean enabled)
 Enable Snowflake role 
 | 
void | 
setSnowflakeRole(String snowflakeRole)
 The Snowflake role you wish to configure 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
SnowflakeRoleConfiguration | 
withEnabled(Boolean enabled)
 Enable Snowflake role 
 | 
SnowflakeRoleConfiguration | 
withSnowflakeRole(String snowflakeRole)
 The Snowflake role you wish to configure 
 | 
public void setEnabled(Boolean enabled)
Enable Snowflake role
enabled - Enable Snowflake rolepublic Boolean getEnabled()
Enable Snowflake role
public SnowflakeRoleConfiguration withEnabled(Boolean enabled)
Enable Snowflake role
enabled - Enable Snowflake rolepublic Boolean isEnabled()
Enable Snowflake role
public void setSnowflakeRole(String snowflakeRole)
The Snowflake role you wish to configure
snowflakeRole - The Snowflake role you wish to configurepublic String getSnowflakeRole()
The Snowflake role you wish to configure
public SnowflakeRoleConfiguration withSnowflakeRole(String snowflakeRole)
The Snowflake role you wish to configure
snowflakeRole - The Snowflake role you wish to configurepublic String toString()
toString in class ObjectObject.toString()public SnowflakeRoleConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.