Amazon.WAFRegional.AmazonWAFRegionalClient.GetByteMatchSet C# (CSharp) Method

GetByteMatchSet() public method

Returns the ByteMatchSet specified by ByteMatchSetId.
/// 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 GetByteMatchSet ( GetByteMatchSetRequest request ) : GetByteMatchSetResponse
request GetByteMatchSetRequest Container for the necessary parameters to execute the GetByteMatchSet service method.
return GetByteMatchSetResponse
        public GetByteMatchSetResponse GetByteMatchSet(GetByteMatchSetRequest request)
        {
            var marshaller = new GetByteMatchSetRequestMarshaller();
            var unmarshaller = GetByteMatchSetResponseUnmarshaller.Instance;

            return Invoke<GetByteMatchSetRequest,GetByteMatchSetResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonWAFRegionalClient::GetByteMatchSet ( string byteMatchSetId ) : GetByteMatchSetResponse
AmazonWAFRegionalClient