| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | [optional] | |
| SnowflakeHostAddress | Pointer to string | [optional] | |
| DatabaseName | Pointer to string | [optional] | |
| WarehouseName | Pointer to string | [optional] | |
| RoleName | Pointer to string | [optional] | |
| SchemaName | Pointer to string | [optional] | |
| UserName | Pointer to string | [optional] | |
| IncludeNetworkPolicy | Pointer to bool | [optional] | |
| ClusterIdentifier | Pointer to string | [optional] | |
| ClusterRegion | Pointer to string | [optional] | |
| ClusterAwsAccountId | Pointer to string | [optional] | |
| Endpoint | Pointer to string | [optional] | |
| ClickHouseDatabaseName | Pointer to string | [optional] | |
| ClickHouseUserName | Pointer to string | [optional] | |
| ClickHouseS3BucketName | Pointer to string | [optional] | |
| ClickHouseIncludeHostRestriction | Pointer to bool | [optional] | |
| ClickHouseServiceRoleArn | Pointer to string | [optional] | |
| ClickHousePassword | Pointer to string | [optional] |
func NewWarehouseSetupScriptPostBody() *WarehouseSetupScriptPostBody
NewWarehouseSetupScriptPostBody instantiates a new WarehouseSetupScriptPostBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWarehouseSetupScriptPostBodyWithDefaults() *WarehouseSetupScriptPostBody
NewWarehouseSetupScriptPostBodyWithDefaults instantiates a new WarehouseSetupScriptPostBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *WarehouseSetupScriptPostBody) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetName(v string)
SetName sets Name field to given value.
func (o *WarehouseSetupScriptPostBody) HasName() bool
HasName returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetSnowflakeHostAddress() string
GetSnowflakeHostAddress returns the SnowflakeHostAddress field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetSnowflakeHostAddressOk() (*string, bool)
GetSnowflakeHostAddressOk returns a tuple with the SnowflakeHostAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetSnowflakeHostAddress(v string)
SetSnowflakeHostAddress sets SnowflakeHostAddress field to given value.
func (o *WarehouseSetupScriptPostBody) HasSnowflakeHostAddress() bool
HasSnowflakeHostAddress returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetDatabaseName() string
GetDatabaseName returns the DatabaseName field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetDatabaseNameOk() (*string, bool)
GetDatabaseNameOk returns a tuple with the DatabaseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetDatabaseName(v string)
SetDatabaseName sets DatabaseName field to given value.
func (o *WarehouseSetupScriptPostBody) HasDatabaseName() bool
HasDatabaseName returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetWarehouseName() string
GetWarehouseName returns the WarehouseName field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetWarehouseNameOk() (*string, bool)
GetWarehouseNameOk returns a tuple with the WarehouseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetWarehouseName(v string)
SetWarehouseName sets WarehouseName field to given value.
func (o *WarehouseSetupScriptPostBody) HasWarehouseName() bool
HasWarehouseName returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetRoleName() string
GetRoleName returns the RoleName field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetRoleNameOk() (*string, bool)
GetRoleNameOk returns a tuple with the RoleName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetRoleName(v string)
SetRoleName sets RoleName field to given value.
func (o *WarehouseSetupScriptPostBody) HasRoleName() bool
HasRoleName returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetSchemaName() string
GetSchemaName returns the SchemaName field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetSchemaNameOk() (*string, bool)
GetSchemaNameOk returns a tuple with the SchemaName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetSchemaName(v string)
SetSchemaName sets SchemaName field to given value.
func (o *WarehouseSetupScriptPostBody) HasSchemaName() bool
HasSchemaName returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetUserName() string
GetUserName returns the UserName field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetUserName(v string)
SetUserName sets UserName field to given value.
func (o *WarehouseSetupScriptPostBody) HasUserName() bool
HasUserName returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetIncludeNetworkPolicy() bool
GetIncludeNetworkPolicy returns the IncludeNetworkPolicy field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetIncludeNetworkPolicyOk() (*bool, bool)
GetIncludeNetworkPolicyOk returns a tuple with the IncludeNetworkPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetIncludeNetworkPolicy(v bool)
SetIncludeNetworkPolicy sets IncludeNetworkPolicy field to given value.
func (o *WarehouseSetupScriptPostBody) HasIncludeNetworkPolicy() bool
HasIncludeNetworkPolicy returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetClusterIdentifier() string
GetClusterIdentifier returns the ClusterIdentifier field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetClusterIdentifierOk() (*string, bool)
GetClusterIdentifierOk returns a tuple with the ClusterIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetClusterIdentifier(v string)
SetClusterIdentifier sets ClusterIdentifier field to given value.
func (o *WarehouseSetupScriptPostBody) HasClusterIdentifier() bool
HasClusterIdentifier returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetClusterRegion() string
GetClusterRegion returns the ClusterRegion field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetClusterRegionOk() (*string, bool)
GetClusterRegionOk returns a tuple with the ClusterRegion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetClusterRegion(v string)
SetClusterRegion sets ClusterRegion field to given value.
func (o *WarehouseSetupScriptPostBody) HasClusterRegion() bool
HasClusterRegion returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetClusterAwsAccountId() string
GetClusterAwsAccountId returns the ClusterAwsAccountId field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetClusterAwsAccountIdOk() (*string, bool)
GetClusterAwsAccountIdOk returns a tuple with the ClusterAwsAccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetClusterAwsAccountId(v string)
SetClusterAwsAccountId sets ClusterAwsAccountId field to given value.
func (o *WarehouseSetupScriptPostBody) HasClusterAwsAccountId() bool
HasClusterAwsAccountId returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetEndpoint() string
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetEndpointOk() (*string, bool)
GetEndpointOk returns a tuple with the Endpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetEndpoint(v string)
SetEndpoint sets Endpoint field to given value.
func (o *WarehouseSetupScriptPostBody) HasEndpoint() bool
HasEndpoint returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetClickHouseDatabaseName() string
GetClickHouseDatabaseName returns the ClickHouseDatabaseName field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetClickHouseDatabaseNameOk() (*string, bool)
GetClickHouseDatabaseNameOk returns a tuple with the ClickHouseDatabaseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetClickHouseDatabaseName(v string)
SetClickHouseDatabaseName sets ClickHouseDatabaseName field to given value.
func (o *WarehouseSetupScriptPostBody) HasClickHouseDatabaseName() bool
HasClickHouseDatabaseName returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetClickHouseUserName() string
GetClickHouseUserName returns the ClickHouseUserName field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetClickHouseUserNameOk() (*string, bool)
GetClickHouseUserNameOk returns a tuple with the ClickHouseUserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetClickHouseUserName(v string)
SetClickHouseUserName sets ClickHouseUserName field to given value.
func (o *WarehouseSetupScriptPostBody) HasClickHouseUserName() bool
HasClickHouseUserName returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetClickHouseS3BucketName() string
GetClickHouseS3BucketName returns the ClickHouseS3BucketName field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetClickHouseS3BucketNameOk() (*string, bool)
GetClickHouseS3BucketNameOk returns a tuple with the ClickHouseS3BucketName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetClickHouseS3BucketName(v string)
SetClickHouseS3BucketName sets ClickHouseS3BucketName field to given value.
func (o *WarehouseSetupScriptPostBody) HasClickHouseS3BucketName() bool
HasClickHouseS3BucketName returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetClickHouseIncludeHostRestriction() bool
GetClickHouseIncludeHostRestriction returns the ClickHouseIncludeHostRestriction field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetClickHouseIncludeHostRestrictionOk() (*bool, bool)
GetClickHouseIncludeHostRestrictionOk returns a tuple with the ClickHouseIncludeHostRestriction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetClickHouseIncludeHostRestriction(v bool)
SetClickHouseIncludeHostRestriction sets ClickHouseIncludeHostRestriction field to given value.
func (o *WarehouseSetupScriptPostBody) HasClickHouseIncludeHostRestriction() bool
HasClickHouseIncludeHostRestriction returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetClickHouseServiceRoleArn() string
GetClickHouseServiceRoleArn returns the ClickHouseServiceRoleArn field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetClickHouseServiceRoleArnOk() (*string, bool)
GetClickHouseServiceRoleArnOk returns a tuple with the ClickHouseServiceRoleArn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetClickHouseServiceRoleArn(v string)
SetClickHouseServiceRoleArn sets ClickHouseServiceRoleArn field to given value.
func (o *WarehouseSetupScriptPostBody) HasClickHouseServiceRoleArn() bool
HasClickHouseServiceRoleArn returns a boolean if a field has been set.
func (o *WarehouseSetupScriptPostBody) GetClickHousePassword() string
GetClickHousePassword returns the ClickHousePassword field if non-nil, zero value otherwise.
func (o *WarehouseSetupScriptPostBody) GetClickHousePasswordOk() (*string, bool)
GetClickHousePasswordOk returns a tuple with the ClickHousePassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseSetupScriptPostBody) SetClickHousePassword(v string)
SetClickHousePassword sets ClickHousePassword field to given value.
func (o *WarehouseSetupScriptPostBody) HasClickHousePassword() bool
HasClickHousePassword returns a boolean if a field has been set.