AWS SDK for C++  0.14.3
AWS SDK for C++
Public Member Functions | List of all members
Aws::Redshift::Model::Parameter Class Reference

#include <Parameter.h>

Public Member Functions

 Parameter ()
 
 Parameter (const Aws::Utils::Xml::XmlNode &xmlNode)
 
Parameteroperator= (const Aws::Utils::Xml::XmlNode &xmlNode)
 
void OutputToStream (Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
 
void OutputToStream (Aws::OStream &oStream, const char *location) const
 
const Aws::StringGetParameterName () const
 
void SetParameterName (const Aws::String &value)
 
void SetParameterName (Aws::String &&value)
 
void SetParameterName (const char *value)
 
ParameterWithParameterName (const Aws::String &value)
 
ParameterWithParameterName (Aws::String &&value)
 
ParameterWithParameterName (const char *value)
 
const Aws::StringGetParameterValue () const
 
void SetParameterValue (const Aws::String &value)
 
void SetParameterValue (Aws::String &&value)
 
void SetParameterValue (const char *value)
 
ParameterWithParameterValue (const Aws::String &value)
 
ParameterWithParameterValue (Aws::String &&value)
 
ParameterWithParameterValue (const char *value)
 
const Aws::StringGetDescription () const
 
void SetDescription (const Aws::String &value)
 
void SetDescription (Aws::String &&value)
 
void SetDescription (const char *value)
 
ParameterWithDescription (const Aws::String &value)
 
ParameterWithDescription (Aws::String &&value)
 
ParameterWithDescription (const char *value)
 
const Aws::StringGetSource () const
 
void SetSource (const Aws::String &value)
 
void SetSource (Aws::String &&value)
 
void SetSource (const char *value)
 
ParameterWithSource (const Aws::String &value)
 
ParameterWithSource (Aws::String &&value)
 
ParameterWithSource (const char *value)
 
const Aws::StringGetDataType () const
 
void SetDataType (const Aws::String &value)
 
void SetDataType (Aws::String &&value)
 
void SetDataType (const char *value)
 
ParameterWithDataType (const Aws::String &value)
 
ParameterWithDataType (Aws::String &&value)
 
ParameterWithDataType (const char *value)
 
const Aws::StringGetAllowedValues () const
 
void SetAllowedValues (const Aws::String &value)
 
void SetAllowedValues (Aws::String &&value)
 
void SetAllowedValues (const char *value)
 
ParameterWithAllowedValues (const Aws::String &value)
 
ParameterWithAllowedValues (Aws::String &&value)
 
ParameterWithAllowedValues (const char *value)
 
const ParameterApplyTypeGetApplyType () const
 
void SetApplyType (const ParameterApplyType &value)
 
void SetApplyType (ParameterApplyType &&value)
 
ParameterWithApplyType (const ParameterApplyType &value)
 
ParameterWithApplyType (ParameterApplyType &&value)
 
bool GetIsModifiable () const
 
void SetIsModifiable (bool value)
 
ParameterWithIsModifiable (bool value)
 
const Aws::StringGetMinimumEngineVersion () const
 
void SetMinimumEngineVersion (const Aws::String &value)
 
void SetMinimumEngineVersion (Aws::String &&value)
 
void SetMinimumEngineVersion (const char *value)
 
ParameterWithMinimumEngineVersion (const Aws::String &value)
 
ParameterWithMinimumEngineVersion (Aws::String &&value)
 
ParameterWithMinimumEngineVersion (const char *value)
 

Detailed Description

Describes a parameter in a cluster parameter group.

Definition at line 38 of file Parameter.h.

Constructor & Destructor Documentation

Aws::Redshift::Model::Parameter::Parameter ( )
Aws::Redshift::Model::Parameter::Parameter ( const Aws::Utils::Xml::XmlNode xmlNode)

Member Function Documentation

const Aws::String& Aws::Redshift::Model::Parameter::GetAllowedValues ( ) const
inline

The valid range of values for the parameter.

Definition at line 226 of file Parameter.h.

const ParameterApplyType& Aws::Redshift::Model::Parameter::GetApplyType ( ) const
inline

Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

Definition at line 267 of file Parameter.h.

const Aws::String& Aws::Redshift::Model::Parameter::GetDataType ( ) const
inline

The data type of the parameter.

Definition at line 191 of file Parameter.h.

const Aws::String& Aws::Redshift::Model::Parameter::GetDescription ( ) const
inline

A description of the parameter.

Definition at line 121 of file Parameter.h.

bool Aws::Redshift::Model::Parameter::GetIsModifiable ( ) const
inline

If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

Definition at line 317 of file Parameter.h.

const Aws::String& Aws::Redshift::Model::Parameter::GetMinimumEngineVersion ( ) const
inline

The earliest engine version to which the parameter can apply.

Definition at line 334 of file Parameter.h.

const Aws::String& Aws::Redshift::Model::Parameter::GetParameterName ( ) const
inline

The name of the parameter.

Definition at line 51 of file Parameter.h.

const Aws::String& Aws::Redshift::Model::Parameter::GetParameterValue ( ) const
inline

The value of the parameter.

Definition at line 86 of file Parameter.h.

const Aws::String& Aws::Redshift::Model::Parameter::GetSource ( ) const
inline

The source of the parameter value, such as "engine-default" or "user".

Definition at line 156 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::operator= ( const Aws::Utils::Xml::XmlNode xmlNode)
void Aws::Redshift::Model::Parameter::OutputToStream ( Aws::OStream ostream,
const char *  location,
unsigned  index,
const char *  locationValue 
) const
void Aws::Redshift::Model::Parameter::OutputToStream ( Aws::OStream oStream,
const char *  location 
) const
void Aws::Redshift::Model::Parameter::SetAllowedValues ( const Aws::String value)
inline

The valid range of values for the parameter.

Definition at line 231 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetAllowedValues ( Aws::String &&  value)
inline

The valid range of values for the parameter.

Definition at line 236 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetAllowedValues ( const char *  value)
inline

The valid range of values for the parameter.

Definition at line 241 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetApplyType ( const ParameterApplyType value)
inline

Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

Definition at line 278 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetApplyType ( ParameterApplyType &&  value)
inline

Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

Definition at line 289 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetDataType ( const Aws::String value)
inline

The data type of the parameter.

Definition at line 196 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetDataType ( Aws::String &&  value)
inline

The data type of the parameter.

Definition at line 201 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetDataType ( const char *  value)
inline

The data type of the parameter.

Definition at line 206 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetDescription ( const Aws::String value)
inline

A description of the parameter.

Definition at line 126 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetDescription ( Aws::String &&  value)
inline

A description of the parameter.

Definition at line 131 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetDescription ( const char *  value)
inline

A description of the parameter.

Definition at line 136 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetIsModifiable ( bool  value)
inline

If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

Definition at line 323 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetMinimumEngineVersion ( const Aws::String value)
inline

The earliest engine version to which the parameter can apply.

Definition at line 339 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetMinimumEngineVersion ( Aws::String &&  value)
inline

The earliest engine version to which the parameter can apply.

Definition at line 344 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetMinimumEngineVersion ( const char *  value)
inline

The earliest engine version to which the parameter can apply.

Definition at line 349 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetParameterName ( const Aws::String value)
inline

The name of the parameter.

Definition at line 56 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetParameterName ( Aws::String &&  value)
inline

The name of the parameter.

Definition at line 61 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetParameterName ( const char *  value)
inline

The name of the parameter.

Definition at line 66 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetParameterValue ( const Aws::String value)
inline

The value of the parameter.

Definition at line 91 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetParameterValue ( Aws::String &&  value)
inline

The value of the parameter.

Definition at line 96 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetParameterValue ( const char *  value)
inline

The value of the parameter.

Definition at line 101 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetSource ( const Aws::String value)
inline

The source of the parameter value, such as "engine-default" or "user".

Definition at line 161 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetSource ( Aws::String &&  value)
inline

The source of the parameter value, such as "engine-default" or "user".

Definition at line 166 of file Parameter.h.

void Aws::Redshift::Model::Parameter::SetSource ( const char *  value)
inline

The source of the parameter value, such as "engine-default" or "user".

Definition at line 171 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithAllowedValues ( const Aws::String value)
inline

The valid range of values for the parameter.

Definition at line 246 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithAllowedValues ( Aws::String &&  value)
inline

The valid range of values for the parameter.

Definition at line 251 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithAllowedValues ( const char *  value)
inline

The valid range of values for the parameter.

Definition at line 256 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithApplyType ( const ParameterApplyType value)
inline

Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

Definition at line 300 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithApplyType ( ParameterApplyType &&  value)
inline

Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

Definition at line 311 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithDataType ( const Aws::String value)
inline

The data type of the parameter.

Definition at line 211 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithDataType ( Aws::String &&  value)
inline

The data type of the parameter.

Definition at line 216 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithDataType ( const char *  value)
inline

The data type of the parameter.

Definition at line 221 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithDescription ( const Aws::String value)
inline

A description of the parameter.

Definition at line 141 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithDescription ( Aws::String &&  value)
inline

A description of the parameter.

Definition at line 146 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithDescription ( const char *  value)
inline

A description of the parameter.

Definition at line 151 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithIsModifiable ( bool  value)
inline

If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

Definition at line 329 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithMinimumEngineVersion ( const Aws::String value)
inline

The earliest engine version to which the parameter can apply.

Definition at line 354 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithMinimumEngineVersion ( Aws::String &&  value)
inline

The earliest engine version to which the parameter can apply.

Definition at line 359 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithMinimumEngineVersion ( const char *  value)
inline

The earliest engine version to which the parameter can apply.

Definition at line 364 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithParameterName ( const Aws::String value)
inline

The name of the parameter.

Definition at line 71 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithParameterName ( Aws::String &&  value)
inline

The name of the parameter.

Definition at line 76 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithParameterName ( const char *  value)
inline

The name of the parameter.

Definition at line 81 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithParameterValue ( const Aws::String value)
inline

The value of the parameter.

Definition at line 106 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithParameterValue ( Aws::String &&  value)
inline

The value of the parameter.

Definition at line 111 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithParameterValue ( const char *  value)
inline

The value of the parameter.

Definition at line 116 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithSource ( const Aws::String value)
inline

The source of the parameter value, such as "engine-default" or "user".

Definition at line 176 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithSource ( Aws::String &&  value)
inline

The source of the parameter value, such as "engine-default" or "user".

Definition at line 181 of file Parameter.h.

Parameter& Aws::Redshift::Model::Parameter::WithSource ( const char *  value)
inline

The source of the parameter value, such as "engine-default" or "user".

Definition at line 186 of file Parameter.h.


The documentation for this class was generated from the following file: