/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the details of the DecisionTaskStarted
* event.See Also:
AWS
* API Reference
Identity of the decider making the request. This enables diagnostic tracing * when problems arise. The form of this identity is user defined.
*/ inline const Aws::String& GetIdentity() const{ return m_identity; } /** *Identity of the decider making the request. This enables diagnostic tracing * when problems arise. The form of this identity is user defined.
*/ inline bool IdentityHasBeenSet() const { return m_identityHasBeenSet; } /** *Identity of the decider making the request. This enables diagnostic tracing * when problems arise. The form of this identity is user defined.
*/ inline void SetIdentity(const Aws::String& value) { m_identityHasBeenSet = true; m_identity = value; } /** *Identity of the decider making the request. This enables diagnostic tracing * when problems arise. The form of this identity is user defined.
*/ inline void SetIdentity(Aws::String&& value) { m_identityHasBeenSet = true; m_identity = std::move(value); } /** *Identity of the decider making the request. This enables diagnostic tracing * when problems arise. The form of this identity is user defined.
*/ inline void SetIdentity(const char* value) { m_identityHasBeenSet = true; m_identity.assign(value); } /** *Identity of the decider making the request. This enables diagnostic tracing * when problems arise. The form of this identity is user defined.
*/ inline DecisionTaskStartedEventAttributes& WithIdentity(const Aws::String& value) { SetIdentity(value); return *this;} /** *Identity of the decider making the request. This enables diagnostic tracing * when problems arise. The form of this identity is user defined.
*/ inline DecisionTaskStartedEventAttributes& WithIdentity(Aws::String&& value) { SetIdentity(std::move(value)); return *this;} /** *Identity of the decider making the request. This enables diagnostic tracing * when problems arise. The form of this identity is user defined.
*/ inline DecisionTaskStartedEventAttributes& WithIdentity(const char* value) { SetIdentity(value); return *this;} /** *The ID of the DecisionTaskScheduled
event that was recorded when
* this decision task was scheduled. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.
The ID of the DecisionTaskScheduled
event that was recorded when
* this decision task was scheduled. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.
The ID of the DecisionTaskScheduled
event that was recorded when
* this decision task was scheduled. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.
The ID of the DecisionTaskScheduled
event that was recorded when
* this decision task was scheduled. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.