7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector/InspectorRequest.h>
9#include <aws/inspector/Inspector_EXPORTS.h>
10#include <aws/inspector/model/Locale.h>
41 template <
typename AssessmentTemplateArnT = Aws::String>
43 m_assessmentTemplateArnHasBeenSet =
true;
44 m_assessmentTemplateArn = std::forward<AssessmentTemplateArnT>(value);
46 template <
typename AssessmentTemplateArnT = Aws::String>
59 template <
typename PreviewTokenT = Aws::String>
61 m_previewTokenHasBeenSet =
true;
62 m_previewToken = std::forward<PreviewTokenT>(value);
64 template <
typename PreviewTokenT = Aws::String>
80 template <
typename NextTokenT = Aws::String>
82 m_nextTokenHasBeenSet =
true;
83 m_nextToken = std::forward<NextTokenT>(value);
85 template <
typename NextTokenT = Aws::String>
100 m_maxResultsHasBeenSet =
true;
101 m_maxResults = value;
117 m_localeHasBeenSet =
true;
135 bool m_assessmentTemplateArnHasBeenSet =
false;
136 bool m_previewTokenHasBeenSet =
false;
137 bool m_nextTokenHasBeenSet =
false;
138 bool m_maxResultsHasBeenSet =
false;
139 bool m_localeHasBeenSet =
false;
GetExclusionsPreviewRequest & WithPreviewToken(PreviewTokenT &&value)
AWS_INSPECTOR_API GetExclusionsPreviewRequest()=default
const Aws::String & GetAssessmentTemplateArn() const
const Aws::String & GetPreviewToken() const
GetExclusionsPreviewRequest & WithMaxResults(int value)
int GetMaxResults() const
void SetLocale(Locale value)
AWS_INSPECTOR_API Aws::String SerializePayload() const override
GetExclusionsPreviewRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
void SetPreviewToken(PreviewTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool LocaleHasBeenSet() const
GetExclusionsPreviewRequest & WithLocale(Locale value)
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
bool PreviewTokenHasBeenSet() const
void SetAssessmentTemplateArn(AssessmentTemplateArnT &&value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
bool AssessmentTemplateArnHasBeenSet() const
GetExclusionsPreviewRequest & WithAssessmentTemplateArn(AssessmentTemplateArnT &&value)
AWS_INSPECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String