Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<SqlInjectionMatchSetSummary> |
ListSqlInjectionMatchSetsResult.sqlInjectionMatchSets
An array of SqlInjectionMatchSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
SqlInjectionMatchSetSummary |
SqlInjectionMatchSetSummary.clone() |
SqlInjectionMatchSetSummary |
SqlInjectionMatchSetSummary.withName(java.lang.String name)
The name of the
SqlInjectionMatchSet , if any, specified by
Id . |
SqlInjectionMatchSetSummary |
SqlInjectionMatchSetSummary.withSqlInjectionMatchSetId(java.lang.String sqlInjectionMatchSetId)
A unique identifier for a
SqlInjectionMatchSet . |
Modifier and Type | Method and Description |
---|---|
java.util.List<SqlInjectionMatchSetSummary> |
ListSqlInjectionMatchSetsResult.getSqlInjectionMatchSets()
An array of SqlInjectionMatchSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
ListSqlInjectionMatchSetsResult |
ListSqlInjectionMatchSetsResult.withSqlInjectionMatchSets(SqlInjectionMatchSetSummary... sqlInjectionMatchSets)
An array of SqlInjectionMatchSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ListSqlInjectionMatchSetsResult.setSqlInjectionMatchSets(java.util.Collection<SqlInjectionMatchSetSummary> sqlInjectionMatchSets)
An array of SqlInjectionMatchSetSummary objects.
|
ListSqlInjectionMatchSetsResult |
ListSqlInjectionMatchSetsResult.withSqlInjectionMatchSets(java.util.Collection<SqlInjectionMatchSetSummary> sqlInjectionMatchSets)
An array of SqlInjectionMatchSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
SqlInjectionMatchSetSummary |
SqlInjectionMatchSetSummaryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SqlInjectionMatchSetSummaryJsonMarshaller.marshall(SqlInjectionMatchSetSummary sqlInjectionMatchSetSummary,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|