7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ActivityArnT = Aws::String>
42 void SetActivityArn(ActivityArnT&& value) { m_activityArnHasBeenSet =
true; m_activityArn = std::forward<ActivityArnT>(value); }
43 template<
typename ActivityArnT = Aws::String>
52 template<
typename CreationDateT = Aws::Utils::DateTime>
53 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
54 template<
typename CreationDateT = Aws::Utils::DateTime>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_activityArnHasBeenSet =
false;
72 bool m_creationDateHasBeenSet =
false;
75 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