CopyableBuilder<GetSqlInjectionMatchSetResponse.Builder,GetSqlInjectionMatchSetResponse>, SdkBuilder<GetSqlInjectionMatchSetResponse.Builder,GetSqlInjectionMatchSetResponse>public static interface GetSqlInjectionMatchSetResponse.Builder extends CopyableBuilder<GetSqlInjectionMatchSetResponse.Builder,GetSqlInjectionMatchSetResponse>
| Modifier and Type | Method | Description |
|---|---|---|
GetSqlInjectionMatchSetResponse.Builder |
sqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet) |
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSet request. |
copyapply, buildGetSqlInjectionMatchSetResponse.Builder sqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSet request. For more information, see the following topics:
SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an array of
SqlInjectionMatchTuple objects
SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains
FieldToMatch and TextTransformation
FieldToMatch: Contains Data and Type
sqlInjectionMatchSet - Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSet request. For more information, see the following topics:
SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an
array of SqlInjectionMatchTuple objects
SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains
FieldToMatch and TextTransformation
FieldToMatch: Contains Data and Type
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.