7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/states/model/EncryptionConfiguration.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ActivityArnT = Aws::String>
43 void SetActivityArn(ActivityArnT&& value) { m_activityArnHasBeenSet =
true; m_activityArn = std::forward<ActivityArnT>(value); }
44 template<
typename ActivityArnT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
72 template<
typename CreationDateT = Aws::Utils::DateTime>
73 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
74 template<
typename CreationDateT = Aws::Utils::DateTime>
83 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
84 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
85 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
92 template<
typename RequestIdT = Aws::String>
93 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
94 template<
typename RequestIdT = Aws::String>
100 bool m_activityArnHasBeenSet =
false;
103 bool m_nameHasBeenSet =
false;
106 bool m_creationDateHasBeenSet =
false;
108 EncryptionConfiguration m_encryptionConfiguration;
109 bool m_encryptionConfigurationHasBeenSet =
false;
112 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