7#include <aws/inspector/Inspector_EXPORTS.h>
8#include <aws/inspector/InspectorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/inspector/model/Locale.h>
45 template<
typename AssessmentTemplateArnT = Aws::String>
46 void SetAssessmentTemplateArn(AssessmentTemplateArnT&& value) { m_assessmentTemplateArnHasBeenSet =
true; m_assessmentTemplateArn = std::forward<AssessmentTemplateArnT>(value); }
47 template<
typename AssessmentTemplateArnT = Aws::String>
57 template<
typename PreviewTokenT = Aws::String>
58 void SetPreviewToken(PreviewTokenT&& value) { m_previewTokenHasBeenSet =
true; m_previewToken = std::forward<PreviewTokenT>(value); }
59 template<
typename PreviewTokenT = Aws::String>
72 template<
typename NextTokenT = Aws::String>
73 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
74 template<
typename NextTokenT = Aws::String>
85 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
96 inline void SetLocale(
Locale value) { m_localeHasBeenSet =
true; m_locale = value; }
102 bool m_assessmentTemplateArnHasBeenSet =
false;
105 bool m_previewTokenHasBeenSet =
false;
108 bool m_nextTokenHasBeenSet =
false;
111 bool m_maxResultsHasBeenSet =
false;
114 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