Amazon.ElastiCache.Model.Internal.MarshallTransformations.DeleteCacheParameterGroupResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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