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

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

Returns the SizeConstraintSet specified by SizeConstraintSetId.
/// 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 GetSizeConstraintSet ( GetSizeConstraintSetRequest request ) : GetSizeConstraintSetResponse
request GetSizeConstraintSetRequest Container for the necessary parameters to execute the GetSizeConstraintSet service method.
Результат GetSizeConstraintSetResponse
        public GetSizeConstraintSetResponse GetSizeConstraintSet(GetSizeConstraintSetRequest request)
        {
            var marshaller = new GetSizeConstraintSetRequestMarshaller();
            var unmarshaller = GetSizeConstraintSetResponseUnmarshaller.Instance;

            return Invoke<GetSizeConstraintSetRequest,GetSizeConstraintSetResponse>(request, marshaller, unmarshaller);
        }
AmazonWAFRegionalClient