7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/states/SFN_EXPORTS.h>
11#include <aws/states/model/EncryptionConfiguration.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ActivityArnT = Aws::String>
39 m_activityArnHasBeenSet =
true;
40 m_activityArn = std::forward<ActivityArnT>(value);
42 template <
typename ActivityArnT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
79 template <
typename CreationDateT = Aws::Utils::DateTime>
81 m_creationDateHasBeenSet =
true;
82 m_creationDate = std::forward<CreationDateT>(value);
84 template <
typename CreationDateT = Aws::Utils::DateTime>
96 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
98 m_encryptionConfigurationHasBeenSet =
true;
99 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
101 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
111 template <
typename RequestIdT = Aws::String>
113 m_requestIdHasBeenSet =
true;
114 m_requestId = std::forward<RequestIdT>(value);
116 template <
typename RequestIdT = Aws::String>
131 EncryptionConfiguration m_encryptionConfiguration;
135 bool m_activityArnHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
137 bool m_creationDateHasBeenSet =
false;
138 bool m_encryptionConfigurationHasBeenSet =
false;
139 bool m_requestIdHasBeenSet =
false;
void SetName(NameT &&value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
DescribeActivityResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
DescribeActivityResult & WithActivityArn(ActivityArnT &&value)
void SetCreationDate(CreationDateT &&value)
DescribeActivityResult & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
DescribeActivityResult & WithName(NameT &&value)
const Aws::String & GetName() const
AWS_SFN_API DescribeActivityResult()=default
const Aws::Utils::DateTime & GetCreationDate() const
AWS_SFN_API DescribeActivityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
void SetActivityArn(ActivityArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetActivityArn() const
DescribeActivityResult & WithCreationDate(CreationDateT &&value)
AWS_SFN_API DescribeActivityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue