/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the details of the ActivityTaskCompleted
* event.See Also:
AWS
* API Reference
The results of the activity task.
*/ inline const Aws::String& GetResult() const{ return m_result; } /** *The results of the activity task.
*/ inline bool ResultHasBeenSet() const { return m_resultHasBeenSet; } /** *The results of the activity task.
*/ inline void SetResult(const Aws::String& value) { m_resultHasBeenSet = true; m_result = value; } /** *The results of the activity task.
*/ inline void SetResult(Aws::String&& value) { m_resultHasBeenSet = true; m_result = std::move(value); } /** *The results of the activity task.
*/ inline void SetResult(const char* value) { m_resultHasBeenSet = true; m_result.assign(value); } /** *The results of the activity task.
*/ inline ActivityTaskCompletedEventAttributes& WithResult(const Aws::String& value) { SetResult(value); return *this;} /** *The results of the activity task.
*/ inline ActivityTaskCompletedEventAttributes& WithResult(Aws::String&& value) { SetResult(std::move(value)); return *this;} /** *The results of the activity task.
*/ inline ActivityTaskCompletedEventAttributes& WithResult(const char* value) { SetResult(value); return *this;} /** *The ID of the ActivityTaskScheduled
event that was recorded when
* this activity 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 ActivityTaskScheduled
event that was recorded when
* this activity 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 ActivityTaskScheduled
event that was recorded when
* this activity 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 ActivityTaskScheduled
event that was recorded when
* this activity 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 ActivityTaskStarted
event recorded when this
* activity task was started. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.
The ID of the ActivityTaskStarted
event recorded when this
* activity task was started. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.
The ID of the ActivityTaskStarted
event recorded when this
* activity task was started. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.
The ID of the ActivityTaskStarted
event recorded when this
* activity task was started. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.