7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/states/SFN_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ActivityArnT = Aws::String>
37 m_activityArnHasBeenSet =
true;
38 m_activityArn = std::forward<ActivityArnT>(value);
40 template <
typename ActivityArnT = Aws::String>
52 template <
typename CreationDateT = Aws::Utils::DateTime>
54 m_creationDateHasBeenSet =
true;
55 m_creationDate = std::forward<CreationDateT>(value);
57 template <
typename CreationDateT = Aws::Utils::DateTime>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
84 bool m_activityArnHasBeenSet =
false;
85 bool m_creationDateHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetActivityArn() const
void SetCreationDate(CreationDateT &&value)
void SetRequestId(RequestIdT &&value)
CreateActivityResult & WithActivityArn(ActivityArnT &&value)
AWS_SFN_API CreateActivityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateActivityResult & WithRequestId(RequestIdT &&value)
CreateActivityResult & WithCreationDate(CreationDateT &&value)
AWS_SFN_API CreateActivityResult()=default
AWS_SFN_API CreateActivityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreationDate() const
void SetActivityArn(ActivityArnT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue