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

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

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