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

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

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