Amazon.CloudSearch.Model.Internal.MarshallTransformations.UpdateStopwordOptionsResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

        public static UpdateStopwordOptionsResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new UpdateStopwordOptionsResponseUnmarshaller();
            }
            return instance;
        }