7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/elasticmapreduce/EMRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename PersistentAppUIIdT = Aws::String>
44 void SetPersistentAppUIId(PersistentAppUIIdT&& value) { m_persistentAppUIIdHasBeenSet =
true; m_persistentAppUIId = std::forward<PersistentAppUIIdT>(value); }
45 template<
typename PersistentAppUIIdT = Aws::String>
51 bool m_persistentAppUIIdHasBeenSet =
false;
DescribePersistentAppUIRequest & WithPersistentAppUIId(PersistentAppUIIdT &&value)
AWS_EMR_API DescribePersistentAppUIRequest()=default
bool PersistentAppUIIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_EMR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetPersistentAppUIId(PersistentAppUIIdT &&value)
AWS_EMR_API Aws::String SerializePayload() const override
const Aws::String & GetPersistentAppUIId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String