7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/states/SFN_EXPORTS.h>
10#include <aws/states/model/EncryptionConfiguration.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ActivityArnT = Aws::String>
38 m_activityArnHasBeenSet =
true;
39 m_activityArn = std::forward<ActivityArnT>(value);
41 template <
typename ActivityArnT = Aws::String>
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
78 template <
typename CreationDateT = Aws::Utils::DateTime>
80 m_creationDateHasBeenSet =
true;
81 m_creationDate = std::forward<CreationDateT>(value);
83 template <
typename CreationDateT = Aws::Utils::DateTime>
95 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
97 m_encryptionConfigurationHasBeenSet =
true;
98 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
100 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
110 template <
typename RequestIdT = Aws::String>
112 m_requestIdHasBeenSet =
true;
113 m_requestId = std::forward<RequestIdT>(value);
115 template <
typename RequestIdT = Aws::String>
128 EncryptionConfiguration m_encryptionConfiguration;
131 bool m_activityArnHasBeenSet =
false;
132 bool m_nameHasBeenSet =
false;
133 bool m_creationDateHasBeenSet =
false;
134 bool m_encryptionConfigurationHasBeenSet =
false;
135 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)
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