Home
last modified time | relevance | path

Searched refs:ScheduledActionState (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/source/model/
H A DScheduledActionState.cpp27 ScheduledActionState GetScheduledActionStateForName(const Aws::String& name) in GetScheduledActionStateForName()
32 return ScheduledActionState::ACTIVE; in GetScheduledActionStateForName()
36 return ScheduledActionState::DISABLED; in GetScheduledActionStateForName()
42 return static_cast<ScheduledActionState>(hashCode); in GetScheduledActionStateForName()
45 return ScheduledActionState::NOT_SET; in GetScheduledActionStateForName()
48 Aws::String GetNameForScheduledActionState(ScheduledActionState enumValue) in GetNameForScheduledActionState()
52 case ScheduledActionState::ACTIVE: in GetNameForScheduledActionState()
54 case ScheduledActionState::DISABLED: in GetNameForScheduledActionState()
H A DModifyScheduledActionResult.cpp21 m_state(ScheduledActionState::NOT_SET) in ModifyScheduledActionResult()
26 m_state(ScheduledActionState::NOT_SET) in ModifyScheduledActionResult()
H A DCreateScheduledActionResult.cpp21 m_state(ScheduledActionState::NOT_SET) in CreateScheduledActionResult()
26 m_state(ScheduledActionState::NOT_SET) in CreateScheduledActionResult()
H A DScheduledAction.cpp29 m_state(ScheduledActionState::NOT_SET), in ScheduledAction()
44 m_state(ScheduledActionState::NOT_SET), in ScheduledAction()
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/redshift/types/
H A Denums.go166 type ScheduledActionState string type
170 ScheduledActionStateActive ScheduledActionState = "ACTIVE"
171 ScheduledActionStateDisabled ScheduledActionState = "DISABLED"
177 func (ScheduledActionState) Values() []ScheduledActionState {
178 return []ScheduledActionState{
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/redshift/types/
H A Denums.go166 type ScheduledActionState string type
170 ScheduledActionStateActive ScheduledActionState = "ACTIVE"
171 ScheduledActionStateDisabled ScheduledActionState = "DISABLED"
177 func (ScheduledActionState) Values() []ScheduledActionState {
178 return []ScheduledActionState{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/redshift/types/
H A Denums.go148 type ScheduledActionState string type
152 ScheduledActionStateActive ScheduledActionState = "ACTIVE"
153 ScheduledActionStateDisabled ScheduledActionState = "DISABLED"
159 func (ScheduledActionState) Values() []ScheduledActionState {
160 return []ScheduledActionState{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/redshift/types/
H A Denums.go148 type ScheduledActionState string type
152 ScheduledActionStateActive ScheduledActionState = "ACTIVE"
153 ScheduledActionStateDisabled ScheduledActionState = "DISABLED"
159 func (ScheduledActionState) Values() []ScheduledActionState {
160 return []ScheduledActionState{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/redshift/types/
H A Denums.go148 type ScheduledActionState string type
152 ScheduledActionStateActive ScheduledActionState = "ACTIVE"
153 ScheduledActionStateDisabled ScheduledActionState = "DISABLED"
159 func (ScheduledActionState) Values() []ScheduledActionState {
160 return []ScheduledActionState{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/redshift/types/
H A Denums.go166 type ScheduledActionState string type
170 ScheduledActionStateActive ScheduledActionState = "ACTIVE"
171 ScheduledActionStateDisabled ScheduledActionState = "DISABLED"
177 func (ScheduledActionState) Values() []ScheduledActionState {
178 return []ScheduledActionState{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/redshift/types/
H A Denums.go228 type ScheduledActionState string type
232 ScheduledActionStateActive ScheduledActionState = "ACTIVE"
233 ScheduledActionStateDisabled ScheduledActionState = "DISABLED"
239 func (ScheduledActionState) Values() []ScheduledActionState {
240 return []ScheduledActionState{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/redshift/types/
H A Denums.go296 type ScheduledActionState string type
300 ScheduledActionStateActive ScheduledActionState = "ACTIVE"
301 ScheduledActionStateDisabled ScheduledActionState = "DISABLED"
307 func (ScheduledActionState) Values() []ScheduledActionState {
308 return []ScheduledActionState{
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/include/aws/redshift/model/
H A DScheduledActionState.h16 enum class ScheduledActionState enum
25 AWS_REDSHIFT_API ScheduledActionState GetScheduledActionStateForName(const Aws::String& name);
27 AWS_REDSHIFT_API Aws::String GetNameForScheduledActionState(ScheduledActionState value);
H A DCreateScheduledActionResult.h341 inline const ScheduledActionState& GetState() const{ return m_state; } in GetState()
346 inline void SetState(const ScheduledActionState& value) { m_state = value; } in SetState()
351 inline void SetState(ScheduledActionState&& value) { m_state = std::move(value); } in SetState()
356 …inline CreateScheduledActionResult& WithState(const ScheduledActionState& value) { SetState(value)… in WithState()
361 …inline CreateScheduledActionResult& WithState(ScheduledActionState&& value) { SetState(std::move(v… in WithState()
489 ScheduledActionState m_state;
H A DModifyScheduledActionResult.h341 inline const ScheduledActionState& GetState() const{ return m_state; } in GetState()
346 inline void SetState(const ScheduledActionState& value) { m_state = value; } in SetState()
351 inline void SetState(ScheduledActionState&& value) { m_state = std::move(value); } in SetState()
356 …inline ModifyScheduledActionResult& WithState(const ScheduledActionState& value) { SetState(value)… in WithState()
361 …inline ModifyScheduledActionResult& WithState(ScheduledActionState&& value) { SetState(std::move(v… in WithState()
489 ScheduledActionState m_state;
H A DScheduledAction.h386 inline const ScheduledActionState& GetState() const{ return m_state; } in GetState()
396 …inline void SetState(const ScheduledActionState& value) { m_stateHasBeenSet = true; m_state = valu… in SetState()
401 …inline void SetState(ScheduledActionState&& value) { m_stateHasBeenSet = true; m_state = std::move… in SetState()
406 …inline ScheduledAction& WithState(const ScheduledActionState& value) { SetState(value); return *th… in WithState()
411 …inline ScheduledAction& WithState(ScheduledActionState&& value) { SetState(std::move(value)); retu… in WithState()
564 ScheduledActionState m_state;
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/redshift/
H A Dapi_op_CreateScheduledAction.go121 State types.ScheduledActionState
H A Dapi_op_ModifyScheduledAction.go109 State types.ScheduledActionState
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/redshift/
H A Dapi_op_CreateScheduledAction.go121 State types.ScheduledActionState
H A Dapi_op_ModifyScheduledAction.go109 State types.ScheduledActionState
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/redshift/
H A Dapi_op_ModifyScheduledAction.go109 State types.ScheduledActionState
H A Dapi_op_CreateScheduledAction.go121 State types.ScheduledActionState
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/redshift/
H A Dapi_op_ModifyScheduledAction.go109 State types.ScheduledActionState
H A Dapi_op_CreateScheduledAction.go121 State types.ScheduledActionState
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/redshift/
H A Dapi_op_ModifyScheduledAction.go109 State types.ScheduledActionState

12