7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/kinesisvideo/KinesisVideoRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeMappedResourceConfiguration"; }
41 template<
typename StreamNameT = Aws::String>
42 void SetStreamName(StreamNameT&& value) { m_streamNameHasBeenSet =
true; m_streamName = std::forward<StreamNameT>(value); }
43 template<
typename StreamNameT = Aws::String>
53 template<
typename StreamARNT = Aws::String>
54 void SetStreamARN(StreamARNT&& value) { m_streamARNHasBeenSet =
true; m_streamARN = std::forward<StreamARNT>(value); }
55 template<
typename StreamARNT = Aws::String>
65 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
76 template<
typename NextTokenT = Aws::String>
77 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
78 template<
typename NextTokenT = Aws::String>
84 bool m_streamNameHasBeenSet =
false;
87 bool m_streamARNHasBeenSet =
false;
90 bool m_maxResultsHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
AWS_KINESISVIDEO_API DescribeMappedResourceConfigurationRequest()=default
DescribeMappedResourceConfigurationRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
DescribeMappedResourceConfigurationRequest & WithStreamName(StreamNameT &&value)
AWS_KINESISVIDEO_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
const Aws::String & GetStreamName() const
bool NextTokenHasBeenSet() const
void SetStreamName(StreamNameT &&value)
DescribeMappedResourceConfigurationRequest & WithStreamARN(StreamARNT &&value)
int GetMaxResults() const
DescribeMappedResourceConfigurationRequest & WithMaxResults(int value)
void SetStreamARN(StreamARNT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetStreamARN() const
virtual const char * GetServiceRequestName() const override
bool StreamARNHasBeenSet() const
bool StreamNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String