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

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

Returns the XssMatchSet that is specified by XssMatchSetId.
/// 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 GetXssMatchSet ( GetXssMatchSetRequest request ) : GetXssMatchSetResponse
request GetXssMatchSetRequest Container for the necessary parameters to execute the GetXssMatchSet service method.
Результат GetXssMatchSetResponse
        public GetXssMatchSetResponse GetXssMatchSet(GetXssMatchSetRequest request)
        {
            var marshaller = new GetXssMatchSetRequestMarshaller();
            var unmarshaller = GetXssMatchSetResponseUnmarshaller.Instance;

            return Invoke<GetXssMatchSetRequest,GetXssMatchSetResponse>(request, marshaller, unmarshaller);
        }
AmazonWAFRegionalClient