7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/states/SFNRequest.h>
9#include <aws/states/SFN_EXPORTS.h>
10#include <aws/states/model/IncludedData.h>
44 template <
typename StateMachineArnT = Aws::String>
46 m_stateMachineArnHasBeenSet =
true;
47 m_stateMachineArn = std::forward<StateMachineArnT>(value);
49 template <
typename StateMachineArnT = Aws::String>
71 m_includedDataHasBeenSet =
true;
72 m_includedData = value;
83 bool m_stateMachineArnHasBeenSet =
false;
84 bool m_includedDataHasBeenSet =
false;
void SetStateMachineArn(StateMachineArnT &&value)
DescribeStateMachineRequest & WithStateMachineArn(StateMachineArnT &&value)
virtual const char * GetServiceRequestName() const override
void SetIncludedData(IncludedData value)
IncludedData GetIncludedData() const
AWS_SFN_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SFN_API DescribeStateMachineRequest()=default
const Aws::String & GetStateMachineArn() const
bool IncludedDataHasBeenSet() const
AWS_SFN_API Aws::String SerializePayload() const override
DescribeStateMachineRequest & WithIncludedData(IncludedData value)
bool StateMachineArnHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String