7#include <aws/cloudtrail/CloudTrailRequest.h>
8#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
9#include <aws/cloudtrail/model/DashboardType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename NamePrefixT = Aws::String>
42 m_namePrefixHasBeenSet =
true;
43 m_namePrefix = std::forward<NamePrefixT>(value);
45 template <
typename NamePrefixT = Aws::String>
60 m_typeHasBeenSet =
true;
75 template <
typename NextTokenT = Aws::String>
77 m_nextTokenHasBeenSet =
true;
78 m_nextToken = std::forward<NextTokenT>(value);
80 template <
typename NextTokenT = Aws::String>
94 m_maxResultsHasBeenSet =
true;
110 bool m_namePrefixHasBeenSet =
false;
111 bool m_typeHasBeenSet =
false;
112 bool m_nextTokenHasBeenSet =
false;
113 bool m_maxResultsHasBeenSet =
false;
ListDashboardsRequest & WithNextToken(NextTokenT &&value)
ListDashboardsRequest & WithNamePrefix(NamePrefixT &&value)
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
ListDashboardsRequest & WithType(DashboardType value)
DashboardType GetType() const
void SetNamePrefix(NamePrefixT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetNamePrefix() const
void SetMaxResults(int value)
int GetMaxResults() const
void SetType(DashboardType value)
ListDashboardsRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
AWS_CLOUDTRAIL_API ListDashboardsRequest()=default
AWS_CLOUDTRAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NamePrefixHasBeenSet() const
bool TypeHasBeenSet() const
AWS_CLOUDTRAIL_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String