Home
last modified time | relevance | path

Searched refs:PropertyNotificationState (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotsitewise/source/model/
H A DPropertyNotificationState.cpp27 PropertyNotificationState GetPropertyNotificationStateForName(const Aws::String& name) in GetPropertyNotificationStateForName()
32 return PropertyNotificationState::ENABLED; in GetPropertyNotificationStateForName()
36 return PropertyNotificationState::DISABLED; in GetPropertyNotificationStateForName()
42 return static_cast<PropertyNotificationState>(hashCode); in GetPropertyNotificationStateForName()
45 return PropertyNotificationState::NOT_SET; in GetPropertyNotificationStateForName()
48 Aws::String GetNameForPropertyNotificationState(PropertyNotificationState enumValue) in GetNameForPropertyNotificationState()
52 case PropertyNotificationState::ENABLED: in GetNameForPropertyNotificationState()
54 case PropertyNotificationState::DISABLED: in GetNameForPropertyNotificationState()
H A DPropertyNotification.cpp23 m_state(PropertyNotificationState::NOT_SET), in PropertyNotification()
30 m_state(PropertyNotificationState::NOT_SET), in PropertyNotification()
H A DUpdateAssetPropertyRequest.cpp19 m_propertyNotificationState(PropertyNotificationState::NOT_SET), in UpdateAssetPropertyRequest()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotsitewise/include/aws/iotsitewise/model/
H A DPropertyNotification.h98 inline const PropertyNotificationState& GetState() const{ return m_state; } in GetState()
108 …inline void SetState(const PropertyNotificationState& value) { m_stateHasBeenSet = true; m_state =… in SetState()
113 …inline void SetState(PropertyNotificationState&& value) { m_stateHasBeenSet = true; m_state = std:… in SetState()
118 …inline PropertyNotification& WithState(const PropertyNotificationState& value) { SetState(value); … in WithState()
123 …inline PropertyNotification& WithState(PropertyNotificationState&& value) { SetState(std::move(val… in WithState()
130 PropertyNotificationState m_state;
H A DUpdateAssetPropertyRequest.h216 …inline const PropertyNotificationState& GetPropertyNotificationState() const{ return m_propertyNot… in GetPropertyNotificationState()
236 …inline void SetPropertyNotificationState(const PropertyNotificationState& value) { m_propertyNotif… in SetPropertyNotificationState()
246 …inline void SetPropertyNotificationState(PropertyNotificationState&& value) { m_propertyNotificati… in SetPropertyNotificationState()
256 …UpdateAssetPropertyRequest& WithPropertyNotificationState(const PropertyNotificationState& value) … in WithPropertyNotificationState()
266 …inline UpdateAssetPropertyRequest& WithPropertyNotificationState(PropertyNotificationState&& value… in WithPropertyNotificationState()
336 PropertyNotificationState m_propertyNotificationState;
H A DPropertyNotificationState.h16 enum class PropertyNotificationState enum
25 AWS_IOTSITEWISE_API PropertyNotificationState GetPropertyNotificationStateForName(const Aws::String…
27 AWS_IOTSITEWISE_API Aws::String GetNameForPropertyNotificationState(PropertyNotificationState value…
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/iotsitewise/types/
H A Denums.go400 type PropertyNotificationState string type
404 PropertyNotificationStateEnabled PropertyNotificationState = "ENABLED"
405 PropertyNotificationStateDisabled PropertyNotificationState = "DISABLED"
411 func (PropertyNotificationState) Values() []PropertyNotificationState {
412 return []PropertyNotificationState{
H A Dtypes.go1087 State PropertyNotificationState
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/iotsitewise/types/
H A Denums.go400 type PropertyNotificationState string type
404 PropertyNotificationStateEnabled PropertyNotificationState = "ENABLED"
405 PropertyNotificationStateDisabled PropertyNotificationState = "DISABLED"
411 func (PropertyNotificationState) Values() []PropertyNotificationState {
412 return []PropertyNotificationState{
H A Dtypes.go1087 State PropertyNotificationState
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/iotsitewise/types/
H A Denums.go400 type PropertyNotificationState string type
404 PropertyNotificationStateEnabled PropertyNotificationState = "ENABLED"
405 PropertyNotificationStateDisabled PropertyNotificationState = "DISABLED"
411 func (PropertyNotificationState) Values() []PropertyNotificationState {
412 return []PropertyNotificationState{
H A Dtypes.go1071 State PropertyNotificationState
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/iotsitewise/types/
H A Denums.go400 type PropertyNotificationState string type
404 PropertyNotificationStateEnabled PropertyNotificationState = "ENABLED"
405 PropertyNotificationStateDisabled PropertyNotificationState = "DISABLED"
411 func (PropertyNotificationState) Values() []PropertyNotificationState {
412 return []PropertyNotificationState{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/iotsitewise/types/
H A Denums.go400 type PropertyNotificationState string type
404 PropertyNotificationStateEnabled PropertyNotificationState = "ENABLED"
405 PropertyNotificationStateDisabled PropertyNotificationState = "DISABLED"
411 func (PropertyNotificationState) Values() []PropertyNotificationState {
412 return []PropertyNotificationState{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/iotsitewise/types/
H A Denums.go400 type PropertyNotificationState string type
404 PropertyNotificationStateEnabled PropertyNotificationState = "ENABLED"
405 PropertyNotificationStateDisabled PropertyNotificationState = "DISABLED"
411 func (PropertyNotificationState) Values() []PropertyNotificationState {
412 return []PropertyNotificationState{
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/iotsitewise/types/
H A Denums.go400 type PropertyNotificationState string type
404 PropertyNotificationStateEnabled PropertyNotificationState = "ENABLED"
405 PropertyNotificationStateDisabled PropertyNotificationState = "DISABLED"
411 func (PropertyNotificationState) Values() []PropertyNotificationState {
412 return []PropertyNotificationState{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/iotsitewise/types/
H A Denums.go456 type PropertyNotificationState string type
460 PropertyNotificationStateEnabled PropertyNotificationState = "ENABLED"
461 PropertyNotificationStateDisabled PropertyNotificationState = "DISABLED"
467 func (PropertyNotificationState) Values() []PropertyNotificationState {
468 return []PropertyNotificationState{
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/iotsitewise/
H A Dapi_op_UpdateAssetProperty.go68 PropertyNotificationState types.PropertyNotificationState member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/iotsitewise/
H A Dapi_op_UpdateAssetProperty.go68 PropertyNotificationState types.PropertyNotificationState member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/iotsitewise/
H A Dapi_op_UpdateAssetProperty.go68 PropertyNotificationState types.PropertyNotificationState member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/iotsitewise/
H A Dapi_op_UpdateAssetProperty.go68 PropertyNotificationState types.PropertyNotificationState member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/iotsitewise/
H A Dapi_op_UpdateAssetProperty.go68 PropertyNotificationState types.PropertyNotificationState member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/iotsitewise/
H A Dapi_op_UpdateAssetProperty.go68 PropertyNotificationState types.PropertyNotificationState member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/iotsitewise/
H A Dapi_op_UpdateAssetProperty.go68 PropertyNotificationState types.PropertyNotificationState member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/iotsitewise/
H A Dapi_op_UpdateAssetProperty.go68 PropertyNotificationState types.PropertyNotificationState member

123