Home
last modified time | relevance | path

Searched refs:InsightState (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-xray/source/model/
H A DInsightState.cpp27 InsightState GetInsightStateForName(const Aws::String& name) in GetInsightStateForName()
32 return InsightState::ACTIVE; in GetInsightStateForName()
36 return InsightState::CLOSED; in GetInsightStateForName()
42 return static_cast<InsightState>(hashCode); in GetInsightStateForName()
45 return InsightState::NOT_SET; in GetInsightStateForName()
48 Aws::String GetNameForInsightState(InsightState enumValue) in GetNameForInsightState()
52 case InsightState::ACTIVE: in GetNameForInsightState()
54 case InsightState::CLOSED: in GetNameForInsightState()
H A DInsight.cpp27 m_state(InsightState::NOT_SET), in Insight()
44 m_state(InsightState::NOT_SET), in Insight()
H A DInsightSummary.cpp27 m_state(InsightState::NOT_SET), in InsightSummary()
45 m_state(InsightState::NOT_SET), in InsightSummary()
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/xray/types/
H A Denums.go57 type InsightState string type
61 InsightStateActive InsightState = "ACTIVE"
62 InsightStateClosed InsightState = "CLOSED"
68 func (InsightState) Values() []InsightState {
69 return []InsightState{
H A Dtypes.go386 State InsightState
512 State InsightState
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/xray/types/
H A Denums.go57 type InsightState string type
61 InsightStateActive InsightState = "ACTIVE"
62 InsightStateClosed InsightState = "CLOSED"
68 func (InsightState) Values() []InsightState {
69 return []InsightState{
H A Dtypes.go386 State InsightState
512 State InsightState
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/xray/types/
H A Denums.go57 type InsightState string type
61 InsightStateActive InsightState = "ACTIVE"
62 InsightStateClosed InsightState = "CLOSED"
68 func (InsightState) Values() []InsightState {
69 return []InsightState{
H A Dtypes.go386 State InsightState
512 State InsightState
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/xray/types/
H A Denums.go57 type InsightState string type
61 InsightStateActive InsightState = "ACTIVE"
62 InsightStateClosed InsightState = "CLOSED"
68 func (InsightState) Values() []InsightState {
69 return []InsightState{
H A Dtypes.go386 State InsightState
512 State InsightState
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/xray/types/
H A Denums.go57 type InsightState string type
61 InsightStateActive InsightState = "ACTIVE"
62 InsightStateClosed InsightState = "CLOSED"
68 func (InsightState) Values() []InsightState {
69 return []InsightState{
H A Dtypes.go386 State InsightState
512 State InsightState
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/xray/types/
H A Denums.go57 type InsightState string type
61 InsightStateActive InsightState = "ACTIVE"
62 InsightStateClosed InsightState = "CLOSED"
68 func (InsightState) Values() []InsightState {
69 return []InsightState{
H A Dtypes.go386 State InsightState
512 State InsightState
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/xray/types/
H A Denums.go57 type InsightState string type
61 InsightStateActive InsightState = "ACTIVE"
62 InsightStateClosed InsightState = "CLOSED"
68 func (InsightState) Values() []InsightState {
69 return []InsightState{
H A Dtypes.go433 State InsightState
571 State InsightState
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/xray/types/
H A Denums.go57 type InsightState string type
61 InsightStateActive InsightState = "ACTIVE"
62 InsightStateClosed InsightState = "CLOSED"
68 func (InsightState) Values() []InsightState {
69 return []InsightState{
H A Dtypes.go386 State InsightState
512 State InsightState
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-xray/include/aws/xray/model/
H A DGetInsightSummariesRequest.h41 inline const Aws::Vector<InsightState>& GetStates() const{ return m_states; } in GetStates()
51 …inline void SetStates(const Aws::Vector<InsightState>& value) { m_statesHasBeenSet = true; m_state… in SetStates()
56 …inline void SetStates(Aws::Vector<InsightState>&& value) { m_statesHasBeenSet = true; m_states = s… in SetStates()
61 …inline GetInsightSummariesRequest& WithStates(const Aws::Vector<InsightState>& value) { SetStates(… in WithStates()
66 …inline GetInsightSummariesRequest& WithStates(Aws::Vector<InsightState>&& value) { SetStates(std::… in WithStates()
71 …inline GetInsightSummariesRequest& AddStates(const InsightState& value) { m_statesHasBeenSet = tru… in AddStates()
76 …inline GetInsightSummariesRequest& AddStates(InsightState&& value) { m_statesHasBeenSet = true; m_… in AddStates()
306 Aws::Vector<InsightState> m_states;
H A DInsightState.h16 enum class InsightState enum
25 AWS_XRAY_API InsightState GetInsightStateForName(const Aws::String& name);
27 AWS_XRAY_API Aws::String GetNameForInsightState(InsightState value);
H A DInsight.h235 inline const InsightState& GetState() const{ return m_state; } in GetState()
245 inline void SetState(const InsightState& value) { m_stateHasBeenSet = true; m_state = value; } in SetState()
250 …inline void SetState(InsightState&& value) { m_stateHasBeenSet = true; m_state = std::move(value);… in SetState()
255 inline Insight& WithState(const InsightState& value) { SetState(value); return *this;} in WithState()
260 inline Insight& WithState(InsightState&& value) { SetState(std::move(value)); return *this;} in WithState()
497 InsightState m_state;
H A DInsightSummary.h233 inline const InsightState& GetState() const{ return m_state; } in GetState()
243 inline void SetState(const InsightState& value) { m_stateHasBeenSet = true; m_state = value; } in SetState()
248 …inline void SetState(InsightState&& value) { m_stateHasBeenSet = true; m_state = std::move(value);… in SetState()
253 inline InsightSummary& WithState(const InsightState& value) { SetState(value); return *this;} in WithState()
258 …inline InsightSummary& WithState(InsightState&& value) { SetState(std::move(value)); return *this;} in WithState()
538 InsightState m_state;
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/xray/
H A Dapi_op_GetInsightSummaries.go61 States []types.InsightState
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/xray/
H A Dapi_op_GetInsightSummaries.go61 States []types.InsightState

12