Amazon.S3.Model.Internal.MarshallTransformations.GetBucketPolicyResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : GetBucketPolicyResponseUnmarshaller
Результат GetBucketPolicyResponseUnmarshaller
        public static GetBucketPolicyResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new GetBucketPolicyResponseUnmarshaller();
            }
            return instance;
        }