public static interface ListAssessmentTemplatesResponse.Builder extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<ListAssessmentTemplatesResponse.Builder,ListAssessmentTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentTemplatesResponse.Builder |
assessmentTemplateArns(Collection<String> assessmentTemplateArns)
A list of ARNs that specifies the assessment templates returned by the action.
|
ListAssessmentTemplatesResponse.Builder |
assessmentTemplateArns(String... assessmentTemplateArns)
A list of ARNs that specifies the assessment templates returned by the action.
|
ListAssessmentTemplatesResponse.Builder |
nextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response
and contains the value to use for the nextToken parameter in a subsequent pagination request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssessmentTemplatesResponse.Builder assessmentTemplateArns(Collection<String> assessmentTemplateArns)
A list of ARNs that specifies the assessment templates returned by the action.
assessmentTemplateArns - A list of ARNs that specifies the assessment templates returned by the action.ListAssessmentTemplatesResponse.Builder assessmentTemplateArns(String... assessmentTemplateArns)
A list of ARNs that specifies the assessment templates returned by the action.
assessmentTemplateArns - A list of ARNs that specifies the assessment templates returned by the action.ListAssessmentTemplatesResponse.Builder nextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
nextToken - When a response is generated, if there is more data to be listed, this parameter is present in the
response and contains the value to use for the nextToken parameter in a subsequent pagination
request. If there is no more data to be listed, this parameter is set to null.Copyright © 2023. All rights reserved.