Amazon.WAFRegional.AmazonWAFRegionalClient.GetSqlInjectionMatchSet C# (CSharp) Метод

GetSqlInjectionMatchSet() публичный Метод

Returns the SqlInjectionMatchSet that is specified by SqlInjectionMatchSetId.
/// The operation failed because of a system problem, even though the request was valid. /// Retry your request. /// /// The operation failed because you tried to create, update, or delete an object by using /// an invalid account identifier. /// /// The operation failed because the referenced object doesn't exist. ///
public GetSqlInjectionMatchSet ( GetSqlInjectionMatchSetRequest request ) : GetSqlInjectionMatchSetResponse
request GetSqlInjectionMatchSetRequest Container for the necessary parameters to execute the GetSqlInjectionMatchSet service method.
Результат GetSqlInjectionMatchSetResponse
        public GetSqlInjectionMatchSetResponse GetSqlInjectionMatchSet(GetSqlInjectionMatchSetRequest request)
        {
            var marshaller = new GetSqlInjectionMatchSetRequestMarshaller();
            var unmarshaller = GetSqlInjectionMatchSetResponseUnmarshaller.Instance;

            return Invoke<GetSqlInjectionMatchSetRequest,GetSqlInjectionMatchSetResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonWAFRegionalClient::GetSqlInjectionMatchSet ( string sqlInjectionMatchSetId ) : GetSqlInjectionMatchSetResponse
AmazonWAFRegionalClient